Re: [patch 00/12] USB patches for 2.6.15-rc1

From: Greg Kroah-Hartman
Date: Mon Nov 14 2005 - 15:23:27 EST


On Mon, Nov 14, 2005 at 12:04:56PM -0800, Greg Kroah-Hartman wrote:
> Here are a few USB patches against your latest git tree, they have all
> been in the past few -mm releases just fine. They fix some build bugs,
> add some new device ids, and add a new simple usb-serial driver.

Oh, forgot the combined diffstat of the whole series, sorry about that:

Documentation/devices.txt | 12
Documentation/usb/bluetooth.txt | 45 --
drivers/usb/core/devio.c | 5
drivers/usb/core/inode.c | 8
drivers/usb/core/message.c | 4
drivers/usb/gadget/dummy_hcd.c | 5
drivers/usb/input/hid-core.c | 13
drivers/usb/input/wacom.c | 134 +++++-
drivers/usb/serial/ChangeLog.history | 730 ++++++++++++++++++++++++++++++++++
drivers/usb/serial/ChangeLog.old | 731 -----------------------------------
drivers/usb/serial/Kconfig | 9
drivers/usb/serial/Makefile | 1
drivers/usb/serial/anydata.c | 123 +++++
drivers/usb/serial/cp2101.c | 2
drivers/usb/serial/generic.c | 2
drivers/usb/storage/Kconfig | 3
drivers/usb/storage/unusual_devs.h | 6
17 files changed, 1000 insertions(+), 833 deletions(-)


thanks,

greg k-h
-
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/