diff options
Diffstat (limited to 'drivers/net/wireless/libertas/if_usb.c')
-rw-r--r-- | drivers/net/wireless/libertas/if_usb.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/drivers/net/wireless/libertas/if_usb.c b/drivers/net/wireless/libertas/if_usb.c index 6bc78bb8d1a2..38063de9da43 100644 --- a/drivers/net/wireless/libertas/if_usb.c +++ b/drivers/net/wireless/libertas/if_usb.c | |||
@@ -19,12 +19,8 @@ static const char usbdriver_name[] = "usb8xxx"; | |||
19 | 19 | ||
20 | static struct usb_device_id if_usb_table[] = { | 20 | static struct usb_device_id if_usb_table[] = { |
21 | /* Enter the device signature inside */ | 21 | /* Enter the device signature inside */ |
22 | { | 22 | { USB_DEVICE(0x1286, 0x2001) }, |
23 | USB_DEVICE(USB8388_VID_1, USB8388_PID_1), | 23 | { USB_DEVICE(0x05a3, 0x8388) }, |
24 | }, | ||
25 | { | ||
26 | USB_DEVICE(USB8388_VID_2, USB8388_PID_2), | ||
27 | }, | ||
28 | {} /* Terminating entry */ | 24 | {} /* Terminating entry */ |
29 | }; | 25 | }; |
30 | 26 | ||