public inbox for linux-kernel@vger.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] More USB fixes for 2.6.0-test2
Date: Fri, 8 Aug 2003 17:14:40 -0700	[thread overview]
Message-ID: <20030809001440.GA2948@kroah.com> (raw)

Hi,

Here are some more USB fixes for 2.6.0-test2.  Again, more audit patches
from Oliver Neukum, and some other good fixes from David Brownell that
solve some bugzilla.kernel.org bug reports.

I've also fixed a stupid issue with the pl2303 driver that some people
were seeing, and got rid of all of the usages of the struct device .name
variable as it is going to go away soon.

Please pull from:  bk://kernel.bkbits.net/gregkh/linux/linus-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/isdn/hisax/st5481_b.c                     |    4 
 drivers/media/dvb/ttusb-budget/dvb-ttusb-budget.c |    2 
 drivers/usb/core/hcd-pci.c                        |    3 
 drivers/usb/core/hcd.c                            |    3 
 drivers/usb/core/hub.c                            |    4 
 drivers/usb/core/usb.c                            |  137 ++++------------------
 drivers/usb/gadget/net2280.c                      |    1 
 drivers/usb/host/ehci-dbg.c                       |    4 
 drivers/usb/host/ehci-mem.c                       |    1 
 drivers/usb/host/ohci-hcd.c                       |    4 
 drivers/usb/host/ohci-mem.c                       |    1 
 drivers/usb/host/ohci-pci.c                       |   11 -
 drivers/usb/host/ohci-sa1111.c                    |    1 
 drivers/usb/host/uhci-hcd.c                       |    1 
 drivers/usb/net/pegasus.c                         |    6 
 drivers/usb/net/rtl8150.c                         |   14 +-
 drivers/usb/net/usbnet.c                          |   10 +
 drivers/usb/serial/ftdi_sio.c                     |    7 +
 drivers/usb/serial/ftdi_sio.h                     |    6 
 drivers/usb/serial/pl2303.c                       |    9 -
 drivers/usb/serial/usb-serial.c                   |    1 
 drivers/usb/storage/initializers.c                |    6 
 drivers/usb/storage/initializers.h                |    2 
 drivers/usb/usb-skeleton.c                        |    5 
 24 files changed, 89 insertions(+), 154 deletions(-)
-----

<sojka:planetarium.cz>:
  o USB: fixes for usb-skeleton.c

Alan Stern:
  o USB: usb-storage: Move static string out of initializers.h

David Brownell:
  o USB: usbnet, prevent exotic rtnl deadlock
  o USB: disable both sides of usb device ep0 at once
  o USB: usb_new_device() updates
  o USB: ohci-hcd, minor d3cold resume fix

Greg Kroah-Hartman:
  o USB: remove dev.name usage from gadget code
  o USB: remove all struct device.name usage from the USB code
  o USB: remove some vendor specific stuff from the pl2303 driver to get other devices to work

Ian Abbott:
  o USB: ftdi_sio - VID/PID for ID TECH IDT1221U USB to RS-232 adapter

Oliver Neukum:
  o USB: dvb usb driver sleeping in interrupt
  o USB: use of __devinit in st5481
  o USB: DMA coherency issue with rtl8150
  o USB: remove GFP_DMA from pegasus


                 reply	other threads:[~2003-08-09  0: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=20030809001440.GA2948@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox