]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
USB: Bugfix for aircable: Add module and name to usb_serial_driver
authorJohannes Hölzl <johannes.hoelzl@gmx.de>
Sun, 17 Dec 2006 21:05:09 +0000 (22:05 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 7 Feb 2007 23:44:34 +0000 (15:44 -0800)
commit52d67f0b5c1b1827cd842020d40bdde4f7d04f59
tree59636b07c526bba9094224efa24c64240c4ef494
parentd9b1b787736852f462dbf277b3ca708cbbf693ae
USB: Bugfix for aircable: Add module and name to usb_serial_driver

While adding the dynamic-id support to usb serial I found a small bug in
the air cable driver:

Adds module and name information to the usb_serial_driver instance
of aircable. So the aircable driver is correctly shown under
/sys/bus/usb-serial/drivers/aircable and has the module link.

Signed-off-by: Johannes Hölzl <johannes.hoelzl@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/aircable.c