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@vger.kernel.org
Subject: [GIT PATCH] USB fixes for 2.6.25-rc9 git
Date: Tue, 15 Apr 2008 23:03:39 -0700	[thread overview]
Message-ID: <20080416060338.GA4713@suse.de> (raw)

Here are some USB device ids updates and one bugfix against your
2.6.25-rc9 git tree.

They include:
	- new device ids for the option driver
	- usb-storage unusual devs for a bunch of Huawei devices
	- bugfix to usb-serial core removing a restrictive check that
	  has broken a lot of different devices.

It's the last thing that's the most important, making the check this
strict has broken lots of different devices for lots of users, and we
are slowly getting a lot of regression reports for this.  This patch
fixes all of them for all usb-serial drivers.

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

Most of these patches have been in the -mm tree for a while, as well as
-next.

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

thanks,

greg k-h

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

 drivers/usb/serial/option.c        |   56 ++++++++++++++++++++-
 drivers/usb/serial/usb-serial.c    |    2 
 drivers/usb/storage/unusual_devs.h |   96 +++++++++++++++++++++++++++++++++++--
 3 files changed, 148 insertions(+), 6 deletions(-)

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

Greg Kroah-Hartman (1):
      USB: remove broken usb-serial num_endpoints check

James Cameron (1):
      USB: Obscure Maxon BP3-USB Device Support 16d8:6280 for option driver

Matthias Urlichs (1):
      USB: option.c: add more device IDs

fangxiaozhi (1):
      USB: support more Huawei data card product IDs

tang kai (1):
      USB: option: Add new vendor ID and device ID for AMOI HSDPA modem


                 reply	other threads:[~2008-04-16  5:57 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=20080416060338.GA4713@suse.de \
    --to=gregkh@suse.de \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --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