On Thu, Aug 30, 2012 at 12:10 PM, Linus Torvalds <[email protected]> wrote: > Forwarded to the proper authorities, > > Linus > > > ---------- Forwarded message ---------- > From: Rinat Camalov <[email protected]> > Date: Thu, Aug 30, 2012 at 12:57 AM > Subject: Kernel beceem driver > To: [email protected] > > > Hello!! I tried to contact ZTE, but the don't respond. > > In the linux kernel there is a driver for bcm250 chipset > (/drivers/staging/bcm) but my device ZTE AX226 has this id 19d2:0172, > and in this file /drivers/staging/bcm/interfaceinit.h there is no my > device, only 19d2:0132 (which is NOT zte ax226 device, it is other > device, someone mistaking it ). I'm changing it manualy and compiling > kernel, it takes long time . Could you please add my device id to > /drivers/staging/bcm/interfaceinit.h correctly. > > #define BCM_USB_PRODUCT_ID_226 0x0132 // this one is incorrect > > #define BCM_USB_PRODUCT_ID_226 0x0172 // this is correct one
I am currently performing more cleanup efforts on this driver. I will make sure your device is added in my next patch. Thanks, Kevin _______________________________________________ devel mailing list [email protected] http://driverdev.linuxdriverproject.org/mailman/listinfo/devel
