diff options
-rw-r--r-- | drivers/usb/net/kaweth.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/net/kaweth.c b/drivers/usb/net/kaweth.c index def3bb8e2290..544d41fe9b92 100644 --- a/drivers/usb/net/kaweth.c +++ b/drivers/usb/net/kaweth.c | |||
@@ -165,6 +165,7 @@ static struct usb_device_id usb_klsi_table[] = { | |||
165 | { USB_DEVICE(0x1645, 0x0005) }, /* Entrega E45 */ | 165 | { USB_DEVICE(0x1645, 0x0005) }, /* Entrega E45 */ |
166 | { USB_DEVICE(0x1645, 0x0008) }, /* Entrega USB Ethernet Adapter */ | 166 | { USB_DEVICE(0x1645, 0x0008) }, /* Entrega USB Ethernet Adapter */ |
167 | { USB_DEVICE(0x1645, 0x8005) }, /* PortGear Ethernet Adapter */ | 167 | { USB_DEVICE(0x1645, 0x8005) }, /* PortGear Ethernet Adapter */ |
168 | { USB_DEVICE(0x1668, 0x0323) }, /* Actiontec USB Ethernet */ | ||
168 | { USB_DEVICE(0x2001, 0x4000) }, /* D-link DSB-650C */ | 169 | { USB_DEVICE(0x2001, 0x4000) }, /* D-link DSB-650C */ |
169 | {} /* Null terminator */ | 170 | {} /* Null terminator */ |
170 | }; | 171 | }; |