All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] USB: serial: mos7840: remove duplicated 0xac24 device ID
@ 2021-09-17  9:18 Krzysztof Kozlowski
  2021-09-17  9:18 ` [PATCH 2/3] USB: serial: option: remove duplicate USB " Krzysztof Kozlowski
  2021-09-17  9:18 ` [PATCH 3/3] USB: cdc-acm: " Krzysztof Kozlowski
  0 siblings, 2 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2021-09-17  9:18 UTC (permalink / raw)
  To: Oliver Neukum, Greg Kroah-Hartman, Johan Hovold, linux-usb, linux-kernel
  Cc: Krzysztof Kozlowski

0xac24 device ID is already defined and used via
BANDB_DEVICE_ID_USO9ML2_4.  Remove the duplicate from the list.

Fixes: 27f1281d5f72 ("USB: serial: Extra device/vendor ID for mos7840 driver")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
---
 drivers/usb/serial/mos7840.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/usb/serial/mos7840.c b/drivers/usb/serial/mos7840.c
index d7fe33ca73e4..925067a7978d 100644
--- a/drivers/usb/serial/mos7840.c
+++ b/drivers/usb/serial/mos7840.c
@@ -107,7 +107,6 @@
 #define BANDB_DEVICE_ID_USOPTL4_2P       0xBC02
 #define BANDB_DEVICE_ID_USOPTL4_4        0xAC44
 #define BANDB_DEVICE_ID_USOPTL4_4P       0xBC03
-#define BANDB_DEVICE_ID_USOPTL2_4        0xAC24
 
 /* Interrupt Routine Defines    */
 
@@ -186,7 +185,6 @@ static const struct usb_device_id id_table[] = {
 	{ USB_DEVICE(USB_VENDOR_ID_BANDB, BANDB_DEVICE_ID_USOPTL4_2P) },
 	{ USB_DEVICE(USB_VENDOR_ID_BANDB, BANDB_DEVICE_ID_USOPTL4_4) },
 	{ USB_DEVICE(USB_VENDOR_ID_BANDB, BANDB_DEVICE_ID_USOPTL4_4P) },
-	{ USB_DEVICE(USB_VENDOR_ID_BANDB, BANDB_DEVICE_ID_USOPTL2_4) },
 	{}			/* terminating entry */
 };
 MODULE_DEVICE_TABLE(usb, id_table);
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 2/3] USB: serial: option: remove duplicate USB device ID
  2021-09-17  9:18 [PATCH 1/3] USB: serial: mos7840: remove duplicated 0xac24 device ID Krzysztof Kozlowski
@ 2021-09-17  9:18 ` Krzysztof Kozlowski
  2021-09-20  9:22   ` Johan Hovold
  2021-09-17  9:18 ` [PATCH 3/3] USB: cdc-acm: " Krzysztof Kozlowski
  1 sibling, 1 reply; 4+ messages in thread
From: Krzysztof Kozlowski @ 2021-09-17  9:18 UTC (permalink / raw)
  To: Oliver Neukum, Greg Kroah-Hartman, Johan Hovold, linux-usb, linux-kernel
  Cc: Krzysztof Kozlowski

The device ZTE 0x0094 is already on the list.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
---
 drivers/usb/serial/option.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c
index 29c765cc8495..57c5a03a29c1 100644
--- a/drivers/usb/serial/option.c
+++ b/drivers/usb/serial/option.c
@@ -1650,7 +1650,6 @@ static const struct usb_device_id option_ids[] = {
 	{ USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, 0x0060, 0xff, 0xff, 0xff) },
 	{ USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, 0x0070, 0xff, 0xff, 0xff) },
 	{ USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, 0x0073, 0xff, 0xff, 0xff) },
-	{ USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, 0x0094, 0xff, 0xff, 0xff) },
 	{ USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, 0x0130, 0xff, 0xff, 0xff),
 	  .driver_info = RSVD(1) },
 	{ USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, 0x0133, 0xff, 0xff, 0xff),
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 3/3] USB: cdc-acm: remove duplicate USB device ID
  2021-09-17  9:18 [PATCH 1/3] USB: serial: mos7840: remove duplicated 0xac24 device ID Krzysztof Kozlowski
  2021-09-17  9:18 ` [PATCH 2/3] USB: serial: option: remove duplicate USB " Krzysztof Kozlowski
@ 2021-09-17  9:18 ` Krzysztof Kozlowski
  1 sibling, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2021-09-17  9:18 UTC (permalink / raw)
  To: Oliver Neukum, Greg Kroah-Hartman, Johan Hovold, linux-usb, linux-kernel
  Cc: Krzysztof Kozlowski

The device 0x00e9 (Nokia 5320 XpressMusic) is already on the list.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
---
 drivers/usb/class/cdc-acm.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/usb/class/cdc-acm.c b/drivers/usb/class/cdc-acm.c
index 8bbd8e29e60d..d77e30625f4d 100644
--- a/drivers/usb/class/cdc-acm.c
+++ b/drivers/usb/class/cdc-acm.c
@@ -1848,7 +1848,6 @@ static const struct usb_device_id acm_ids[] = {
 	{ NOKIA_PCSUITE_ACM_INFO(0x0071), }, /* Nokia N82 */
 	{ NOKIA_PCSUITE_ACM_INFO(0x04F0), }, /* Nokia N95 & N95-3 NAM */
 	{ NOKIA_PCSUITE_ACM_INFO(0x0070), }, /* Nokia N95 8GB  */
-	{ NOKIA_PCSUITE_ACM_INFO(0x00e9), }, /* Nokia 5320 XpressMusic */
 	{ NOKIA_PCSUITE_ACM_INFO(0x0099), }, /* Nokia 6210 Navigator, RM-367 */
 	{ NOKIA_PCSUITE_ACM_INFO(0x0128), }, /* Nokia 6210 Navigator, RM-419 */
 	{ NOKIA_PCSUITE_ACM_INFO(0x008f), }, /* Nokia 6220 Classic */
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 2/3] USB: serial: option: remove duplicate USB device ID
  2021-09-17  9:18 ` [PATCH 2/3] USB: serial: option: remove duplicate USB " Krzysztof Kozlowski
@ 2021-09-20  9:22   ` Johan Hovold
  0 siblings, 0 replies; 4+ messages in thread
From: Johan Hovold @ 2021-09-20  9:22 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Oliver Neukum, Greg Kroah-Hartman, linux-usb, linux-kernel

On Fri, Sep 17, 2021 at 11:18:48AM +0200, Krzysztof Kozlowski wrote:
> The device ZTE 0x0094 is already on the list.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>

I've picked up the two usb-serial patches in the series now. Thanks.

Johan

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-09-20  9:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-17  9:18 [PATCH 1/3] USB: serial: mos7840: remove duplicated 0xac24 device ID Krzysztof Kozlowski
2021-09-17  9:18 ` [PATCH 2/3] USB: serial: option: remove duplicate USB " Krzysztof Kozlowski
2021-09-20  9:22   ` Johan Hovold
2021-09-17  9:18 ` [PATCH 3/3] USB: cdc-acm: " Krzysztof Kozlowski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.