Skip to content

Commit 5691926

Browse files
committed
Merge tag 'usb-serial-4.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus
Johan writes: USB-serial fixes for v4.1-rc4 Here are a few device-id changes removing a duplicate entry, refining another and adding a third. Signed-off-by: Johan Hovold <[email protected]>
2 parents 1721150 + 82ee3ae commit 5691926

File tree

4 files changed

+2
-6
lines changed

4 files changed

+2
-6
lines changed

drivers/usb/serial/cp210x.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ static const struct usb_device_id id_table[] = {
127127
{ USB_DEVICE(0x10C4, 0x88A5) }, /* Planet Innovation Ingeni ZigBee USB Device */
128128
{ USB_DEVICE(0x10C4, 0x8946) }, /* Ketra N1 Wireless Interface */
129129
{ USB_DEVICE(0x10C4, 0x8977) }, /* CEL MeshWorks DevKit Device */
130+
{ USB_DEVICE(0x10C4, 0x8998) }, /* KCF Technologies PRN */
130131
{ USB_DEVICE(0x10C4, 0xEA60) }, /* Silicon Labs factory default */
131132
{ USB_DEVICE(0x10C4, 0xEA61) }, /* Silicon Labs factory default */
132133
{ USB_DEVICE(0x10C4, 0xEA70) }, /* Silicon Labs factory default */

drivers/usb/serial/pl2303.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ static const struct usb_device_id id_table[] = {
6161
{ USB_DEVICE(DCU10_VENDOR_ID, DCU10_PRODUCT_ID) },
6262
{ USB_DEVICE(SITECOM_VENDOR_ID, SITECOM_PRODUCT_ID) },
6363
{ USB_DEVICE(ALCATEL_VENDOR_ID, ALCATEL_PRODUCT_ID) },
64-
{ USB_DEVICE(SAMSUNG_VENDOR_ID, SAMSUNG_PRODUCT_ID) },
6564
{ USB_DEVICE(SIEMENS_VENDOR_ID, SIEMENS_PRODUCT_ID_SX1),
6665
.driver_info = PL2303_QUIRK_UART_STATE_IDX0 },
6766
{ USB_DEVICE(SIEMENS_VENDOR_ID, SIEMENS_PRODUCT_ID_X65),

drivers/usb/serial/pl2303.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,6 @@
6262
#define ALCATEL_VENDOR_ID 0x11f7
6363
#define ALCATEL_PRODUCT_ID 0x02df
6464

65-
/* Samsung I330 phone cradle */
66-
#define SAMSUNG_VENDOR_ID 0x04e8
67-
#define SAMSUNG_PRODUCT_ID 0x8001
68-
6965
#define SIEMENS_VENDOR_ID 0x11f5
7066
#define SIEMENS_PRODUCT_ID_SX1 0x0001
7167
#define SIEMENS_PRODUCT_ID_X65 0x0003

drivers/usb/serial/visor.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ static const struct usb_device_id id_table[] = {
9595
.driver_info = (kernel_ulong_t)&palm_os_4_probe },
9696
{ USB_DEVICE(ACER_VENDOR_ID, ACER_S10_ID),
9797
.driver_info = (kernel_ulong_t)&palm_os_4_probe },
98-
{ USB_DEVICE(SAMSUNG_VENDOR_ID, SAMSUNG_SCH_I330_ID),
98+
{ USB_DEVICE_INTERFACE_CLASS(SAMSUNG_VENDOR_ID, SAMSUNG_SCH_I330_ID, 0xff),
9999
.driver_info = (kernel_ulong_t)&palm_os_4_probe },
100100
{ USB_DEVICE(SAMSUNG_VENDOR_ID, SAMSUNG_SPH_I500_ID),
101101
.driver_info = (kernel_ulong_t)&palm_os_4_probe },

0 commit comments

Comments
 (0)