All of lore.kernel.org
 help / color / mirror / Atom feed
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 update for 2.4.22-pre2
Date: Fri, 27 Jun 2003 16:44:15 -0700	[thread overview]
Message-ID: <20030627234415.GA11813@kroah.com> (raw)

Hi,

Here are some USB bugfixes and updates against 2.4.21.  There biggest
thing here is a speedtouch driver cleanup to use the kernel's crc32
code, and a ftdi_sio update.  I've also included the one-shot interrupt
patches that are shipping in the latest Red Hat kernel, and have had
many people wanting for a while now.

I've also removed the floating point code that was present in the last
USB patches that went into 2.4.22-pre1.

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

 drivers/usb/speedcrc.c             |  124 ---
 drivers/usb/speedcrc.h             |   28 
 drivers/usb/speedtouch.c           | 1344 -------------------------------------
 drivers/usb/Makefile               |    4 
 drivers/usb/Makefile.lib           |    1 
 drivers/usb/aiptek.c               |   11 
 drivers/usb/host/uhci-debug.h      |    2 
 drivers/usb/host/usb-ohci.c        |   19 
 drivers/usb/host/usb-uhci.c        |    9 
 drivers/usb/powermate.c            |   22 
 drivers/usb/serial/ftdi_sio.c      |  604 +++++++++++++---
 drivers/usb/serial/ftdi_sio.h      |   69 +
 drivers/usb/serial/io_edgeport.c   |    3 
 drivers/usb/serial/pl2303.c        |    5 
 drivers/usb/speedtch.c             | 1344 +++++++++++++++++++++++++++++++++++++
 drivers/usb/storage/initializers.c |   48 +
 drivers/usb/storage/initializers.h |    6 
 drivers/usb/storage/unusual_devs.h |   20 
 drivers/usb/usbnet.c               |   19 
 drivers/usb/vicam.c                |   52 +
 20 files changed, 2077 insertions(+), 1657 deletions(-)
-----

<abbotti:mev.co.uk>:
  o USB: several ftdi_sio driver patches

<david:csse.uwa.edu.au>:
  o USB: usb-ohci handling of one-shot interrupt transfers
  o USB: usb-uhci fix for one-shot interrupt problem

<grigouze:noos.fr>:
  o USB: zaurus SL-C700

<kpc-usbdev:gelato.uiuc.edu>:
  o USB: Desknote/ECS UCR-61S2B card reader (2.4.21 patched)

Duncan Sands:
  o USB speedtouch: use common CRC library

Greg Kroah-Hartman:
  o USB: compiler fixes for previous vicam patches
  o Cset exclude: cweidema@indiana.edu|ChangeSet|20030620002017|05386
  o USB: pl2303: report CTS and DSR status changes to userspace
  o USB: add support for 50 baud to io_edgeport.c
  o USB: 2.4 fix UHCI debug kmalloc() usage
  o USB: remove stupid conversions and use of floating point from aiptek.c

Oliver Neukum:
  o USB: fix to previous vicam patch
  o USB: disconnect of v4l devices in 2.4

William R. Sowerbutts:
  o USB: Update for the powermate driver to work with newer devices


                 reply	other threads:[~2003-06-27 23:39 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=20030627234415.GA11813@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 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.