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 drivers for 2.6.18-rc2
Date: Tue, 17 Oct 2006 14:50:27 -0700 [thread overview]
Message-ID: <20061017215027.GA12839@kroah.com> (raw)
Here are some USB bugfixes and two new drivers for 2.6.18-rc2.
They include the reverting of the EHCI VIA patch that broke suspend for
the mac mini (I finally have mine up and running, but can't seem to even
suspend the thing yet, let alone worry about resume...)
All of these changes 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
Documentation/input/xpad.txt | 115 +-
drivers/usb/Makefile | 2
drivers/usb/atm/cxacru.c | 3
drivers/usb/atm/speedtch.c | 93 +
drivers/usb/atm/ueagle-atm.c | 83 +
drivers/usb/atm/usbatm.c | 5
drivers/usb/class/cdc-acm.c | 29
drivers/usb/class/usblp.c | 79 +
drivers/usb/core/devio.c | 8
drivers/usb/core/endpoint.c | 22
drivers/usb/gadget/net2280.c | 20
drivers/usb/host/ehci-dbg.c | 4
drivers/usb/host/ehci-hcd.c | 70 -
drivers/usb/host/ehci-hub.c | 2
drivers/usb/host/ehci-pci.c | 2
drivers/usb/host/ehci-q.c | 6
drivers/usb/host/ehci.h | 22
drivers/usb/host/ohci-pnx4008.c | 9
drivers/usb/host/uhci-hcd.c | 44 +
drivers/usb/input/Kconfig | 10
drivers/usb/input/Makefile | 3
drivers/usb/input/hid-core.c | 24
drivers/usb/input/usbtouchscreen.c | 4
drivers/usb/input/wacom.h | 2
drivers/usb/input/wacom_sys.c | 20
drivers/usb/input/wacom_wac.c | 121 +-
drivers/usb/input/wacom_wac.h | 2
drivers/usb/input/xpad.c | 139 +-
drivers/usb/misc/Kconfig | 10
drivers/usb/misc/Makefile | 1
drivers/usb/misc/adutux.c | 3
drivers/usb/misc/ftdi-elan.c | 36 -
drivers/usb/{input => misc}/trancevibrator.c | 0
drivers/usb/net/Kconfig | 8
drivers/usb/net/Makefile | 1
drivers/usb/net/asix.c | 48 -
drivers/usb/net/cdc_ether.c | 2
drivers/usb/net/kaweth.c | 204 ++-
drivers/usb/net/mcs7830.c | 534 ++++++++
drivers/usb/net/usbnet.c | 55 +
drivers/usb/net/usbnet.h | 5
drivers/usb/serial/Kconfig | 13
drivers/usb/serial/Makefile | 1
drivers/usb/serial/airprime.c | 7
drivers/usb/serial/cp2101.c | 1
drivers/usb/serial/ftdi_sio.c | 254 ++--
drivers/usb/serial/mos7720.c | 1683 ++++++++++++++++++++++++++
drivers/usb/serial/mos7840.c | 3
drivers/usb/serial/sierra.c | 697 ++++++++++-
drivers/usb/storage/unusual_devs.h | 24
50 files changed, 3894 insertions(+), 639 deletions(-)
rename drivers/usb/{input/trancevibrator.c => misc/trancevibrator.c} (100%)
create mode 100644 drivers/usb/net/mcs7830.c
create mode 100644 drivers/usb/serial/mos7720.c
---------------
Adrian Bunk:
USB: ftdi-elan.c: remove dead code
USB: mos7840.c: fix a check-after-dereference
Akinobu Mita:
usb devio: handle class_device_create() error
Alan Stern:
USB: unusual_devs entry for Nokia 6131
UHCI: workaround for Asus motherboard
usbcore: fix refcount bug in endpoint removal
usbcore: fix endpoint device creation
USB: unusual_devs entry for Nokia 6234
Alexey Dobriyan:
USB: drivers/usb/net/*: use BUILD_BUG_ON
Andrew Morton:
USB: fix usbatm tiny race
Arnd Bergmann:
USB: driver for mcs7830 (aka DeLOCK) USB ethernet adapter
usbnet: improve generic ethtool support
usbnet: add a mutex around phy register access
Chris Malley:
USB: Support for BT On-Air USB modem in cdc-acm.c
Craig Shelley:
USB-SERIAL:cp2101 Add new device ID
Daniel Ritz:
usbtouchscreen: fix data reading for ITM touchscreens
David Brownell:
USB: ohci-pnx4008 build fixes
USB: ftdi_sio whitespace fixes
Dominic Cerquetti:
USB: xpad: dance pad support
Duncan Sands:
usbatm: fix tiny race
speedtch: "extended reach"
cxacru: add the ZTE ZXDSL 852
Eric Sesterhenn:
USB: BUG_ON conversion for wacom.c
USB: fix use after free in wacom_sys.c
USB: fix dereference in drivers/usb/misc/adutux.c
USB: Memory leak in drivers/usb/serial/airprime.c
Grant Grundler:
USB: input: extract() and implement() are bit field manipulation routines
Greg Kroah-Hartman:
USB: revert EHCI VIA workaround patch
USB: ftdi-elan: fix sparse warnings
USB: move trancevibrator.c to the proper usb directory
USB: add USB serial mos7720 driver
USB: cleanup sierra wireless driver a bit
Jan Luebbe:
USB: Add device id for Sierra Wireless MC8755
Jan Mate:
USB Storage: unusual_devs.h entry for Sony Ericsson P990i
Jarek Poplawski:
USB: fix cdc-acm problems with hard irq? (inconsistent lock state)
Jeff Garzik:
USB/gadget/net2280: handle sysfs errors
Kevin Lloyd:
USB: Sierra Wireless driver update
Luiz Fernando N. Capitulino:
airprime: New device ID.
matthieu castet:
UEAGLE : be suspend friendly
UEAGLE : use interruptible sleep
UEAGLE : comestic changes
UEAGLE: fix ueagle-atm Oops
Oliver Neukum:
USB: remove private debug macros from kaweth
USB: suspend/resume support for kaweth
USB: fix suspend support for usblp
Ping Cheng:
USB: Wacom driver updates
Tobias Lorenz:
USB: Mitsumi USB FDD 061M: UNUSUAL_DEV multilun fix
next reply other threads:[~2006-10-17 21:51 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-10-17 21:50 Greg KH [this message]
2006-10-18 6:06 ` [GIT PATCH] USB fixes and drivers for 2.6.18-rc2 Jarek Poplawski
2006-10-18 16:09 ` Greg KH
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=20061017215027.GA12839@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