lkml.org 
[lkml]   [2008]   [Feb]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[patch 22/45] USB: Fix usb_serial_driver structure for Kobil cardreader driver.

    2.6.24-stable review patch. If anyone has any objections, please let us know.

    ------------------
    From: Stefan Bader <stefan.bader@canonical.com>

    The device setup did miss to initialize the num_interrupt_out field, thus
    failing to successfully complete the probe function.

    Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
    Cc: Alan Cox <alan@redhat.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

    ---
    drivers/usb/serial/kobil_sct.c | 1 +
    1 file changed, 1 insertion(+)

    --- a/drivers/usb/serial/kobil_sct.c
    +++ b/drivers/usb/serial/kobil_sct.c
    @@ -114,6 +114,7 @@ static struct usb_serial_driver kobil_de
    .usb_driver = &kobil_driver,
    .id_table = id_table,
    .num_interrupt_in = NUM_DONT_CARE,
    + .num_interrupt_out = NUM_DONT_CARE,
    .num_bulk_in = 0,
    .num_bulk_out = 0,
    .num_ports = 1,
    --


    \
     
     \ /
      Last update: 2008-02-07 22:03    [W:2.435 / U:0.032 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site