[PATCH] prism54 device list cleanup
Linux Kernel Mailing List <linux-kernel <at> vger.kernel.org>
2004-07-01 03:16:54 GMT
ChangeSet 1.1782.1.4, 2004/06/30 23:16:54-04:00, margitsw <at> t-online.de
[PATCH] prism54 device list cleanup
2004-06-28 Margit Schubert-While <margitsw <at> t-online.de>
* Clean up the device table
islpci_hotplug.c | 116 ++++++++++++++++++++++++++++++++++++++-----------------
islpci_mgt.h | 3 +
2 files changed, 84 insertions(+), 35 deletions(-)
diff -Nru a/drivers/net/wireless/prism54/islpci_hotplug.c b/drivers/net/wireless/prism54/islpci_hotplug.c
--- a/drivers/net/wireless/prism54/islpci_hotplug.c 2004-07-01 12:08:49 -07:00
+++ b/drivers/net/wireless/prism54/islpci_hotplug.c 2004-07-01 12:08:49 -07:00
<at> <at> -38,81 +38,111 <at> <at>
/* In this order: vendor, device, subvendor, subdevice, class, class_mask,
* driver_data
- * Note: for driver_data we put the device's name
* If you have an update for this please contact prism54-devel <at> prism54.org
* The latest list can be found at http://prism54.org/supported_cards.php */
static const struct pci_device_id prism54_id_tbl[] = {
+ /* 3COM 3CRWE154G72 Wireless LAN adapter */
{
PCIVENDOR_3COM, PCIDEVICE_3COM6001,
PCIVENDOR_3COM, PCIDEVICE_3COM6001,
- 0, 0,
- (unsigned long) "3COM 3CRWE154G72 Wireless LAN adapter"},
+ 0, 0, 0
(Continue reading)