@@ -203,6 +203,9 @@ static void option_instat_callback(struct urb *urb);
203
203
#define DELL_PRODUCT_5829E_ESIM 0x81e4
204
204
#define DELL_PRODUCT_5829E 0x81e6
205
205
206
+ #define DELL_PRODUCT_FM101R 0x8213
207
+ #define DELL_PRODUCT_FM101R_ESIM 0x8215
208
+
206
209
#define KYOCERA_VENDOR_ID 0x0c88
207
210
#define KYOCERA_PRODUCT_KPC650 0x17da
208
211
#define KYOCERA_PRODUCT_KPC680 0x180a
@@ -1108,6 +1111,8 @@ static const struct usb_device_id option_ids[] = {
1108
1111
.driver_info = RSVD (0 ) | RSVD (6 ) },
1109
1112
{ USB_DEVICE (DELL_VENDOR_ID , DELL_PRODUCT_5829E_ESIM ),
1110
1113
.driver_info = RSVD (0 ) | RSVD (6 ) },
1114
+ { USB_DEVICE_INTERFACE_CLASS (DELL_VENDOR_ID , DELL_PRODUCT_FM101R , 0xff ) },
1115
+ { USB_DEVICE_INTERFACE_CLASS (DELL_VENDOR_ID , DELL_PRODUCT_FM101R_ESIM , 0xff ) },
1111
1116
{ USB_DEVICE (ANYDATA_VENDOR_ID , ANYDATA_PRODUCT_ADU_E100A ) }, /* ADU-E100, ADU-310 */
1112
1117
{ USB_DEVICE (ANYDATA_VENDOR_ID , ANYDATA_PRODUCT_ADU_500A ) },
1113
1118
{ USB_DEVICE (ANYDATA_VENDOR_ID , ANYDATA_PRODUCT_ADU_620UW ) },
0 commit comments