Skip to content

Commit a109261

Browse files
LuPuliangjhovold
authored andcommitted
USB: serial: option: fix FM101R-GL defines
Modify the definition of the two Fibocom FM101R-GL PID macros, which had their PIDs switched. The correct PIDs are: - VID:PID 413C:8213, FM101R-GL ESIM are laptop M.2 cards (with MBIM interfaces for Linux) - VID:PID 413C:8215, FM101R-GL are laptop M.2 cards (with MBIM interface for Linux) 0x8213: mbim, tty 0x8215: mbim, tty Signed-off-by: Puliang Lu <[email protected]> Fixes: 52480e1 ("USB: serial: option: add Fibocom to DELL custom modem FM101R-GL") Link: https://lore.kernel.org/lkml/TYZPR02MB508845BAD7936A62A105CE5D89DFA@TYZPR02MB5088.apcprd02.prod.outlook.com/ Cc: [email protected] Signed-off-by: Johan Hovold <[email protected]>
1 parent 8771127 commit a109261

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/usb/serial/option.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,8 @@ static void option_instat_callback(struct urb *urb);
203203
#define DELL_PRODUCT_5829E_ESIM 0x81e4
204204
#define DELL_PRODUCT_5829E 0x81e6
205205

206-
#define DELL_PRODUCT_FM101R 0x8213
207-
#define DELL_PRODUCT_FM101R_ESIM 0x8215
206+
#define DELL_PRODUCT_FM101R_ESIM 0x8213
207+
#define DELL_PRODUCT_FM101R 0x8215
208208

209209
#define KYOCERA_VENDOR_ID 0x0c88
210210
#define KYOCERA_PRODUCT_KPC650 0x17da

0 commit comments

Comments
 (0)