From: Greg KH To: torvalds@osdl.org Cc: linux-usb-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org Subject: [BK PATCH] USB Fixes for 2.6.0-test11 Hi, Here are some USB fixes for 2.6.0-test11. They all fix real bugs, and are 1-4 line fixes with the exception of the usb-serial close() fix, which is a bit larger, but has been well tested by a number of different users. Please pull from: bk://linuxusb.bkbits.net/gregkh-2.6 Patches will be posted as a follow-up thread for those who want to see them. thanks, greg k-h drivers/usb/core/devio.c | 2 - drivers/usb/core/hub.c | 10 +++++--- drivers/usb/core/usb.c | 1 drivers/usb/image/Kconfig | 4 ++- drivers/usb/misc/auerswald.c | 4 +-- drivers/usb/serial/usb-serial.c | 50 +++++++++++----------------------------- drivers/usb/storage/datafab.c | 2 - drivers/usb/storage/jumpshot.c | 2 - scripts/file2alias.c | 7 +++++ 9 files changed, 37 insertions(+), 45 deletions(-) ----- Alan Stern: o USB: fix bug not setting device state following usb_device_reset() Andrey Borzenkov: o USB: prevent catch-all USB aliases in modules.alias David Brownell: o USB: fix remove device after set_configuration Greg Kroah-Hartman: o USB: fix bug for multiple opens on ttyUSB devices o USB: fix race with hub devices disconnecting while stuff is still happening to them o USB: register usb-serial ports in the proper place in sysfs Herbert Xu: o USB: Fix connect/disconnect race Matthew Dharm: o USB storage: fix for jumpshot and datafab devices Oliver Neukum: o USB: fix race with signal delivery in usbfs o USB: fix sleping in interrupt bug in auerswald driver Tom Rini: o USB: mark the scanner driver as obsolete