linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [BK PATCH] USB patches for 2.6.11-rc1
@ 2005-01-17 21:56 Greg KH
  0 siblings, 0 replies; only message in thread
From: Greg KH @ 2005-01-17 21:56 UTC (permalink / raw)
  To: torvalds, akpm; +Cc: linux-usb-devel, linux-kernel

Hi,

Here are a few usb bugfixes and a new usb driver for 2.6.11-rc1.  All of
these patches have been in the past few -mm releases.

Please pull from:
	bk://kernel.bkbits.net/gregkh/linux/usb-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

 Documentation/devices.txt              |    1 
 Documentation/usb/error-codes.txt      |   17 
 Documentation/usb/sn9c102.txt          |   23 -
 drivers/block/ub.c                     |   86 ++--
 drivers/usb/Makefile                   |    1 
 drivers/usb/class/cdc-acm.c            |   23 -
 drivers/usb/class/usblp.c              |    2 
 drivers/usb/core/devio.c               |    6 
 drivers/usb/core/file.c                |    2 
 drivers/usb/core/hcd.c                 |    7 
 drivers/usb/core/hub.c                 |   22 -
 drivers/usb/core/message.c             |    4 
 drivers/usb/core/usb.c                 |    3 
 drivers/usb/host/ehci-hcd.c            |    2 
 drivers/usb/host/ehci-mem.c            |    8 
 drivers/usb/host/ehci-q.c              |   14 
 drivers/usb/host/ehci-sched.c          |   26 -
 drivers/usb/host/sl811-hcd.c           |    2 
 drivers/usb/host/uhci-debug.c          |   15 
 drivers/usb/host/uhci-hcd.c            |   44 +-
 drivers/usb/host/uhci-hcd.h            |   24 +
 drivers/usb/image/mdc800.c             |    4 
 drivers/usb/input/hid-core.c           |    2 
 drivers/usb/media/sn9c102.h            |   13 
 drivers/usb/media/sn9c102_core.c       |   96 +++--
 drivers/usb/media/sn9c102_hv7131d.c    |    2 
 drivers/usb/media/sn9c102_mi0343.c     |    2 
 drivers/usb/media/sn9c102_pas106b.c    |    2 
 drivers/usb/media/sn9c102_sensor.h     |    2 
 drivers/usb/media/sn9c102_tas5110c1b.c |    2 
 drivers/usb/media/sn9c102_tas5130d1b.c |    2 
 drivers/usb/misc/Kconfig               |   28 +
 drivers/usb/misc/Makefile              |    1 
 drivers/usb/misc/idmouse.c             |  450 +++++++++++++++++++++++-
 drivers/usb/misc/usbtest.c             |    4 
 drivers/usb/net/pegasus.c              |  204 ++++++----
 drivers/usb/net/pegasus.h              |    3 
 drivers/usb/net/usbnet.c               |  101 +++--
 drivers/usb/serial/cypress_m8.c        |  614 ++++++++++++++++++++++++---------
 drivers/usb/serial/ftdi_sio.c          |    3 
 drivers/usb/serial/ftdi_sio.h          |    6 
 drivers/usb/serial/garmin_gps.c        |    8 
 drivers/usb/serial/keyspan.c           |    6 
 drivers/usb/storage/unusual_devs.h     |    8 
 44 files changed, 1423 insertions(+), 472 deletions(-)
-----


<echtler:fs.tum.de>:
  o USB: add driver for the Siemens ID Mouse fingerprint sensor

Alan Stern:
  o USB: correct and clarify error-code documentation
  o USB UHCI: protect DMA-able fields with barriers

Alexey Dobriyan:
  o USB: drivers/usb/*: s/0/NULL/ in pointer context

Arkadiusz Miskiewicz:
  o USB: add Ever UPS vendor/product id to ftdi_sio driver

David Brownell:
  o USB: usbnet:  Olympus R1000 PDA, and blacklisting if CDC && !ZAURUS

Greg Kroah-Hartman:
  o USB: give the idmouse the 132 minor number
  o USB: fix sparse warnings in the idmouse.c driver
  o USB: remove some unneeded exported symbols

Lonnie Mendez:
  o USB cypress_m8: line setting bugfix, circular write buffer added, misc. fixes

Luca Risolia:
  o USB: SN9C10x driver updates

Oliver Neukum:
  o USB: CDC ACM module and Zoom 2985 modem

Pete Zaitcev:
  o USB: Patch to fix ub looping with a tag mismatch

Petko Manolov:
  o pegasus 2.6.10 cset

Phil Dibowitz:
  o USB unusual_devs addition: Ignore residue for ours-tech disk

Thomas Gleixner:
  o USB: Lock initializer cleanup - batch 4


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-01-17 22:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-17 21:56 [BK PATCH] USB patches for 2.6.11-rc1 Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).