public inbox for linux-kernel@vger.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.23-rc1
Date: Mon, 30 Jul 2007 15:08:23 -0700	[thread overview]
Message-ID: <20070730220823.GA5263@kroah.com> (raw)

Here are some USB fixes against your 2.6.23-rc1 git tree.

They do the following:
	- usb core fix that you ran into with your broken usb-storage
	  device
	- tty fixes (one fix included a big coding style cleanup by Alan
	  Cox, which dominates the diffstat of this series.)
	- more quirk updates for broken devices.
	- io_edgeport regression fix
	- sparse warning cleanups.
	- other minor fixes.

Some of these have been in the -mm tree 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


 drivers/usb/Makefile                 |    1 +
 drivers/usb/core/message.c           |   41 +-
 drivers/usb/core/quirks.c            |   22 +
 drivers/usb/gadget/config.c          |    2 +-
 drivers/usb/gadget/epautoconf.c      |    2 +-
 drivers/usb/gadget/ether.c           |    3 +-
 drivers/usb/gadget/inode.c           |    4 +-
 drivers/usb/gadget/m66592-udc.c      |    2 +-
 drivers/usb/gadget/pxa2xx_udc.c      |   30 -
 drivers/usb/gadget/zero.c            |    6 +-
 drivers/usb/serial/cp2101.c          |   69 +--
 drivers/usb/serial/digi_acceleport.c |  970 ++++++++++++++--------------------
 drivers/usb/serial/io_edgeport.c     |   19 +-
 drivers/usb/serial/mct_u232.c        |   54 +-
 drivers/usb/serial/mct_u232.h        |    2 +-
 drivers/usb/serial/sierra.c          |    7 +-
 drivers/usb/serial/usb-serial.c      |   32 +-
 drivers/usb/storage/unusual_devs.h   |   21 +
 include/linux/usb.h                  |    2 +
 19 files changed, 577 insertions(+), 712 deletions(-)

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

Adam Kropelin (1):
      usb-serial: Fix edgeport regression on non-EPiC devices

Adrian Bunk (1):
      USB: drivers/usb/serial/sierra.c: make 3 functions static

Alan Cox (3):
      cp2101: Remove broken termios optimisation, use proper speed API
      digi_acceleport: Drag the driver kicking and screaming into coding style
      USB: mct_u232: Convert to proper speed handling API

Alan Stern (1):
      USB: Fix a bug in usb_start_wait_urb

David Brownell (3):
      USB: fix scatterlist PIO case (IOMMU)
      USB: more pxa2xx_udc dead code removal
      USB: "sparse" cleanups for usb gadgets

Jeremy Katz (1):
      USB: Don't let usb-storage steal Blackberry Pearl

Johann Felix Soden (1):
      USB: Add CanonScan LiDE30 to the quirk list

Juergen Beisert (1):
      USB: devices misc: Trivial patch to build the IOWARRIOR when it is selected in Kconfig

Milinevsky Dmitry (1):
      USB: NIKON D50 is an unusual device

Oliver Neukum (5):
      USB: more quirky devices
      USB: even more quirks
      USB: yet another quirky device
      USB: fix usb_serial_suspend(): buggy code
      USB: fix BUG: sleeping function called from invalid context at /home/jeremy/hg/xen/paravirt/linux/drivers/usb/core/urb.c:524, in_atomic():1, irqs_disabled():0

Randy Dunlap (1):
      USB: usb.h kernel-doc additions


                 reply	other threads:[~2007-07-30 22:09 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=20070730220823.GA5263@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox