lkml.org 
[lkml]   [2009]   [Jul]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[patch 11/71] USB: ti_usb_3410_5052: fix duplicate device ids.
    2.6.30-stable review patch.  If anyone has any objections, please let us know.

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

    From: Greg Kroah-Hartman <gregkh@suse.de>

    commit 3c43f27bf57b0502df2478253699559ee1d43f6d upstream.

    commit 1a1fab513734b3a4fca1bee8229e5ff7e1cb873c accidentally added the
    device id to both tables in the driver, which causes problems as this is
    only a single port device, not a multiple port device.

    Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

    ---
    drivers/usb/serial/ti_usb_3410_5052.c | 1 -
    1 file changed, 1 deletion(-)

    --- a/drivers/usb/serial/ti_usb_3410_5052.c
    +++ b/drivers/usb/serial/ti_usb_3410_5052.c
    @@ -192,7 +192,6 @@ static struct usb_device_id ti_id_table_
    { USB_DEVICE(TI_VENDOR_ID, TI_5152_BOOT_PRODUCT_ID) },
    { USB_DEVICE(TI_VENDOR_ID, TI_5052_EEPROM_PRODUCT_ID) },
    { USB_DEVICE(TI_VENDOR_ID, TI_5052_FIRMWARE_PRODUCT_ID) },
    - { USB_DEVICE(IBM_VENDOR_ID, IBM_4543_PRODUCT_ID) },
    };

    static struct usb_device_id ti_id_table_combined[14+2*TI_EXTRA_VID_PID_COUNT+1] = {



    \
     
     \ /
      Last update: 2009-07-29 02:13    [W:4.368 / U:0.372 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site