[BK PATCH] USB fixes for 2.6.9-rc4

From: Greg KH
Date: Tue Oct 12 2004 - 17:38:49 EST


Hi,

Here are 5 USB fixes against the latest 2.6.9-rc4 tree. They do the
following:
- fix a oops in the digi_acceleport driver
- fix a SMP race in the ehci_hcd driver
- fix a lockup in the net2280 driver
- fix a oops in the usblp driver
- fix a oops in the hiddev driver
These patches have all been in the -mm tree for the past few weeks

Please pull from:
bk://kernel.bkbits.net/gregkh/linux/fix-2.6

Patches will be posted to linux-usb-devel as a follow-up thread for
those who want to see them.

thanks,

greg k-h

drivers/usb/class/usblp.c | 8 ++++----
drivers/usb/gadget/net2280.c | 19 ++++++++++---------
drivers/usb/host/ehci-hcd.c | 9 +++++++++
drivers/usb/host/ehci.h | 1 +
drivers/usb/input/hid-core.c | 2 +-
drivers/usb/media/konicawc.c | 2 +-
drivers/usb/serial/digi_acceleport.c | 7 ++++++-
7 files changed, 32 insertions(+), 16 deletions(-)
-----

Al Borchers:
o USB: corrected digi_acceleport 2.6.9-rc1 fix for hang on disconnect

David Brownell:
o USB: net2280 updates
o USB: EHCI SMP fix

Herbert Xu:
o USB: Fix hiddev devfs oops

Vojtech Pavlik:
o USB: Fix oops in usblp driver

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/