All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PATCH] USB fixes for 2.6.17-rc4 - resend
@ 2006-05-12 19:01 Greg KH
  0 siblings, 0 replies; only message in thread
From: Greg KH @ 2006-05-12 19:01 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel, linux-usb-devel

Here are some more small USB fixes for 2.6.17-rc4.  They contain a few
small bug fixes and a few new device ids for new devices and a new USB
serial driver (it is self-contained).

All of these changes have been in the -mm tree for a number of weeks.

Please pull from:
	rsync://rsync.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6.git/
or if master.kernel.org hasn't synced up yet:
	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


 drivers/block/ub.c              |   18 -
 drivers/usb/atm/speedtch.c      |    2 
 drivers/usb/atm/usbatm.c        |    8 
 drivers/usb/core/hcd.c          |   13 -
 drivers/usb/core/hub.c          |   23 +
 drivers/usb/host/ohci-hcd.c     |    2 
 drivers/usb/input/hid-core.c    |    4 
 drivers/usb/misc/emi26.c        |    4 
 drivers/usb/misc/emi62.c        |    4 
 drivers/usb/net/pegasus.c       |   20 +
 drivers/usb/serial/Kconfig      |   10 
 drivers/usb/serial/Makefile     |    1 
 drivers/usb/serial/airprime.c   |    1 
 drivers/usb/serial/ark3116.c    |  465 ++++++++++++++++++++++++++++++++++++++++
 drivers/usb/serial/ftdi_sio.c   |    2 
 drivers/usb/serial/ftdi_sio.h   |    9 
 drivers/usb/serial/generic.c    |    1 
 drivers/usb/serial/omninet.c    |   12 -
 drivers/usb/serial/usb-serial.c |   19 +
 19 files changed, 569 insertions(+), 49 deletions(-)

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

Alan Stern:
      USB: usbcore: don't check the device's power source

David Brownell:
      USB: fix bug in ohci-hcd.c ohci_restart()
      USB: pegasus fixes (logstorm, suspend)
      USB: fix OHCI PM regression

Duncan Sands:
      USBATM: change the default speedtouch iso altsetting
      USBATM: fix modinfo output

Greg Kroah-Hartman:
      USB: add ark3116 usb to serial driver
      USB: fix omninet driver bug

Ian Abbott:
      USB: ftdi_sio: Add support for HCG HF Dual ISO RFID Reader

Ken Brush:
      USB: Add Sieraa Wireless 580 evdo card to airprime.c

Luiz Fernando Capitulino:
      usbserial: Fixes use-after-free in serial_open().
      usbserial: Fixes leak in serial_open() error path.

Monty:
      USB: Emagic USB firmware loading fixes

Olaf Hering:
      USB: add an IBM USB keyboard to the HID_QUIRK_NOGET blacklist

Pete Zaitcev:
      USB: ub oops in block_uevent

Razvan Gavril:
      USB: ftdi_sio: add device id for ACT Solutions HomePro ZWave interface


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

only message in thread, other threads:[~2006-05-12 19:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-12 19:01 [GIT PATCH] USB fixes for 2.6.17-rc4 - resend Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.