[linux-usb-devel] Re: [Bug 4291] usb harddisk don' work, problem with the ehci_hcd module

2005-05-28 Thread Aaron Pohle
Hello, in 2.6.12-rc5 the problem is not present. All my USB-Storage Device works with this kernel... Thanks. [EMAIL PROTECTED] schrieb am Mittwoch, den 25. Mai 2005: > http://bugzilla.kernel.org/show_bug.cgi?id=4291 > > > > > > --- Additional Comments From [EMAIL PROTECTED] 2005-05-25

Re: [linux-usb-devel] Re: Problems with connect/disconnect cycles

2005-05-28 Thread David Brownell
On Wednesday 25 May 2005 4:40 pm, Andrew Morton wrote: > Norbert Preining <[EMAIL PROTECTED]> wrote: > > > > Dear usb developers, dear Andrew! > > > > I found that my builtin sd card reader connected via USB port > > experiences several connect/reconnect cycles every time I boot. > > > > Did we

Re: [linux-usb-devel] connect-debounce failed

2005-05-28 Thread David Brownell
On Saturday 21 May 2005 12:14 am, Glenn Maynard wrote: > On Sat, May 21, 2005 at 12:07:15AM -0700, Pete Zaitcev wrote: > > On Sat, 21 May 2005 02:08:47 -0400, Glenn Maynard <[EMAIL PROTECTED]> wrote: > > > > > [...] It's not a correct fix, but due to time constraints > > > (and paranoia) I'm opti

Re: [linux-usb-devel] laptop sleep on iBook G4 panics ehci_hcd in 2.6.12-rc4 with hub attached

2005-05-28 Thread David Brownell
On Friday 27 May 2005 10:27 am, Alan Stern wrote: > On Fri, 27 May 2005, David Brownell wrote: > > > > > Actually I'm not so sure. I generally describe USB_SUSPEND as relating > > > > to whether or not the USB "suspend" state is used ... > > > > > > Then how come the hub_suspend and hub_resume m

Re: [linux-usb-devel] [PATCH] ehci-hcd - fix page pointer allocation in itd_patch()

2005-05-28 Thread David Brownell
On Tuesday 17 May 2005 12:38 am, Clemens Ladisch wrote: > The itd_patch() function is responsible for allocating entries in the > buffer page pointer list of the iTD. Particularly, a new page pointer > is needed every time when buffer data crosses a page boundary. > > However, there is a bug in t

[linux-usb-devel] Bug with usb_unlink_urb and data toggle

2005-05-28 Thread Arlet Ottens
Hello, While trying to write a linux driver for my USB device on kernel 2.4.30, I noticed that doing an usb_unlink_urb on a bulk IN endpoint, and then submitting a new urb later, causes the next packet of data on that endpoint to be lost. I see the packet on my USB bus analyzer, but I don't get t

Re: [linux-usb-devel] Bug with usb_unlink_urb and data toggle

2005-05-28 Thread Oliver Neukum
Am Sonntag, 29. Mai 2005 07:31 schrieb Arlet Ottens: > > Hello, > > While trying to write a linux driver for my USB device on kernel 2.4.30, I > noticed that doing an usb_unlink_urb on a bulk IN endpoint, and then > submitting a new urb later, causes the next packet of data on that > endpoint to

Re: [linux-usb-devel] Bug with usb_unlink_urb and data toggle

2005-05-28 Thread Arlet Ottens
On Sun, 29 May 2005, Oliver Neukum wrote: > Am Sonntag, 29. Mai 2005 07:31 schrieb Arlet Ottens: > > > > While trying to write a linux driver for my USB device on kernel 2.4.30, I > > noticed that doing an usb_unlink_urb on a bulk IN endpoint, and then > > submitting a new urb later, causes the