diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-05-15 21:28:12 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-05-15 21:28:12 +0000 |
commit | d475545c91e0a7ddb0bd494c92e93677e21b2740 (patch) | |
tree | f53e5a3b36d670f55b13bdbfa5f4459cb7198b3c /target | |
parent | 43e002fe5ea68c34a5e23f26f321baf103f988c6 (diff) | |
download | upstream-d475545c91e0a7ddb0bd494c92e93677e21b2740.tar.gz upstream-d475545c91e0a7ddb0bd494c92e93677e21b2740.tar.bz2 upstream-d475545c91e0a7ddb0bd494c92e93677e21b2740.zip |
remove an accidentally copied comment from the option.ko device patch
SVN-Revision: 26908
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic/patches-2.6.30/822-usb_serial_option_add_more_devices.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-2.6.30/822-usb_serial_option_add_more_devices.patch b/target/linux/generic/patches-2.6.30/822-usb_serial_option_add_more_devices.patch index c0df7bb518..e6acd0324e 100644 --- a/target/linux/generic/patches-2.6.30/822-usb_serial_option_add_more_devices.patch +++ b/target/linux/generic/patches-2.6.30/822-usb_serial_option_add_more_devices.patch @@ -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); |