From: Greg KH <greg@kroah.com>
To: torvalds@osdl.org, akpm@osdl.org
Cc: linux-usb-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org
Subject: [BK PATCH] USB update for 2.6.2-rc2
Date: Tue, 27 Jan 2004 15:21:07 -0800 [thread overview]
Message-ID: <20040127232107.GA28680@kroah.com> (raw)
Hi,
Here are some USB patches for 2.6.2-rc2. Here are the main types of
changes:
- a number of small bugfixes
- a usb gadget update including the ability to enable the
drivers to build properly, and a new gadget filesystem driver.
- a new ohci host controller driver for the omap platform.
Please pull from: bk://kernel.bkbits.net/gregkh/linux/usb-2.6
Patches will be posted to linux-usb-devel as a follow-up thread for
those who want to see them.
thanks,
greg k-h
drivers/usb/Kconfig | 2
drivers/usb/core/hub.c | 5
drivers/usb/core/message.c | 37
drivers/usb/core/usb.c | 24
drivers/usb/core/usb.h | 3
drivers/usb/gadget/Kconfig | 207 +
drivers/usb/gadget/Makefile | 5
drivers/usb/gadget/ether.c | 98
drivers/usb/gadget/file_storage.c | 4169 +++++++++++++++++++++++++++++++++++++
drivers/usb/gadget/net2280.c | 489 ++--
drivers/usb/gadget/net2280.h | 6
drivers/usb/gadget/serial.c | 27
drivers/usb/gadget/zero.c | 10
drivers/usb/host/ohci-hcd.c | 6
drivers/usb/host/ohci-omap.c | 673 +++++
drivers/usb/host/ohci-omap.h | 57
drivers/usb/media/dabusb.c | 12
drivers/usb/misc/Kconfig | 2
drivers/usb/misc/auerswald.c | 4
drivers/usb/misc/tiglusb.c | 24
drivers/usb/serial/kobil_sct.c | 2
drivers/usb/serial/whiteheat.c | 27
drivers/usb/storage/scsiglue.c | 39
drivers/usb/storage/unusual_devs.h | 12
include/linux/usb.h | 1
sound/usb/usbaudio.c | 6
26 files changed, 5574 insertions(+), 373 deletions(-)
-----
Alan Stern:
o USB: Update sound/usb/usbaudio.c
o USB: Fix DMA coherence when reading device descriptor
o USB: Don't dereference NULL actconfig
o USB Storage: unusual_devs update
Arjan van de Ven:
o usb: remove some sleep_on's
Dave Jones:
o USB: fix suspicious pointer usage in kobil_sct driver
David Brownell:
o USB gadget: serial driver config update
o USB gadget: ethernet config updates
o USB gadget: zero config updates
o USB gadget: config/build updates
o USB gadget: add File-backed Storage Gadget (FSG)
o USB gadget: net2280 controller updates
Greg Kroah-Hartman:
o USB: add ohci support for OMAP controller
o USB: fix up whiteheat syntax errors from previous patch
o USB: fix up emi drivers Kconfig dependancy
o USB storage: remove info sysfs file as it violates the sysfs 1 value per file rule
Herbert Xu:
o USB Storage: revert freecom dvd-rw fx-50 usb-ide patch
Oliver Neukum:
o USB: fix dma to stack in ti driver
o USB: fix whiteheat doing DMA to stack
reply other threads:[~2004-01-27 23:21 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=20040127232107.GA28680@kroah.com \
--to=greg@kroah.com \
--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.