smsc95xx.c (72ed73c3f0801e860ee27e53ab6aaf47941ba324) | smsc95xx.c (88edaa415966af965bb7eb7056d8b58145462c8e) |
---|---|
1 /*************************************************************************** 2 * 3 * Copyright (C) 2007-2008 SMSC 4 * 5 * This program is free software; you can redistribute it and/or 6 * modify it under the terms of the GNU General Public License 7 * as published by the Free Software Foundation; either version 2 8 * of the License, or (at your option) any later version. --- 1299 unchanged lines hidden (view full) --- 1308 USB_DEVICE(0x0424, 0x9908), 1309 .driver_info = (unsigned long) &smsc95xx_info, 1310 }, 1311 { 1312 /* SMSC9512/9514 USB Hub & Ethernet Device (Alternate ID) */ 1313 USB_DEVICE(0x0424, 0x9909), 1314 .driver_info = (unsigned long) &smsc95xx_info, 1315 }, | 1 /*************************************************************************** 2 * 3 * Copyright (C) 2007-2008 SMSC 4 * 5 * This program is free software; you can redistribute it and/or 6 * modify it under the terms of the GNU General Public License 7 * as published by the Free Software Foundation; either version 2 8 * of the License, or (at your option) any later version. --- 1299 unchanged lines hidden (view full) --- 1308 USB_DEVICE(0x0424, 0x9908), 1309 .driver_info = (unsigned long) &smsc95xx_info, 1310 }, 1311 { 1312 /* SMSC9512/9514 USB Hub & Ethernet Device (Alternate ID) */ 1313 USB_DEVICE(0x0424, 0x9909), 1314 .driver_info = (unsigned long) &smsc95xx_info, 1315 }, |
1316 { 1317 /* SMSC LAN9530 USB Ethernet Device */ 1318 USB_DEVICE(0x0424, 0x9530), 1319 .driver_info = (unsigned long) &smsc95xx_info, 1320 }, 1321 { 1322 /* SMSC LAN9730 USB Ethernet Device */ 1323 USB_DEVICE(0x0424, 0x9730), 1324 .driver_info = (unsigned long) &smsc95xx_info, 1325 }, 1326 { 1327 /* SMSC LAN89530 USB Ethernet Device */ 1328 USB_DEVICE(0x0424, 0x9E08), 1329 .driver_info = (unsigned long) &smsc95xx_info, 1330 }, |
|
1316 { }, /* END */ 1317}; 1318MODULE_DEVICE_TABLE(usb, products); 1319 1320static struct usb_driver smsc95xx_driver = { 1321 .name = "smsc95xx", 1322 .id_table = products, 1323 .probe = usbnet_probe, --- 21 unchanged lines hidden --- | 1331 { }, /* END */ 1332}; 1333MODULE_DEVICE_TABLE(usb, products); 1334 1335static struct usb_driver smsc95xx_driver = { 1336 .name = "smsc95xx", 1337 .id_table = products, 1338 .probe = usbnet_probe, --- 21 unchanged lines hidden --- |