Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

USB: serial: ipaq: delete duplicate id

With the recent change to remove the module parameters from the ipaq
driver, we ended up with a duplicate id in the driver. This patch
removes it.

Reported-by: Bjørn Mork <bjorn@mork.no>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

-1
-1
drivers/usb/serial/ipaq.c
··· 44 44 static int ipaq_startup(struct usb_serial *serial); 45 45 46 46 static struct usb_device_id ipaq_id_table [] = { 47 - { USB_DEVICE(0x049F, 0x0003) }, 48 47 { USB_DEVICE(0x0104, 0x00BE) }, /* Socket USB Sync */ 49 48 { USB_DEVICE(0x03F0, 0x1016) }, /* HP USB Sync */ 50 49 { USB_DEVICE(0x03F0, 0x1116) }, /* HP USB Sync 1611 */