All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: torvalds@osdl.org
Cc: linux-usb-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org
Subject: [BK PATCH] USB Fixes for 2.6.0-test11
Date: Wed, 10 Dec 2003 17:27:31 -0800	[thread overview]
Message-ID: <20031211012731.GA10632@kroah.com> (raw)

Hi,

Here are some USB fixes for 2.6.0-test11.  They all fix real bugs, and
are 1-4 line fixes with the exception of the usb-serial close() fix,
which is a bit larger, but has been well tested by a number of different
users.

Please pull from:  bk://linuxusb.bkbits.net/gregkh-2.6

Patches will be posted as a follow-up thread for those who want to see
them.

thanks,

greg k-h

 drivers/usb/core/devio.c        |    2 -
 drivers/usb/core/hub.c          |   10 +++++---
 drivers/usb/core/usb.c          |    1 
 drivers/usb/image/Kconfig       |    4 ++-
 drivers/usb/misc/auerswald.c    |    4 +--
 drivers/usb/serial/usb-serial.c |   50 +++++++++++-----------------------------
 drivers/usb/storage/datafab.c   |    2 -
 drivers/usb/storage/jumpshot.c  |    2 -
 scripts/file2alias.c            |    7 +++++
 9 files changed, 37 insertions(+), 45 deletions(-)
-----

Alan Stern:
  o USB: fix bug not setting device state following usb_device_reset()

Andrey Borzenkov:
  o USB: prevent catch-all USB aliases in modules.alias

David Brownell:
  o USB: fix remove device after set_configuration

Greg Kroah-Hartman:
  o USB: fix bug for multiple opens on ttyUSB devices
  o USB: fix race with hub devices disconnecting while stuff is still happening to them
  o USB: register usb-serial ports in the proper place in sysfs

Herbert Xu:
  o USB: Fix connect/disconnect race

Matthew Dharm:
  o USB storage: fix for jumpshot and datafab devices

Oliver Neukum:
  o USB: fix race with signal delivery in usbfs
  o USB: fix sleping in interrupt bug in auerswald driver

Tom Rini:
  o USB: mark the scanner driver as obsolete


             reply	other threads:[~2003-12-11  1:46 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-11  1:27 Greg KH [this message]
2003-12-11  1:29 ` [PATCH] USB Fixes for 2.6.0-test11 Greg KH
2003-12-11  1:29   ` Greg KH
2003-12-11  1:29     ` Greg KH
2003-12-11  1:29       ` Greg KH
2003-12-11  1:29         ` Greg KH
2003-12-11  1:29           ` Greg KH
2003-12-11  1:29             ` Greg KH
2003-12-11  1:29               ` Greg KH
2003-12-11  1:29                 ` Greg KH
2003-12-11  1:29                   ` Greg KH
2003-12-11  1:29                     ` Greg KH
2003-12-11 17:56 ` [BK PATCH] Kobject Fix " Greg KH

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=20031211012731.GA10632@kroah.com \
    --to=greg@kroah.com \
    --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.