[generic] remove an accidentally copied comment from the option.ko device patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26908 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
f1c0febd72
commit
2e938d5bb2
|
@ -31,7 +31,7 @@
|
|||
{ USB_DEVICE(BENQ_VENDOR_ID, BENQ_PRODUCT_H10) },
|
||||
{ USB_DEVICE(DLINK_VENDOR_ID, DLINK_PRODUCT_DWM_652) },
|
||||
{ USB_DEVICE(0x1da5, 0x4515) }, /* BenQ H20 */
|
||||
+ { USB_DEVICE(ALCATEL_VENDOR_ID, ALCATEL_PRODUCT_X220D) }, /* BenQ H20 */
|
||||
+ { USB_DEVICE(ALCATEL_VENDOR_ID, ALCATEL_PRODUCT_X220D) },
|
||||
{ } /* Terminating entry */
|
||||
};
|
||||
MODULE_DEVICE_TABLE(usb, option_ids);
|
||||
|
|
Loading…
Reference in New Issue