From: Greg KH <greg@kroah.com>
To: torvalds@transmeta.com
Cc: linux-usb-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org
Subject: [BK PATCH] More USB changes for 2.5.53
Date: Mon, 30 Dec 2002 22:45:45 -0800 [thread overview]
Message-ID: <20021231064545.GA2326@kroah.com> (raw)
This includes a compile time fix for the speedtouch driver that was
caused by the recent module changes.
Please pull from: bk://linuxusb.bkbits.net/linus-2.5
thanks,
greg k-h
Documentation/usb/ehci.txt | 38 +++++++++++++++++++++---
drivers/usb/core/hcd.c | 38 ++++++++++++++----------
drivers/usb/core/hcd.h | 1
drivers/usb/core/hub.c | 47 ++++++++++++++++--------------
drivers/usb/core/usb.c | 26 ++++++++---------
drivers/usb/host/ohci-dbg.c | 64 +++++++++++++++++++-----------------------
drivers/usb/host/ohci-hcd.c | 29 +++++++------------
drivers/usb/host/ohci-hub.c | 7 ++--
drivers/usb/host/ohci-q.c | 7 ++--
drivers/usb/misc/speedtouch.c | 18 ++---------
10 files changed, 147 insertions(+), 128 deletions(-)
-----
ChangeSet@1.972, 2002-12-30 22:46:52-08:00, greg@kroah.com
USB: convert more dbg() calls to dev_dbg for the usb core
drivers/usb/core/hcd.c | 26 +++++++++++++-------------
drivers/usb/core/hub.c | 47 +++++++++++++++++++++++++----------------------
drivers/usb/core/usb.c | 26 +++++++++++++-------------
3 files changed, 51 insertions(+), 48 deletions(-)
------
ChangeSet@1.971, 2002-12-30 22:44:47-08:00, greg@kroah.com
USB: convert more dbg() calls to dev_dbg for the ohci driver
drivers/usb/host/ohci-dbg.c | 64 ++++++++++++++++++++------------------------
drivers/usb/host/ohci-hcd.c | 29 ++++++++-----------
drivers/usb/host/ohci-hub.c | 7 ++--
drivers/usb/host/ohci-q.c | 7 ++--
4 files changed, 50 insertions(+), 57 deletions(-)
------
ChangeSet@1.970, 2002-12-30 17:16:48-08:00, david-b@pacbell.net
[PATCH] ehci.txt (doc update)
Makes this generic info reflect current behavior.
Documentation/usb/ehci.txt | 38 ++++++++++++++++++++++++++++++++------
1 files changed, 32 insertions(+), 6 deletions(-)
------
ChangeSet@1.969, 2002-12-30 17:16:25-08:00, david-b@pacbell.net
[PATCH] cleanup after dead hc needs task context
Simple patch to invoke hcd->stop() in task context, as
required. When Cardbus works again (broken in 2.5.53
unless it's just me), this will get rid of some oopsing
when folk physically eject the device, with no shutdown.
As well as making other "hc died" faults behave better.
drivers/usb/core/hcd.c | 12 +++++++++---
drivers/usb/core/hcd.h | 1 +
2 files changed, 10 insertions(+), 3 deletions(-)
------
ChangeSet@1.968, 2002-12-30 17:15:20-08:00, greg@kroah.com
USB: fix up init_module and cleanup_module mess in speedtouch driver
drivers/usb/misc/speedtouch.c | 18 ++++--------------
1 files changed, 4 insertions(+), 14 deletions(-)
------
reply other threads:[~2002-12-31 6:42 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=20021231064545.GA2326@kroah.com \
--to=greg@kroah.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb-devel@lists.sourceforge.net \
--cc=torvalds@transmeta.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 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.