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 and patches for 2.6.17-rc1
Date: Fri, 14 Apr 2006 13:00:30 -0700 [thread overview]
Message-ID: <20060414200030.GA5693@kroah.com> (raw)
Here are some USB fixes for 2.6.17-rc1. They consist of the following
changes:
- unified touchscreen driver, fixing issues in the older ones
- new usb-serial driver (fixing an issue it had with the generic
driver).
- move a header file so a wireless usb driver can be added to
the kernel.
- usb gadget updates and fixes
- new device ids added
- other random bugfixes.
All of these changes have been in the -mm tree for a number of weeks.
Please pull from:
rsync://rsync.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6.git/
or if master.kernel.org hasn't synced up yet:
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/atm/ueagle-atm.c | 52 ++-
drivers/usb/core/Kconfig | 7
drivers/usb/core/hub.c | 8
drivers/usb/core/usb.c | 2
drivers/usb/gadget/Kconfig | 4
drivers/usb/gadget/at91_udc.c | 4
drivers/usb/gadget/ether.c | 6
drivers/usb/gadget/file_storage.c | 38 +-
drivers/usb/gadget/gadget_chips.h | 6
drivers/usb/gadget/inode.c | 24 -
drivers/usb/gadget/net2280.c | 93 ++++-
drivers/usb/gadget/net2280.h | 415 -------------------------
drivers/usb/gadget/zero.c | 7
drivers/usb/host/ohci-at91.c | 35 +-
drivers/usb/host/ohci-s3c2410.c | 41 +-
drivers/usb/host/pci-quirks.c | 1
drivers/usb/host/pci-quirks.h | 7
drivers/usb/host/uhci-hcd.c | 7
drivers/usb/host/uhci-hcd.h | 1
drivers/usb/host/uhci-hub.c | 18 -
drivers/usb/input/Kconfig | 60 +--
drivers/usb/input/Makefile | 1
drivers/usb/input/hid-core.c | 14
drivers/usb/input/hid-ff.c | 6
drivers/usb/input/hid.h | 5
drivers/usb/input/keyspan_remote.c | 2
drivers/usb/input/usbtouchscreen.c | 605 +++++++++++++++++++++++++++++++++++++
drivers/usb/input/wacom.c | 136 +++++---
drivers/usb/misc/usbtest.c | 13
drivers/usb/net/asix.c | 327 +++++++++----------
drivers/usb/net/pegasus.c | 2
drivers/usb/net/rndis_host.c | 28 +
drivers/usb/serial/Kconfig | 9
drivers/usb/serial/Makefile | 1
drivers/usb/serial/console.c | 2
drivers/usb/serial/ftdi_sio.c | 2
drivers/usb/serial/ftdi_sio.h | 15
drivers/usb/serial/funsoft.c | 65 +++
drivers/usb/serial/pl2303.c | 1
drivers/usb/serial/pl2303.h | 4
drivers/usb/serial/usb-serial.c | 16
drivers/usb/serial/usb-serial.h | 6
include/linux/usb/net2280.h | 444 +++++++++++++++++++++++++++
43 files changed, 1741 insertions(+), 799 deletions(-)
---------------
Adrian Bunk:
USB: pci-quirks.c: proper prototypes
USB: input/: proper prototypes
USB: drivers/usb/core/: remove unused exports
Alan Stern:
USB: g_file_storage: Set short_not_ok for bulk-out transfers
USB: g_file_storage: add comment about buffer allocation
USB: g_file_storage: use module_param_array_named macro
USB: UHCI: don't track suspended ports
Ben Dooks:
USB: cleanups for ohci-s3c2410.c
USB: S3C2410: use clk_enable() to ensure 48MHz to OHCI core
Daniel Ritz:
USB: usbtouchscreen: unified USB touchscreen driver
usb/input: remove Kconfig entries of old touchscreen drivers in favour of usbtouchscreen
David Brownell:
USB: otg hub support is optional
USB: fix gadget_is_musbhdrc()
USB: net2280 short rx status fix
USB: rndis_host whitespace/comment updates
USB: gadgetfs highspeed bugfix
USB: gadget zero poisons OUT buffers
USB: at91 usb driver supend/resume fixes
USB: usbtest: scatterlist OUT data pattern testing
USB: g_ether, highspeed conformance fix
David Hollis:
USB: Rename ax8817x_func() to asix_func() and add utility functions to reduce bloat
Folkert van Heusden:
USB: add support for Papouch TMU (USB thermometer)
Greg Kroah-Hartman:
USB: add driver for funsoft usb serial device
Guennadi Liakhovetski:
USB: net2282 and net2280 software compatibility
Ian Abbott:
USB: ftdi_sio: add support for Eclo COM to 1-Wire USB adapter
Jeffrey Vandenbroucke sign:
hid-core.c: fix "input irq status -32 received" for Silvercrest USB Keyboard
Luiz Fernando Capitulino:
USB serial: Converts port semaphore to mutexes.
matthieu castet:
USB: UEAGLE : cosmetic
USB: UEAGLE : support geode
USB: UEAGLE : null pointer dereference fix
USB: UEAGLE : memory leack fix
Michael Downey:
USB: keyspan-remote bugfix
Paul Fulghum:
USB: remove __init from usb_console_setup
Pete Zaitcev:
USB: linux/usb/net2280.h common definitions
Petko Manolov:
USB: pegasus driver bugfix
Ping Cheng:
USB: wacom tablet driver update
USB: add new wacom devices to usb hid-core list
Tomasz Kazmierczak:
USB: pl2303: added support for OTi's DKU-5 clone cable
reply other threads:[~2006-04-14 20:01 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=20060414200030.GA5693@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.