mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: marcelo.tosatti@cyclades.com
Cc: linux-usb-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org
Subject: [BK PATCH] USB fixes for 2.4.23-pre8
Date: Fri, 24 Oct 2003 17:19:47 -0700	[thread overview]
Message-ID: <20031025001947.GA1491@kroah.com> (raw)

Hi,

Here are some USB bugfixes and changes against 2.4.23-pre8.  The big
stuff here is an update to the sl811 USB host driver, and a new video
USB driver.  There is also a bunch of smaller bugfixes.

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                            |   18 
 Documentation/Configure.help       |  254 ++
 Documentation/usb/sl811hc.txt      |  331 +++
 Documentation/usb/w9968cf.txt      |  486 ++++
 drivers/usb/brlvger.c              |    6 
 drivers/usb/Config.in              |    1 
 drivers/usb/gadget/Config.in       |   24 
 drivers/usb/gadget/ether.c         |  130 -
 drivers/usb/gadget/zero.c          |   25 
 drivers/usb/hc_simple.c            | 1072 ---------
 drivers/usb/hc_simple.h            |  231 --
 drivers/usb/hc_sl811.c             | 1359 ------------
 drivers/usb/hc_sl811.h             |  385 ---
 drivers/usb/hc_sl811_rh.c          |  526 ----
 drivers/usb/host/Config.in         |    6 
 drivers/usb/host/ehci-dbg.c        |   10 
 drivers/usb/host/ehci.h            |    1 
 drivers/usb/host/ehci-q.c          |   30 
 drivers/usb/host/hc_simple.c       | 1089 ++++++++++
 drivers/usb/host/hc_simple.h       |  230 ++
 drivers/usb/host/hc_sl811.c        | 1484 +++++++++++++
 drivers/usb/host/hc_sl811.h        |  386 +++
 drivers/usb/host/hc_sl811_rh.c     |  536 ++++
 drivers/usb/host/Makefile          |    1 
 drivers/usb/host/sl811.c           |  204 +
 drivers/usb/Makefile               |    4 
 drivers/usb/scanner.c              |   13 
 drivers/usb/scanner.h              |   17 
 drivers/usb/serial/ftdi_sio.c      |   54 
 drivers/usb/serial/ftdi_sio.h      |   13 
 drivers/usb/serial/visor.c         |    2 
 drivers/usb/serial/visor.h         |    1 
 drivers/usb/storage/unusual_devs.h |   14 
 drivers/usb/usbnet.c               |    4 
 drivers/usb/w9968cf.c              | 3989 +++++++++++++++++++++++++++++++++++++
 drivers/usb/w9968cf_decoder.h      |   86 
 drivers/usb/w9968cf_externaldef.h  |   95 
 drivers/usb/w9968cf.h              |  321 ++
 include/asm-arm/hc_sl811-hw.h      |  139 +
 include/asm-arm/sl811-hw.h         |  148 +
 include/asm-i386/hc_sl811-hw.h     |  139 +
 include/asm-i386/sl811-hw.h        |  133 +
 include/linux/i2c-id.h             |    1 
 include/linux/usb_ch9.h            |   42 
 include/linux/videodev.h           |   71 
 MAINTAINERS                        |    7 
 46 files changed, 10305 insertions(+), 3813 deletions(-)
-----

<car.busse:gmx.de>:
  o USB: one more digicam for unusual_devs.h

<henry.ne:arcor.de>:
  o USB: Update SL811, HC_SL811 driver

<luca:libero.it>:
  o USB: add W996[87]CF driver

Adrian Bunk:
  o USB: add USB gadget Configure help entries

Alan Stern:
  o USB: fix for earlier unusual_devs.h patch

Daniel Drake:
  o USB brlvger: Debug code fixes

David Brownell:
  o USB: usb gadget Config.in updates
  o USB: <linux/usb_ch9.h> updates
  o USB: usb "gadget zero" tweaks
  o USB: ehci-hcd, misc bugfixes
  o USB: usb ethernet gadget

Dax Kelson:
  o USB: Add Handspring Treo 600 ids

Greg Kroah-Hartman:
  o USB: fix build bug with usbnet and older versions of gcc
  o USB: fix compiler error in sl811.c

Henning Meier-Geinitz:
  o USB: scanner driver: use static declarations (3/3)
  o USB: scanner driver: added USB_CLASS_CDC_DATA (2/3)
  o USB: scanner driver: new device ids (1/3)

Ian Abbott:
  o USB: ftdi_sio - version bump 1.3.5
  o USB: ftdi_sio - Perle UltraPort new ids - 2 of 2
  o USB: ftdi_sio - Perle UltraPort new ids - 1 of 2


                 reply	other threads:[~2003-10-25  0:28 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=20031025001947.GA1491@kroah.com \
    --to=greg@kroah.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb-devel@lists.sourceforge.net \
    --cc=marcelo.tosatti@cyclades.com \
    /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

Powered by JetHome