diff options
author | Christian Lamparter <chunkeey@googlemail.com> | 2011-05-13 15:47:23 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-05-16 14:25:27 -0400 |
commit | 9368a9a2378ab721f82f59430a135b4ce4ff5109 (patch) | |
tree | 13d266a8a6320883207ae99cdbc36d4e5de9c2ce /drivers/net/wireless/p54 | |
parent | f51f87a09119a495527a3f15d76db38b8e24beb8 (diff) |
p54usb: add zoom 4410 usbid
Cc: <stable@kernel.org>
Reported-by: Mark Davis <marked86@gmail.com>
Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/p54')
-rw-r--r-- | drivers/net/wireless/p54/p54usb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/p54/p54usb.c b/drivers/net/wireless/p54/p54usb.c index e18358725b6..a8f3bc740df 100644 --- a/drivers/net/wireless/p54/p54usb.c +++ b/drivers/net/wireless/p54/p54usb.c | |||
@@ -82,6 +82,7 @@ static struct usb_device_id p54u_table[] __devinitdata = { | |||
82 | {USB_DEVICE(0x06b9, 0x0121)}, /* Thomson SpeedTouch 121g */ | 82 | {USB_DEVICE(0x06b9, 0x0121)}, /* Thomson SpeedTouch 121g */ |
83 | {USB_DEVICE(0x0707, 0xee13)}, /* SMC 2862W-G version 2 */ | 83 | {USB_DEVICE(0x0707, 0xee13)}, /* SMC 2862W-G version 2 */ |
84 | {USB_DEVICE(0x083a, 0x4521)}, /* Siemens Gigaset USB Adapter 54 version 2 */ | 84 | {USB_DEVICE(0x083a, 0x4521)}, /* Siemens Gigaset USB Adapter 54 version 2 */ |
85 | {USB_DEVICE(0x083a, 0xc501)}, /* Zoom Wireless-G 4410 */ | ||
85 | {USB_DEVICE(0x083a, 0xf503)}, /* Accton FD7050E ver 1010ec */ | 86 | {USB_DEVICE(0x083a, 0xf503)}, /* Accton FD7050E ver 1010ec */ |
86 | {USB_DEVICE(0x0846, 0x4240)}, /* Netgear WG111 (v2) */ | 87 | {USB_DEVICE(0x0846, 0x4240)}, /* Netgear WG111 (v2) */ |
87 | {USB_DEVICE(0x0915, 0x2000)}, /* Cohiba Proto board */ | 88 | {USB_DEVICE(0x0915, 0x2000)}, /* Cohiba Proto board */ |