浏览代码

cdc-subset to support new vendor/product ID

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

Signed-off-by: Jing Xiang <everxiang@gmail.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
jing xiang 18 年之前
父节点
当前提交
d4f01a77d7
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      drivers/net/usb/cdc_subset.c

+ 3 - 0
drivers/net/usb/cdc_subset.c

@@ -304,6 +304,9 @@ static const struct usb_device_id	products [] = {
 }, {
 }, {
 	USB_DEVICE (0x8086, 0x07d3),	// "blob" bootloader
 	USB_DEVICE (0x8086, 0x07d3),	// "blob" bootloader
 	.driver_info =	(unsigned long) &blob_info,
 	.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
 	// Linux Ethernet/RNDIS gadget on pxa210/25x/26x, second config
 	// e.g. Gumstix, current OpenZaurus, ...
 	// e.g. Gumstix, current OpenZaurus, ...