All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@suse.de>
To: Linus Torvalds <torvalds@osdl.org>, Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org, linux-usb-devel@lists.sourceforge.net
Subject: [GIT PATCH] USB fixes for 2.6.21-rc3
Date: Fri, 9 Mar 2007 20:03:46 -0800	[thread overview]
Message-ID: <20070310040346.GA30638@kroah.com> (raw)

Here are some USB fixes and new device ids against 2.6.21-rc3.

These patches contain a number of fixes that lots of people have
reported with regards to usb-serial devices oopsing and providing
incorrect minor numbers.  They also add a number of new device ids and
some other minor fixes.

All of these have been in the -mm releases.

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


 drivers/usb/class/cdc-acm.c        |    8 ++--
 drivers/usb/core/devio.c           |   13 ++---
 drivers/usb/core/hub.c             |    9 +---
 drivers/usb/core/message.c         |    9 +++-
 drivers/usb/gadget/at91_udc.c      |    6 +-
 drivers/usb/gadget/goku_udc.c      |   29 ------------
 drivers/usb/gadget/pxa2xx_udc.c    |    2 +-
 drivers/usb/host/ehci-hub.c        |    3 +-
 drivers/usb/host/uhci-hub.c        |   11 +++--
 drivers/usb/misc/ftdi-elan.c       |   18 ++++++-
 drivers/usb/net/dm9601.c           |    4 ++
 drivers/usb/serial/airprime.c      |   47 +++++++++++++++++++
 drivers/usb/serial/cp2101.c        |    2 +
 drivers/usb/serial/ftdi_sio.c      |   90 ++++++++++++++++++-----------------
 drivers/usb/serial/ftdi_sio.h      |   21 ++++++++
 drivers/usb/serial/ipaq.c          |    2 +
 drivers/usb/serial/usb-serial.c    |   22 ++++----
 drivers/usb/storage/unusual_devs.h |   17 +++----
 18 files changed, 186 insertions(+), 127 deletions(-)

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

Alan Stern (2):
      USB: set the correct interval for interrupt URBs
      UHCI: fix port resume problem

Andre Spahlinger (1):
      USB: ipaq.c: Additional devices

Andrew Nayenko (1):
      USB storage: Nokia 6288 unusual_devs entry

Cyrill Gorcunov (1):
      USB Elan FTDI: check for workqueue creation

David Brownell (1):
      USB: at91_udc, fix more modpost bogosity (rename driver struct)

Gard Spreemann (1):
      USB: Product ID for FT232RL in ftdi_sio

Jim Radford (2):
      usb-serial: fix shutdown / device_unregister order
      USB: ftdi_sio: use port_probe / port_remove thereby fixing access to the latency_timer

Jon K Hellan (1):
      USB: New device IDs for cp2101 driver

Martin Schiller (1):
      USB: RTS/DTR signal patch for airprime driver

Max Dmitrichenko (1):
      USB: fix Unaligned access in EHCI driver

Michael Olberg (1):
      USB: add QL355P power supply ids to fdti_sio

Milan Svoboda (1):
      USB: pxa2xx_udc: fix hardcoded irq number

Oliver Neukum (5):
      USB: ratelimit debounce error messages
      USB: kill dead code from hub.c
      USB: fix usb-serial device naming bug
      USB: further fix for usb-serial
      USB: fix spinlock recursion in cdc-acm.c

Phil Dibowitz (1):
      USB storage: Removed duplicate supertop unusual_dev entry

Ralf Baechle (1):
      USB: goku_udc: Remove crude cache coherency code

Thomas Schleusener (1):
      USB: add Additional PIDs in ftdi_sio

YOSHIFUJI Hideaki (1):
      USBNET: DM9501: Add Corega FEther USB-TXC support.


                 reply	other threads:[~2007-03-10  4:05 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070310040346.GA30638@kroah.com \
    --to=gregkh@suse.de \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb-devel@lists.sourceforge.net \
    --cc=torvalds@osdl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.