smsc95xx.c (f293501c61c50b014ad2347661c6acd951c80fed) smsc95xx.c (726474b8cd0f0f49c570b1dbbab44be898797550)
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.

--- 1227 unchanged lines hidden (view full) ---

1236};
1237
1238static const struct usb_device_id products[] = {
1239 {
1240 /* SMSC9500 USB Ethernet Device */
1241 USB_DEVICE(0x0424, 0x9500),
1242 .driver_info = (unsigned long) &smsc95xx_info,
1243 },
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.

--- 1227 unchanged lines hidden (view full) ---

1236};
1237
1238static const struct usb_device_id products[] = {
1239 {
1240 /* SMSC9500 USB Ethernet Device */
1241 USB_DEVICE(0x0424, 0x9500),
1242 .driver_info = (unsigned long) &smsc95xx_info,
1243 },
1244 {
1245 /* SMSC9512/9514 USB Hub & Ethernet Device */
1246 USB_DEVICE(0x0424, 0xec00),
1247 .driver_info = (unsigned long) &smsc95xx_info,
1248 },
1244 { }, /* END */
1245};
1246MODULE_DEVICE_TABLE(usb, products);
1247
1248static struct usb_driver smsc95xx_driver = {
1249 .name = "smsc95xx",
1250 .id_table = products,
1251 .probe = usbnet_probe,

--- 21 unchanged lines hidden ---
1249 { }, /* END */
1250};
1251MODULE_DEVICE_TABLE(usb, products);
1252
1253static struct usb_driver smsc95xx_driver = {
1254 .name = "smsc95xx",
1255 .id_table = products,
1256 .probe = usbnet_probe,

--- 21 unchanged lines hidden ---