Re: [PATCH] Remove duplicate ID in ipaq driver

From: Jiri Slaby
Date: Wed May 16 2007 - 17:04:36 EST


Ben Collins napsal(a):
> Cc: Ganesh Varadarajan <ganesh@xxxxxxxxxxx>
> Cc: linux-usb-devel@xxxxxxxxxxxxxxxxxxxxx
> Signed-off-by: Ben Collins <bcollins@xxxxxxxxxx>
>
> diff --git a/drivers/usb/serial/ipaq.c b/drivers/usb/serial/ipaq.c
> index 4df0ec7..7c85be4 100644
> --- a/drivers/usb/serial/ipaq.c
> +++ b/drivers/usb/serial/ipaq.c
> @@ -92,7 +92,6 @@ static void ipaq_destroy_lists(struct usb_serial_port *port);
>
> static struct usb_device_id ipaq_id_table [] = {
> /* The first entry is a placeholder for the insmod-specified device */

I wonder if the people ever read the comments? ^^^^^^^^^
It's used for parameter from command line when modprobing. See ipaq_init.

> - { USB_DEVICE(0x049F, 0x0003) },
> { USB_DEVICE(0x0104, 0x00BE) }, /* Socket USB Sync */
> { USB_DEVICE(0x03F0, 0x1016) }, /* HP USB Sync */
> { USB_DEVICE(0x03F0, 0x1116) }, /* HP USB Sync 1611 */
>

regards,
--
http://www.fi.muni.cz/~xslaby/ Jiri Slaby
faculty of informatics, masaryk university, brno, cz
e-mail: jirislaby gmail com, gpg pubkey fingerprint:
B674 9967 0407 CE62 ACC8 22A0 32CC 55C3 39D4 7A7E
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/