On Wed, 2014-10-22 at 10:18 +0200, Johan Hovold wrote:
> On Tue, Oct 14, 2014 at 11:10:41AM -0500, Dan Williams wrote:
> > Port layout:
> >
> > 0: QCDM/DIAG
> > 1: NMEA
> > 2: AT
> > 3: AT/PPP
> >
> > Signed-off-by: Dan Williams <[email protected]>
> > ---
> > drivers/usb/serial/option.c | 2 ++
> > 1 file changed, 2 insertions(+)
> >
> > diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c
> > index d1a3f60..8d8764d 100644
> > --- a/drivers/usb/serial/option.c
> > +++ b/drivers/usb/serial/option.c
> > @@ -358,14 +358,15 @@ static void option_instat_callback(struct urb *urb);
> > #define ZOOM_PRODUCT_4597 0x9607
> >
> > /* SpeedUp SU9800 usb 3g modem */
> > #define SPEEDUP_PRODUCT_SU9800 0x9800
> >
> > /* Haier products */
> > #define HAIER_VENDOR_ID 0x201e
> > +#define HAIER_PRODUCT_CE81B 0x10f8
> > #define HAIER_PRODUCT_CE100 0x2009
> >
> > /* Cinterion (formerly Siemens) products */
> > #define SIEMENS_VENDOR_ID 0x0681
> > #define CINTERION_VENDOR_ID 0x1e2d
> > #define CINTERION_PRODUCT_HC25_MDM 0x0047
> > #define CINTERION_PRODUCT_HC25_MDMNET 0x0040
> > @@ -1616,14 +1617,15 @@ static const struct usb_device_id option_ids[] = {
> > { USB_DEVICE(TLAYTECH_VENDOR_ID, TLAYTECH_PRODUCT_TEU800) },
> > { USB_DEVICE(LONGCHEER_VENDOR_ID, FOUR_G_SYSTEMS_PRODUCT_W14),
> > .driver_info = (kernel_ulong_t)&four_g_w14_blacklist
> > },
> > { USB_DEVICE_INTERFACE_CLASS(LONGCHEER_VENDOR_ID,
> > SPEEDUP_PRODUCT_SU9800, 0xff) },
> > { USB_DEVICE(LONGCHEER_VENDOR_ID, ZOOM_PRODUCT_4597) },
> > { USB_DEVICE(LONGCHEER_VENDOR_ID, IBALL_3_5G_CONNECT) },
> > + { USB_DEVICE_AND_INTERFACE_INFO(HAIER_VENDOR_ID, HAIER_PRODUCT_CE81B,
> > 0xff, 0xff, 0xff) },
> > { USB_DEVICE(HAIER_VENDOR_ID, HAIER_PRODUCT_CE100) },
>
> Please, try to keep the id-table entries sorted alphabetically by the
> define names (if possible). Fixed it up here and applied.
Do you mean CE81B after CE100?
Dan
> Thanks,
> Johan
>
> > /* Pirelli */
> > { USB_DEVICE_INTERFACE_CLASS(PIRELLI_VENDOR_ID, PIRELLI_PRODUCT_C100_1,
> > 0xff) },
> > { USB_DEVICE_INTERFACE_CLASS(PIRELLI_VENDOR_ID, PIRELLI_PRODUCT_C100_2,
> > 0xff) },
> > { USB_DEVICE_INTERFACE_CLASS(PIRELLI_VENDOR_ID, PIRELLI_PRODUCT_1004,
> > 0xff) },
> > { USB_DEVICE_INTERFACE_CLASS(PIRELLI_VENDOR_ID, PIRELLI_PRODUCT_1005,
> > 0xff) },
> > { USB_DEVICE_INTERFACE_CLASS(PIRELLI_VENDOR_ID, PIRELLI_PRODUCT_1006,
> > 0xff) },
> --
> To unsubscribe from this list: send the line "unsubscribe linux-usb" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html