dect
/
linux-2.6
Archived
13
0
Fork 0

USB: asix - Add alternate device IDs for Dlink DUB-E100 Rev B1

Add alternate device IDs for Dlink DUB-E100 Rev B1

Signed-off-by: David Hollis <dhollis@davehollis.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
David Hollis 2006-09-21 08:09:29 -04:00 committed by Greg Kroah-Hartman
parent e81ee637e4
commit b923e7fcc1
1 changed files with 4 additions and 0 deletions

View File

@ -1455,6 +1455,10 @@ static const struct usb_device_id products [] = {
// DLink DUB-E100 H/W Ver B1
USB_DEVICE (0x07d1, 0x3c05),
.driver_info = (unsigned long) &ax88772_info,
}, {
// DLink DUB-E100 H/W Ver B1 Alternate
USB_DEVICE (0x2001, 0x3c05),
.driver_info = (unsigned long) &ax88772_info,
}, {
// Linksys USB1000
USB_DEVICE (0x1737, 0x0039),