diff options
Diffstat (limited to 'drivers/net/usb/cdc_subset.c')
-rw-r--r-- | drivers/net/usb/cdc_subset.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/usb/cdc_subset.c b/drivers/net/usb/cdc_subset.c index bc62b012602b..943988ed01d8 100644 --- a/drivers/net/usb/cdc_subset.c +++ b/drivers/net/usb/cdc_subset.c | |||
@@ -305,6 +305,9 @@ static const struct usb_device_id products [] = { | |||
305 | USB_DEVICE (0x8086, 0x07d3), // "blob" bootloader | 305 | USB_DEVICE (0x8086, 0x07d3), // "blob" bootloader |
306 | .driver_info = (unsigned long) &blob_info, | 306 | .driver_info = (unsigned long) &blob_info, |
307 | }, { | 307 | }, { |
308 | USB_DEVICE (0x1286, 0x8001), // "blob" bootloader | ||
309 | .driver_info = (unsigned long) &blob_info, | ||
310 | }, { | ||
308 | // Linux Ethernet/RNDIS gadget on pxa210/25x/26x, second config | 311 | // Linux Ethernet/RNDIS gadget on pxa210/25x/26x, second config |
309 | // e.g. Gumstix, current OpenZaurus, ... | 312 | // e.g. Gumstix, current OpenZaurus, ... |
310 | USB_DEVICE_VER (0x0525, 0xa4a2, 0x0203, 0x0203), | 313 | USB_DEVICE_VER (0x0525, 0xa4a2, 0x0203, 0x0203), |