linux/drivers/usb/class
David Brownell 672c4e1843 usb: cdc-acm: bugfix release()
Bugfixes to the usb_driver_release_interface() usage;

  (a) make sure releasing *either* interface first will release
      the other, instead of insisting it be the control interface;

  (b) remove the recently-added self-deadlock.

(The "fix disconnect bug in cdc-acm" patch was incomplete and incorrect.)

Plus a small "sparse" fix:  rename a local variable so it doesn't
shadow a function parameter.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Acked-by: Oliver Neukum <oneukum@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-08-13 17:32:57 -07:00
..
cdc-acm.c usb: cdc-acm: bugfix release() 2008-08-13 17:32:57 -07:00
cdc-acm.h USB: additional power savings for cdc-acm devices that support remote wakeup 2008-07-21 15:16:36 -07:00
cdc-wdm.c USB: fix build error in cdc-acm for CONFIG_PM=n 2008-07-21 15:16:47 -07:00
Kconfig USB: CDC WDM driver 2008-05-20 14:14:15 -07:00
Makefile USB: CDC WDM driver 2008-05-20 14:14:15 -07:00
usblp.c USB: fix pm counter leak in usblp 2008-02-21 15:38:48 -08:00