From: Jo-Philipp Wich Date: Sun, 15 May 2011 21:28:12 +0000 (+0000) Subject: remove an accidentally copied comment from the option.ko device patch X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d475545c91e0a7ddb0bd494c92e93677e21b2740;p=librecmc%2Flibrecmc.git remove an accidentally copied comment from the option.ko device patch SVN-Revision: 26908 --- 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);