]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blob - queue-5.10/usb-serial-cp210x-add-pid-vid-for-tdk-nc0110013m-and.patch
5.10-stable patches
[thirdparty/kernel/stable-queue.git] / queue-5.10 / usb-serial-cp210x-add-pid-vid-for-tdk-nc0110013m-and.patch
1 From d79e8827ab33555999be193d8b0610f0029b5356 Mon Sep 17 00:00:00 2001
2 From: Sasha Levin <sashal@kernel.org>
3 Date: Tue, 5 Mar 2024 08:46:14 +0900
4 Subject: USB: serial: cp210x: add pid/vid for TDK NC0110013M and MM0110113M
5
6 From: Toru Katagiri <Toru.Katagiri@tdk.com>
7
8 [ Upstream commit b1a8da9ff1395c4879b4bd41e55733d944f3d613 ]
9
10 TDK NC0110013M and MM0110113M have custom USB IDs for CP210x,
11 so we need to add them to the driver.
12
13 Signed-off-by: Toru Katagiri <Toru.Katagiri@tdk.com>
14 Cc: stable@vger.kernel.org
15 Signed-off-by: Johan Hovold <johan@kernel.org>
16 Signed-off-by: Sasha Levin <sashal@kernel.org>
17 ---
18 drivers/usb/serial/cp210x.c | 2 ++
19 1 file changed, 2 insertions(+)
20
21 diff --git a/drivers/usb/serial/cp210x.c b/drivers/usb/serial/cp210x.c
22 index 12d0be4d15101..294f7f01656aa 100644
23 --- a/drivers/usb/serial/cp210x.c
24 +++ b/drivers/usb/serial/cp210x.c
25 @@ -60,6 +60,8 @@ static const struct usb_device_id id_table[] = {
26 { USB_DEVICE(0x0471, 0x066A) }, /* AKTAKOM ACE-1001 cable */
27 { USB_DEVICE(0x0489, 0xE000) }, /* Pirelli Broadband S.p.A, DP-L10 SIP/GSM Mobile */
28 { USB_DEVICE(0x0489, 0xE003) }, /* Pirelli Broadband S.p.A, DP-L10 SIP/GSM Mobile */
29 + { USB_DEVICE(0x04BF, 0x1301) }, /* TDK Corporation NC0110013M - Network Controller */
30 + { USB_DEVICE(0x04BF, 0x1303) }, /* TDK Corporation MM0110113M - i3 Micro Module */
31 { USB_DEVICE(0x0745, 0x1000) }, /* CipherLab USB CCD Barcode Scanner 1000 */
32 { USB_DEVICE(0x0846, 0x1100) }, /* NetGear Managed Switch M4100 series, M5300 series, M7100 series */
33 { USB_DEVICE(0x08e6, 0x5501) }, /* Gemalto Prox-PU/CU contactless smartcard reader */
34 --
35 2.43.0
36