]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
USB: Fix usb_serial_driver structure for Kobil cardreader driver.
authorStefan Bader <stefan.bader@canonical.com>
Fri, 1 Feb 2008 23:18:38 +0000 (15:18 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 8 Feb 2008 19:46:24 +0000 (11:46 -0800)
commit7775972d879aa23bef49c57a7da5d921e7a2f130
tree929a01cf4b96ca62e503317cb2aa22645301f1d2
parent073d5d745eac690f0d748a97eca815320a039098
USB: Fix usb_serial_driver structure for Kobil cardreader driver.

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