We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8771127 commit a109261Copy full SHA for a109261
drivers/usb/serial/option.c
@@ -203,8 +203,8 @@ static void option_instat_callback(struct urb *urb);
203
#define DELL_PRODUCT_5829E_ESIM 0x81e4
204
#define DELL_PRODUCT_5829E 0x81e6
205
206
-#define DELL_PRODUCT_FM101R 0x8213
207
-#define DELL_PRODUCT_FM101R_ESIM 0x8215
+#define DELL_PRODUCT_FM101R_ESIM 0x8213
+#define DELL_PRODUCT_FM101R 0x8215
208
209
#define KYOCERA_VENDOR_ID 0x0c88
210
#define KYOCERA_PRODUCT_KPC650 0x17da
0 commit comments