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 | 2e938d5bb237f9751144ec2aa95705bd7e7c909e (patch) | |
tree | 671ce79d533a98b0548a80809f63c6f0f113f5eb /target/linux/generic | |
parent | f1c0febd726994e68788c0e6585a6d20644f8b36 (diff) | |
download | upstream-2e938d5bb237f9751144ec2aa95705bd7e7c909e.tar.gz upstream-2e938d5bb237f9751144ec2aa95705bd7e7c909e.tar.bz2 upstream-2e938d5bb237f9751144ec2aa95705bd7e7c909e.zip |
[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-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic')
-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); |