[GIT PATCH] USB fixes for 2.6.25-rc9 git
From: Greg KH
Date: Wed Apr 16 2008 - 01:57:42 EST
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/