Realized now that this was a total waste of time...Product id is the same as PH8... 2015-05-20 15:08 GMT+02:00 Mirza Krak <mirza.krak@xxxxxxxxxxxxxxxx>: > From: Mirza Krak <mirza.krak@xxxxxxxxxxxxxxxx> > > Also blacklist interface 4 as is done for PH8. > commit 12df84d4a802 ("USB: serial: option: blacklist interface 4 for Cinterion PHS8 and PXS8") > > $ usb-devices > T: Bus=02 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 2 Spd=480 MxCh= 0 > D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1 > P: Vendor=1e2d ProdID=0053 Rev=00.00 > S: Manufacturer=Cinterion > S: Product=PH8 > C: #Ifs= 5 Cfg#= 1 Atr=e0 MxPwr=10mA > I: If#= 0 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=ff Driver=option > I: If#= 1 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=ff Driver=option > I: If#= 2 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=ff Driver=option > I: If#= 3 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=ff Prot=ff Driver=option > I: If#= 4 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=ff Prot=ff Driver=(none) > > Signed-off-by: Mirza Krak <mirza.krak@xxxxxxxxxxxxxxxx> > --- > drivers/usb/serial/option.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c > index f0c0c53359ad..c2259ff3edb4 100644 > --- a/drivers/usb/serial/option.c > +++ b/drivers/usb/serial/option.c > @@ -378,6 +378,7 @@ static void option_instat_callback(struct urb *urb); > #define CINTERION_PRODUCT_EU3_E 0x0051 > #define CINTERION_PRODUCT_EU3_P 0x0052 > #define CINTERION_PRODUCT_PH8 0x0053 > +#define CINTERION_PRODUCT_PH8_P 0x0054 > #define CINTERION_PRODUCT_AHXX 0x0055 > #define CINTERION_PRODUCT_PLXX 0x0060 > > @@ -1654,6 +1655,8 @@ static const struct usb_device_id option_ids[] = { > { USB_DEVICE(CINTERION_VENDOR_ID, CINTERION_PRODUCT_EU3_P) }, > { USB_DEVICE(CINTERION_VENDOR_ID, CINTERION_PRODUCT_PH8), > .driver_info = (kernel_ulong_t)&net_intf4_blacklist }, > + { USB_DEVICE(CINTERION_VENDOR_ID, CINTERION_PRODUCT_PH8_P), > + .driver_info = (kernel_ulong_t)&net_intf4_blacklist }, > { USB_DEVICE(CINTERION_VENDOR_ID, CINTERION_PRODUCT_AHXX) }, > { USB_DEVICE(CINTERION_VENDOR_ID, CINTERION_PRODUCT_PLXX), > .driver_info = (kernel_ulong_t)&net_intf4_blacklist }, > -- > 2.1.0 > -- Med Vänliga Hälsningar / Best Regards ******************************************************************* Mirza Krak Host Mobility AB mirza.krak@xxxxxxxxxxxxxxxx Anders Personsgatan 12, 416 64 Göteborg Sweden http://www.hostmobility.com Direct: +46 31 31 32 704 Phone: +46 31 31 32 700 Fax: +46 31 80 67 51 Mobile: +46 730 28 06 22 ******************************************************************* -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html