From: Greg KH <greg@kroah.com>
To: marcelo@conectiva.com.br
Cc: linux-usb-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org
Subject: [BK PATCH] USB fixes for 2.4.23-pre5
Date: Thu, 25 Sep 2003 16:02:17 -0700 [thread overview]
Message-ID: <20030925230217.GA30692@kroah.com> (raw)
Hi,
Here are some USB bugfixes and changes against 2.4.23-pre5. The big
thing here is the addition of the usb gadget code. It is self contained
(so if you don't enable it, it doesn't affect anything), and has been in
the 2.6 tree for a while now. I've also fixed the locking issues I
caused with the last round of copy_from_user audits, and there are a
number of other small bug fixes in here.
Please pull from: bk://kernel.bkbits.net/gregkh/linux/marcelo-2.4
The individual patches will be sent in follow up messages to this email
to you and the linux-usb-devel mailing list.
thanks,
greg k-h
CREDITS | 2
Documentation/Configure.help | 4
MAINTAINERS | 2
Makefile | 1
drivers/Makefile | 3
drivers/usb/Config.in | 3
drivers/usb/devio.c | 2
drivers/usb/gadget/Config.in | 69
drivers/usb/gadget/Makefile | 31
drivers/usb/gadget/ether.c | 1879 +++++++++++++++++++++++++
drivers/usb/gadget/net2280.c | 2731 +++++++++++++++++++++++++++++++++++++
drivers/usb/gadget/net2280.h | 755 ++++++++++
drivers/usb/gadget/usbstring.c | 71
drivers/usb/gadget/zero.c | 1261 +++++++++++++++++
drivers/usb/mdc800.c | 4
drivers/usb/serial/ftdi_sio.c | 8
drivers/usb/serial/ftdi_sio.h | 7
drivers/usb/serial/ipaq.c | 2
drivers/usb/serial/pl2303.c | 1
drivers/usb/serial/pl2303.h | 3
drivers/usb/speedtch.c | 12
drivers/usb/storage/protocol.c | 4
drivers/usb/storage/unusual_devs.h | 8
drivers/usb/usbnet.c | 462 +++++-
drivers/usb/vicam.c | 4
include/linux/usb_ch9.h | 315 ++++
include/linux/usb_gadget.h | 719 +++++++++
27 files changed, 8281 insertions(+), 82 deletions(-)
-----
<amn3s1a:ono.com>:
o USB: New unusual_devs.h entry (Minolta DiMAGE E223 Digital Camera)
Adrian Bunk:
o USB: fix USB_MOUSE help text
Alan Stern:
o USB: Pad UFI commands to 12 bytes with zeros
David Brownell:
o USB: usb gadget support for 2.4 (5/5): kbuild/kconf
o USB: usb gadget support for 2.4 (4/5): ether
o USB: usb gadget support for 2.4 (3/5): zero
o USB: usb gadget support for 2.4 (2/5): net2280
o USB: usb gadget support for 2.4 (1/5): api
David T. Hollis:
o USB: ax8817x support for usbnet and ethtool_ops support
Duncan Sands:
o USB speedtouch: bump the version number
o USB: New email address
o USB speedtouch: neater sanity check
Greg Kroah-Hartman:
o USB: fix up two locking issues in mdc800 and vicam drivers
o USB: port ipaq fix to 2.4
o USB: add a new pl2303 device id
o USB: unusual device fixup for the Y-E floppy drive
Ian Abbott:
o USB: ftdi_sio - new vid/pid for OCT US101 USB to RS-232 converter
Oleg Drokin:
o USB: devio.c memleak on unexpected disconnect
reply other threads:[~2003-09-25 23:10 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=20030925230217.GA30692@kroah.com \
--to=greg@kroah.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb-devel@lists.sourceforge.net \
--cc=marcelo@conectiva.com.br \
/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