* [PATCH] USB: serial: cp210x: add pid/vid for TDK NC0110013M and MM0110113M
@ 2024-03-04 23:46 Toru Katagiri
2024-03-05 6:52 ` Johan Hovold
0 siblings, 1 reply; 2+ messages in thread
From: Toru Katagiri @ 2024-03-04 23:46 UTC (permalink / raw)
To: johan, gregkh; +Cc: linux-usb, linux-kernel, Toru.Katagiri
TDK NC0110013M and MM0110113M have custom USB IDs for CP210x,
so we need to add them to the driver.
Signed-off-by: Toru Katagiri <Toru.Katagiri@tdk.com>
---
drivers/usb/serial/cp210x.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/usb/serial/cp210x.c b/drivers/usb/serial/cp210x.c
index 923e0ed85444..883ed97eb7e6 100644
--- a/drivers/usb/serial/cp210x.c
+++ b/drivers/usb/serial/cp210x.c
@@ -56,6 +56,8 @@ static const struct usb_device_id id_table[] = {
{ USB_DEVICE(0x0471, 0x066A) }, /* AKTAKOM ACE-1001 cable */
{ USB_DEVICE(0x0489, 0xE000) }, /* Pirelli Broadband S.p.A, DP-L10 SIP/GSM Mobile */
{ USB_DEVICE(0x0489, 0xE003) }, /* Pirelli Broadband S.p.A, DP-L10 SIP/GSM Mobile */
+ { USB_DEVICE(0x04BF, 0x1301) }, /* TDK Corporation NC0110013M - Network Controller */
+ { USB_DEVICE(0x04BF, 0x1303) }, /* TDK Corporation MM0110113M - i3 Micro Module */
{ USB_DEVICE(0x0745, 0x1000) }, /* CipherLab USB CCD Barcode Scanner 1000 */
{ USB_DEVICE(0x0846, 0x1100) }, /* NetGear Managed Switch M4100 series, M5300 series, M7100 series */
{ USB_DEVICE(0x08e6, 0x5501) }, /* Gemalto Prox-PU/CU contactless smartcard reader */
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] USB: serial: cp210x: add pid/vid for TDK NC0110013M and MM0110113M
2024-03-04 23:46 [PATCH] USB: serial: cp210x: add pid/vid for TDK NC0110013M and MM0110113M Toru Katagiri
@ 2024-03-05 6:52 ` Johan Hovold
0 siblings, 0 replies; 2+ messages in thread
From: Johan Hovold @ 2024-03-05 6:52 UTC (permalink / raw)
To: Toru Katagiri; +Cc: gregkh, linux-usb, linux-kernel
On Tue, Mar 05, 2024 at 08:46:14AM +0900, Toru Katagiri wrote:
> TDK NC0110013M and MM0110113M have custom USB IDs for CP210x,
> so we need to add them to the driver.
>
> Signed-off-by: Toru Katagiri <Toru.Katagiri@tdk.com>
Applied, thanks.
Johan
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-03-05 6:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-04 23:46 [PATCH] USB: serial: cp210x: add pid/vid for TDK NC0110013M and MM0110113M Toru Katagiri
2024-03-05 6:52 ` Johan Hovold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).