lkml.org 
[lkml]   [2014]   [Mar]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Date
    Subject[PATCH 3.2 017/200] USB: serial: add support for iBall 3.5G connect usb modem
    3.2.56-rc1 review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Rahul Bedarkar <rahulbedarkar89@gmail.com>

    commit 7d5c1b9c7cb5ec8e52b1adc65c484a923a8ea6c3 upstream.

    Add support for iBall 3.5G connect usb modem.

    $lsusb
    Bus 002 Device 006: ID 1c9e:9605 OMEGA TECHNOLOGY

    $usb-devices
    T: Bus=02 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 6 Spd=480 MxCh= 0
    D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
    P: Vendor=1c9e ProdID=9605 Rev=00.00
    S: Manufacturer=USB Modem
    S: Product=USB Modem
    S: SerialNumber=1234567890ABCDEF
    C: #Ifs= 5 Cfg#= 1 Atr=e0 MxPwr=500mA
    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= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=usb-storage

    Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com>
    Suggested-by: Bjørn Mork <bjorn@mork.no>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
    ---
    drivers/usb/serial/option.c | 4 ++++
    1 file changed, 4 insertions(+)

    --- a/drivers/usb/serial/option.c
    +++ b/drivers/usb/serial/option.c
    @@ -325,6 +325,9 @@ static void option_instat_callback(struc
    * It seems to contain a Qualcomm QSC6240/6290 chipset */
    #define FOUR_G_SYSTEMS_PRODUCT_W14 0x9603

    +/* iBall 3.5G connect wireless modem */
    +#define IBALL_3_5G_CONNECT 0x9605
    +
    /* Zoom */
    #define ZOOM_PRODUCT_4597 0x9607

    @@ -1520,6 +1523,7 @@ static const struct usb_device_id option
    .driver_info = (kernel_ulong_t)&four_g_w14_blacklist
    },
    { USB_DEVICE(LONGCHEER_VENDOR_ID, ZOOM_PRODUCT_4597) },
    + { USB_DEVICE(LONGCHEER_VENDOR_ID, IBALL_3_5G_CONNECT) },
    { USB_DEVICE(HAIER_VENDOR_ID, HAIER_PRODUCT_CE100) },
    /* Pirelli */
    { USB_DEVICE(PIRELLI_VENDOR_ID, PIRELLI_PRODUCT_C100_1)},
    --
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2014-03-31 03:21    [W:4.994 / U:1.544 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site