public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PATCH] USB fixes for 2.6.22-rc4
@ 2007-06-09  0:03 Greg KH
  2007-06-09  0:03 ` [PATCH 1/9] USB: set default y for CONFIG_USB_DEVICE_CLASS Greg Kroah-Hartman
  0 siblings, 1 reply; 10+ messages in thread
From: Greg KH @ 2007-06-09  0:03 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel, linux-usb-devel

Here are some USB fixes against your 2.6.22-rc4 tree.

They fix a number of minor things and update some documentation and add
some usb-storage quirks, and make the config option a default that has
been tripping up some usbfs users with older udev configurations.

All of these have been in the -mm releases for a while.

Please pull from:
	master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6.git/

The full patches will be sent to the linux-usb-devel mailing list, if
anyone wants to see them.

thanks,

greg k-h


 Documentation/networking/00-INDEX   |    2 +
 Documentation/networking/cxacru.txt |   84 +++++++++++++++++++++++++++++++++++
 drivers/usb/atm/cxacru.c            |   52 +++++++++++-----------
 drivers/usb/class/usblp.c           |    5 +-
 drivers/usb/core/Kconfig            |   22 +++++----
 drivers/usb/core/config.c           |   42 +++++++++++++++++-
 drivers/usb/gadget/epautoconf.c     |    2 +-
 drivers/usb/gadget/inode.c          |    8 ++--
 drivers/usb/gadget/net2280.c        |    6 +-
 drivers/usb/gadget/omap_udc.c       |    6 +-
 drivers/usb/gadget/rndis.c          |   35 +++++++++-----
 drivers/usb/host/ohci-hub.c         |    2 +
 drivers/usb/storage/unusual_devs.h  |   21 ++++++++-
 13 files changed, 222 insertions(+), 65 deletions(-)
 create mode 100644 Documentation/networking/cxacru.txt

---------------

Alan Stern (2):
      USB: Fix up bogus bInterval values in endpoint descriptors
      OHCI: Fix machine check in ohci_hub_status_data

Ben Collins (1):
      USB: UNUSUAL_DEV: Sync up some reported devices from Ubuntu

David Brownell (1):
      USB: usb gadgets avoid le{16,32}_to_cpup()

Kay Sievers (1):
      USB: set default y for CONFIG_USB_DEVICE_CLASS

Pete Zaitcev (1):
      usblp: Don't let suspend to kill ->used

Simon Arlott (3):
      USB: cxacru: add Documentation file
      USB: cxacru: create sysfs attributes in atm_start instead of bind
      USB: cxacru: ignore error trying to start ADSL in atm_start


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2007-06-09  0:25 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-09  0:03 [GIT PATCH] USB fixes for 2.6.22-rc4 Greg KH
2007-06-09  0:03 ` [PATCH 1/9] USB: set default y for CONFIG_USB_DEVICE_CLASS Greg Kroah-Hartman
2007-06-09  0:03   ` [PATCH 2/9] usblp: Don't let suspend to kill ->used Greg Kroah-Hartman
2007-06-09  0:03     ` [PATCH 3/9] USB: usb gadgets avoid le{16,32}_to_cpup() Greg Kroah-Hartman
2007-06-09  0:03       ` [PATCH 4/9] USB: UNUSUAL_DEV: Sync up some reported devices from Ubuntu Greg Kroah-Hartman
2007-06-09  0:03         ` [PATCH 5/9] USB: cxacru: add Documentation file Greg Kroah-Hartman
2007-06-09  0:03           ` [PATCH 6/9] USB: cxacru: create sysfs attributes in atm_start instead of bind Greg Kroah-Hartman
2007-06-09  0:03             ` [PATCH 7/9] USB: cxacru: ignore error trying to start ADSL in atm_start Greg Kroah-Hartman
2007-06-09  0:03               ` [PATCH 8/9] USB: Fix up bogus bInterval values in endpoint descriptors Greg Kroah-Hartman
2007-06-09  0:03                 ` [PATCH 9/9] OHCI: Fix machine check in ohci_hub_status_data Greg Kroah-Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox