Macpaul Lin
15b694e96c
USB: serial: option: add Quectel RM500K module support
...
Add usb product id of the Quectel RM500K module.
RM500K provides 2 mandatory interfaces to Linux host after enumeration.
- /dev/ttyUSB5: this is a serial interface for control path. User needs
to write AT commands to this device node to query status, set APN,
set PIN code, and enable/disable the data connection to 5G network.
- ethX: this is the data path provided as a RNDIS devices. After the
data connection has been established, Linux host can access 5G data
network via this interface.
"RNDIS": RNDIS + ADB + AT (/dev/ttyUSB5) + MODEM COMs
usb-devices output for 0x7001:
T: Bus=05 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 3 Spd=480 MxCh= 0
D: Ver= 2.10 Cls=ef(misc ) Sub=02 Prot=01 MxPS=64 #Cfgs= 1
P: Vendor=2c7c ProdID=7001 Rev=00.01
S: Manufacturer=MediaTek Inc.
S: Product=USB DATA CARD
S: SerialNumber=869206050009672
C: #Ifs=10 Cfg#= 1 Atr=a0 MxPwr=500mA
I: If#= 0 Alt= 0 #EPs= 1 Cls=02(commc) Sub=02 Prot=ff Driver=rndis_host
E: Ad=82(I) Atr=03(Int.) MxPS= 64 Ivl=125us
I: If#= 1 Alt= 0 #EPs= 2 Cls=0a(data ) Sub=00 Prot=00 Driver=rndis_host
E: Ad=01(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E: Ad=81(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
I: If#= 2 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=00 Prot=00 Driver=option
E: Ad=02(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E: Ad=83(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
I: If#= 3 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=00 Prot=00 Driver=option
E: Ad=03(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E: Ad=84(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
I: If#= 4 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=00 Prot=00 Driver=option
E: Ad=04(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E: Ad=85(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
I: If#= 5 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=42 Prot=01 Driver=(none)
E: Ad=05(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E: Ad=86(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
I: If#= 6 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=00 Prot=00 Driver=option
E: Ad=06(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E: Ad=87(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
I: If#= 7 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=00 Prot=00 Driver=option
E: Ad=07(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E: Ad=88(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
I: If#= 8 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=00 Prot=00 Driver=option
E: Ad=08(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E: Ad=89(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
I: If#= 9 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=00 Prot=00 Driver=option
E: Ad=09(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E: Ad=8a(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
Co-developed-by: Ballon Shi <ballon.shi@quectel.com>
Signed-off-by: Ballon Shi <ballon.shi@quectel.com>
Signed-off-by: Macpaul Lin <macpaul.lin@mediatek.com>
Cc: stable@vger.kernel.org
Signed-off-by: Johan Hovold <johan@kernel.org>
2022-06-23 13:58:05 +02:00
..
2020-07-09 09:20:17 +02:00
2022-05-19 18:26:16 +02:00
2021-06-15 14:03:27 +02:00
2020-04-22 09:26:47 +02:00
2021-07-21 11:53:42 +02:00
2022-02-21 09:58:14 +01:00
2020-07-02 10:38:45 +02:00
2022-04-20 09:19:42 +02:00
2021-05-19 10:56:40 +02:00
2021-08-26 09:38:27 +02:00
2020-06-23 09:56:17 +02:00
2021-05-21 15:46:25 +02:00
2019-06-20 14:28:36 +02:00
2022-02-28 21:49:06 +01:00
2022-02-28 21:49:06 +01:00
2022-02-01 11:53:43 +01:00
2022-05-05 14:09:31 +02:00
2020-07-01 14:04:04 +02:00
2021-08-26 09:38:27 +02:00
2021-05-19 10:56:41 +02:00
2020-04-22 09:26:47 +02:00
2021-07-30 17:15:39 +02:00
2021-04-08 09:50:04 +02:00
2020-04-22 09:26:47 +02:00
2022-06-09 14:13:28 +02:00
2021-04-13 18:23:34 +02:00
2022-06-09 14:13:28 +02:00
2021-08-26 09:38:27 +02:00
2021-05-19 10:56:40 +02:00
2021-08-26 09:38:27 +02:00
2020-04-22 09:26:47 +02:00
2022-03-03 09:27:36 +01:00
2021-09-21 14:23:23 +02:00
2019-01-18 11:09:32 +01:00
2019-01-18 11:09:32 +01:00
2019-01-18 11:09:32 +01:00
2019-01-18 11:09:32 +01:00
2019-01-18 11:09:32 +01:00
2021-10-27 15:18:59 +02:00
2021-09-22 09:33:17 +02:00
2021-05-19 10:56:40 +02:00
2021-01-21 10:49:37 +01:00
2021-02-09 13:13:58 +01:00
2020-04-22 09:26:47 +02:00
2021-05-21 15:46:25 +02:00
2022-02-28 21:49:06 +01:00
2021-09-20 11:19:55 +02:00
2021-01-18 14:26:14 +01:00
2021-05-25 08:59:17 +02:00
2021-05-19 10:56:41 +02:00
2022-06-23 13:58:05 +02:00
2021-05-19 10:56:41 +02:00
2020-04-22 09:26:47 +02:00
2022-06-22 08:52:03 +02:00
2022-05-05 13:31:03 +02:00
2022-05-05 15:15:15 +02:00
2022-02-28 21:49:06 +01:00
2021-08-26 09:38:27 +02:00
2021-02-09 13:13:58 +01:00
2022-02-28 21:49:06 +01:00
2021-02-09 13:13:58 +01:00
2021-06-24 12:54:28 +02:00
2021-04-09 17:55:21 +02:00
2022-03-08 18:51:02 +01:00
2022-03-03 09:27:36 +01:00
2021-09-20 11:49:34 +02:00
2021-05-19 10:56:41 +02:00
2019-06-20 14:28:36 +02:00
2020-04-22 09:26:47 +02:00
2022-05-19 18:26:16 +02:00
2020-04-22 09:26:47 +02:00
2021-04-13 18:36:39 +02:00