All of lore.kernel.org
 help / color / mirror / Atom feed
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 fixes for 2.6.6-rc2
Date: Thu, 22 Apr 2004 14:49:48 -0700	[thread overview]
Message-ID: <20040422214948.GA2142@kroah.com> (raw)

Hi,

Here are some important USB fixes for 2.6.6-rc2.  They are all pretty
small and "obvious" (hopefully.)  The most important one is the uhci
fix, as lots of people are hitting that recently.

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/class/cdc-acm.c   |   91 ++++++++++++++++------------
 drivers/usb/core/hcd-pci.c    |    5 +
 drivers/usb/gadget/ether.c    |   49 ++++++++-------
 drivers/usb/gadget/rndis.c    |  135 +++++++++++++++++++++++++++---------------
 drivers/usb/gadget/rndis.h    |    7 +-
 drivers/usb/host/ehci-hcd.c   |   17 ++++-
 drivers/usb/host/ehci-hub.c   |   16 +++-
 drivers/usb/host/uhci-hcd.c   |   36 ++++++-----
 drivers/usb/misc/tiglusb.c    |   52 ++++++++--------
 drivers/usb/net/usbnet.c      |    6 +
 drivers/usb/serial/ftdi_sio.c |    4 -
 drivers/usb/storage/dpcm.c    |    9 +-
 12 files changed, 262 insertions(+), 165 deletions(-)
-----

<colin:colino.net>:
  o USB: fix cdc-acm as it is still (differently) broken

<jan:ccsinfo.com>:
  o USB: ftdi patch fixup

Alan Stern:
  o USB: Important bugfix for UHCI list management code

David Brownell:
  o USB: usbnet and pl2301/2302 reset
  o USB: rndis gadget driver updates
  o USB: ehci handles pci misbehavior better

Greg Kroah-Hartman:
  o USB: fix cdc-acm warnings due to previous patch
  o USB: Don't try to suspend devices that do not support it

Romain Lievin:
  o USB: tiglusb: wrong timeout value

William Lee Irwin III:
  o USB: silence dpcm warning


                 reply	other threads:[~2004-04-22 21:50 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=20040422214948.GA2142@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.