On Mon, Sep 23, 2002 at 08:31:03PM -0700, David Brownell wrote:
> Actually this patch was from David Miller, not me.
Oops, you are correct. I forgot to edit the From: line in the email
that was forwarded to me. Sorry about that.
greg k-h
--
Actually this patch was from David Miller, not me.
Greg KH wrote:
> # This is a BitKeeper generated patch for the following project:
> # Project Name: Linux kernel tree
> # This patch format is intended for GNU patch command version 2.5 or higher.
> # This patch includes the following deltas:
>
The earlier patch synced to 2.5.34bk4, this one has one
further update from today (already merged to Linus' tree).
Please merge to Marcelo's latest, with the preceding
patch. Thanks in advance!
- Dave
David Brownell wrote:
> This basically brings the 2.4 code into sync with the current
> 2.5
# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
# ChangeSet1.579.9.6 -> 1.579.9.7
# drivers/usb/ser
# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
# ChangeSet1.579.9.9 -> 1.579.9.10
# drivers/usb/mi
# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
# ChangeSet1.579.9.4 -> 1.579.9.5
# drivers/usb/sto
# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
# ChangeSet1.579.9.7 -> 1.579.9.8
# drivers/usb/ser
# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
# ChangeSet1.579.9.5 -> 1.579.9.6
# drivers/usb/ser
# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
# ChangeSet1.579.9.3 -> 1.579.9.4
# drivers/usb/hos
# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
# ChangeSet1.579.9.1 -> 1.579.9.2
# drivers/usb/hos
# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
# ChangeSet1.579.9.2 -> 1.579.9.3
# drivers/usb/cor
# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
# ChangeSet1.579.1.21 -> 1.579.9.1
# drivers/usb/ho
Please pull from: bk://linuxusb.bkbits.net/linus-2.5
thanks,
greg k-h
Documentation/usb/usb-serial.txt| 14
MAINTAINERS |8
drivers/usb/core/usb.c |1
drivers/usb/host/ehci-dbg.c | 14
drivers/usb/host/ehci-hcd.c | 68
> Just a bit more complex than that ... It would be _nice_ to
> have error simulation modes in there, to support more than one
> device (ideally in separate UML virtual machines!), and add some
> random delays for load simulation. But periodic transfers must
> be initiated only at the correct int
On Sun, Sep 22, 2002 at 04:33:03PM -0700, Matthew Dharm wrote:
> Greg, attached is a patch to usb-storage for 2.5.x -- please apply.
>
> This patch generally cleans up the return codes between the various layers
> of the usb-storage driver. There was previously some confusion about when
> to use
On Mon, Sep 23, 2002 at 11:09:39AM -0700, David Brownell wrote:
> Hi Greg,
>
> Here's an EHCI update, I'll send separate patches to sync 2.4 with
> this version. Changes in this version include:
Applied, thanks.
greg k-h
---
This sf.net ema
On Tue, Sep 17, 2002 at 02:25:51PM -0700, David Brownell wrote:
> This USB patch updates the OHCI driver:
Sorry for the delay. I wanted to see if there was much fall-out from
the big driverfs usb changes. Applied.
thanks,
greg k-h
---
This
Am Dienstag, 17. September 2002 19:44 schrieb David Brownell:
> > If I unlink my urbs upon disconnect synchronously and resubmit my urbs
> > in the completon handler, is there a race condition between the two?
>
> Don't EVER submit another urb after you've gotten a disconnect()
> callback -- that'
begin On Mon, Sep 23, Greg KH wrote:
> On Mon, Sep 23, 2002 at 05:34:31PM +0200, Olaf Hering wrote:
> >
> > ftp.suse.com/pub/people/olh/hotplug_for_usb/hotplug.rpm
> >
> > Try that one, known and unfixed bug in usbdevfs...
>
> Hm, which patch fixes this problem?
the fix is: /sbin/hotplug mus
Hi Greg,
Here's an EHCI update, I'll send separate patches to sync 2.4 with
this version. Changes in this version include:
- An earlier locking update would give trouble on SPARC, where
irqsave "flags" aren't flags. This resolves that issue by
adding a module parameter to limit work
On Mon, Sep 23, 2002 at 05:34:31PM +0200, Olaf Hering wrote:
>
> ftp.suse.com/pub/people/olh/hotplug_for_usb/hotplug.rpm
>
> Try that one, known and unfixed bug in usbdevfs...
Hm, which patch fixes this problem?
thanks,
greg k-h
---
This s
On Mon, Sep 23, 2002, Doug Alcorn <[EMAIL PROTECTED]> wrote:
> Johannes Erdfelt <[EMAIL PROTECTED]> writes:
>
> > On Fri, Sep 20, 2002, Doug Alcorn <[EMAIL PROTECTED]> wrote:
> >> Sep 20 12:31:42 kerneltest kernel: uhci.c: root-hub INT complete: port1: 80
>port2: 88 data: 4
> >> Sep 20 12:31:42
Am Samstag, 14. September 2002 00:40 schrieb Ryan Marsh:
> It's kinda hard to say, I know C but I'm not a kernel hacker. It looks
> like there was a number of patches that had the vendor and product ID
> for the visioneer in them. Whether they had real support or whether they
> made it in, I don't
Mr. Jerry Adams
Tel:234-8033302203
Federal Airport Authority
of Nigeria (FAAN)
Ikeja - Nigeria
Dear Sir,
I hope this message will reach you in the best of health and
eceive your prompt attention, even as we have not had any previous
correspondence before. Kindly reach me immediately for details s
Johannes Erdfelt <[EMAIL PROTECTED]> writes:
> On Fri, Sep 20, 2002, Doug Alcorn <[EMAIL PROTECTED]> wrote:
>> Sep 20 12:31:42 kerneltest kernel: uhci.c: root-hub INT complete: port1: 80 port2:
>88 data: 4
>> Sep 20 12:31:42 kerneltest kernel: uhci.c: fca0: suspend_hc
>> Sep 20 12:31:42 kernelte
begin On Sun, Sep 22, Manish Sharma wrote:
> usb.c: USB device not accepting new address=38 (error=-110)
> hub.c: USB new device connect on bus1/1, assigned device number 39
> usb_control/bulk_msg: timeout
> usb.c: USB device not accepting new address=39 (error=-110)
> hub.c: USB new device conn
Yes I did try that aswell.. still no luck..
On Sunday 22 September 2002 09:10 pm, Stephen J. Gowdy wrote:
> Did you try the ideas in;
>
> http://www.linux-usb.org/FAQ.html#ts6
>
> On Sun, 22 Sep 2002, Manish Sharma wrote:
> > I have the following setup.
> >
> > computer-1
> > Abit KT7 raid Moth
Dear Sir,
We are a manufacture-based company in Shanghai.
I take pleasure to introduce you an innovative product, a little bit different as
being viewed via your web site.
You won¡¯t miss it¡
PRODUCTS:
1.USB Flash Drive
2.USB 7 in 1 Card Reader
3.USB TO Fast Ethernet Converter
4.USB To
28 matches
Mail list logo