Skip to content
Snippets Groups Projects
Commit d4f01a77 authored by jing xiang's avatar jing xiang Committed by Jeff Garzik
Browse files

cdc-subset to support new vendor/product ID


This patch is for cdc subset to support Mavell vendor/product ID.

Signed-off-by: default avatarJing Xiang <everxiang@gmail.com>
Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent 9030c0d2
No related branches found
No related tags found
No related merge requests found
......@@ -304,6 +304,9 @@ static const struct usb_device_id products [] = {
}, {
USB_DEVICE (0x8086, 0x07d3), // "blob" bootloader
.driver_info = (unsigned long) &blob_info,
}, {
USB_DEVICE (0x1286, 0x8001), // "blob" bootloader
.driver_info = (unsigned long) &blob_info,
}, {
// Linux Ethernet/RNDIS gadget on pxa210/25x/26x, second config
// e.g. Gumstix, current OpenZaurus, ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment