Re: [linux-usb-devel] Fw: [BUG] USB Storage OOPS and a D state process in 2.6.10

2005-01-08 Thread Srihari Vijayaraghavan
On Saturday 08 January 2005 14:51, Alan Stern wrote: > ... > I see you didn't have CONFIG_USB_STORAGE_DEBUG set when you ran this test. Actually I did. I do not know what log level the USB debug messages were, but the silly syslog did not capture them. Now I have set it to write all kernel messa

[linux-usb-devel] Re: [PATCH] unusual_devs addition: Ignore residue for ours-tech disk

2005-01-08 Thread Daniel Drake
Phil Dibowitz wrote: Refreshed against my tree, and replacing "USB" with "Ours Technology" to be a bit more clear, I get the following. I was just following the entry below my addition (looks like a similar disk with similar problem), which also says just "USB". Plus, the device descriptor iManu

Re: [linux-usb-devel] Problem with 2.6.8 and later with CDC ACM module and Zoom 2985 modem

2005-01-08 Thread jdietrch
On Fri, 7 Jan 2005 18:29:26 +0100, "Oliver Neukum" <[EMAIL PROTECTED]> said: > Am Freitag, 7. Januar 2005 17:57 schrieb [EMAIL PROTECTED]: > > On Thu, 6 Jan 2005 14:43:40 +0100, "Oliver Neukum" <[EMAIL PROTECTED]> > > said: > > > Am Donnerstag, 6. Januar 2005 15:39 schrieb [EMAIL PROTECTED]: > > >

[linux-usb-devel] [PATCH][RESEND] cypress_m8: line setting bugfix, circular write buffer added, misc. fixes

2005-01-08 Thread Lonnie Mendez
This patch brings up to date the driver with the current stable development source. A bug with RTS not raising upon first open was fixed, Al Borcher's circular write buffer from the pl2303 driver was implemented, and various fixes/cleanups were made. Signed-off-by: Lonnie Mendez <[EMAIL PROTEC

Re: [linux-usb-devel] Re: [PATCH] USB storage: Make Pentax *ist DS works

2005-01-08 Thread Phil Dibowitz
Miquel Vidal wrote: It seems this Pentax camera is not conformant to the USB storage specification (It does not like the INQUIRY command. So we must handle this command of the SCSI layer ourselves.). here you have a report: http://www.qbik.ch/usb/devices/search_res.php?pattern=pentax http://www.qbi

Re: [linux-usb-devel] Re: [PATCH] USB storage: Make Pentax *ist DS works

2005-01-08 Thread Miquel Vidal
El sáb, 08-01-2005 a las 18:26, Alan Stern escribió: > On Sat, 8 Jan 2005, Phil Dibowitz wrote: > > > Here - I couldn't make that patch you sent apply. Not sure why. I re-did > > it by hand, and I've attached it. You also didn't put a Signed-off-by > > line in your patch, so I added that for you

Re: [linux-usb-devel] failure of usb mouse after resumption from swsusp

2005-01-08 Thread Oliver Neukum
Am Samstag, 8. Januar 2005 22:36 schrieb David Brownell: > On Saturday 08 January 2005 10:51 am, Oliver Neukum wrote: > > Upon further reflection, in a statically compiled driver you know > > you are taking over from yourself, already at compile time. > > Not true with the default swsusp "shutdown

Re: [linux-usb-devel] failure of usb mouse after resumption from swsusp

2005-01-08 Thread Oliver Neukum
Am Samstag, 8. Januar 2005 22:45 schrieb David Brownell: > On Saturday 08 January 2005 12:09 pm, Alan Stern wrote: > > > Time to go look at those logs again... > > Another complication here is that a serial console will give a much more > complete set of logs than "dmesg" after swsusp resumes ..

Re: [linux-usb-devel] USB 2.0 Scatter-Gather in the 2.4 Kernel

2005-01-08 Thread Pete Zaitcev
On Sat, 8 Jan 2005 13:28:37 -0800, David Brownell <[EMAIL PROTECTED]> wrote: > > BTW, while working for this particular customer I did find a problem in > > the 2.4 EHCI code that was particular to the MIPS platform (which is > > what my customer is using.) In the structure ehci_qh, there is an >

Re: [linux-usb-devel] failure of usb mouse after resumption from swsusp

2005-01-08 Thread Nigel Cunningham
Hi guys. I've just joined the list in the hope that I might be able to provide some help in getting USB suspend/resume more reliable, or at least get better understanding regarding what the issues are. On Sun, 2005-01-09 at 05:46, Oliver Neukum wrote: > Am Samstag, 8. Januar 2005 18:52 schrieb Al

Re: [linux-usb-devel] failure of usb mouse after resumption from swsusp

2005-01-08 Thread David Brownell
On Saturday 08 January 2005 12:09 pm, Alan Stern wrote: > Time to go look at those logs again... Another complication here is that a serial console will give a much more complete set of logs than "dmesg" after swsusp resumes ... below, I summarize log contents, with CAPS SHOWING WHAT DMESG WILL

Re: [linux-usb-devel] USB 2.0 Scatter-Gather in the 2.4 Kernel

2005-01-08 Thread Pete Zaitcev
On Sat, 08 Jan 2005 12:07:44 -0600, Larry Schiefer <[EMAIL PROTECTED]> wrote: > Thanks for the feedback. This probably isn't a question for you, but if > someone were to back-merge this functionality, what are the chances the > 2.4 kernel maintainers would allow it to be patched into the mainline

Re: [linux-usb-devel] failure of usb mouse after resumption from swsusp

2005-01-08 Thread David Brownell
On Saturday 08 January 2005 10:51 am, Oliver Neukum wrote: > Upon further reflection, in a statically compiled driver you know > you are taking over from yourself, already at compile time. Not true with the default swsusp "shutdown" method. In that case you're quite possibly taking over from BIOS

Re: [linux-usb-devel] USB 2.0 Scatter-Gather in the 2.4 Kernel

2005-01-08 Thread David Brownell
On Saturday 08 January 2005 10:36 am, Larry Schiefer wrote: > > BTW, while working for this particular customer I did find a problem in > the 2.4 EHCI code that was particular to the MIPS platform (which is > what my customer is using.) In the structure ehci_qh, there is an > atomic reference cou

Re: [linux-usb-devel] failure of usb mouse after resumption from swsusp

2005-01-08 Thread Alan Stern
On Sat, 8 Jan 2005, Oliver Neukum wrote: > Am Samstag, 8. Januar 2005 18:52 schrieb Alan Stern: > > > Secondly, the startup kernel gets control of the machine. If the HCD is > > compiled in, then it will grab the HC and reset it. (I would like to know > > how to tell whether that step can be av

Re: [linux-usb-devel] USB 2.0 Scatter-Gather in the 2.4 Kernel

2005-01-08 Thread Alan Stern
On Sat, 8 Jan 2005, Larry Schiefer wrote: > Alan, > > Thanks for the feedback. This probably isn't a question for you, but if > someone were to back-merge this functionality, what are the chances the > 2.4 kernel maintainers would allow it to be patched into the mainline > since it's not a bugfi

[linux-usb-devel] Problems with VIA USB 2.0 PCI

2005-01-08 Thread Johan Björk
Hi! After reading some posts in this list I realize there are quite some problems with the VIA pci chips. I have one of those cards and i'm trying to get it working. Hopefully my debug output might be of some use to resolve this problem. The card has two usb 2.0 ports. # lspci -vv ***This is jus

Re: [linux-usb-devel] failure of usb mouse after resumption from swsusp

2005-01-08 Thread Oliver Neukum
Am Samstag, 8. Januar 2005 18:52 schrieb Alan Stern: > Thirdly the memory image is restored and the driver in the image is > running again. Now it may have to take control of the HC from the BIOS, > from nobody (but after the HC may or may not have been reset), from its > duplicate in the startup

Re: [linux-usb-devel] failure of usb mouse after resumption from swsusp

2005-01-08 Thread Oliver Neukum
Am Samstag, 8. Januar 2005 18:56 schrieb Alan Stern: > On Sat, 8 Jan 2005, Oliver Neukum wrote: > > > Am Samstag, 8. Januar 2005 05:48 schrieb Alan Stern: > > > Oliver, what happens if you run with CONFIG_USB_SUSPEND not set and apply > > > the patch I wrote for Paul Ionescu in > > > > > > http:/

Re: [linux-usb-devel] failure of usb mouse after resumption from swsusp

2005-01-08 Thread Oliver Neukum
Am Samstag, 8. Januar 2005 18:52 schrieb Alan Stern: > Secondly, the startup kernel gets control of the machine. If the HCD is > compiled in, then it will grab the HC and reset it. (I would like to know > how to tell whether that step can be avoided. There's a further You can't. You only know

Re: [linux-usb-devel] USB 2.0 Scatter-Gather in the 2.4 Kernel

2005-01-08 Thread Larry Schiefer
David, Thanks for the additional input. BTW, while working for this particular customer I did find a problem in the 2.4 EHCI code that was particular to the MIPS platform (which is what my customer is using.) In the structure ehci_qh, there is an atomic reference counter, refcount. This structu

Re: [linux-usb-devel] failure of usb mouse after resumption from swsusp

2005-01-08 Thread Alan Stern
On Sat, 8 Jan 2005, Oliver Neukum wrote: > Am Samstag, 8. Januar 2005 05:48 schrieb Alan Stern: > > Oliver, what happens if you run with CONFIG_USB_SUSPEND not set and apply > > the patch I wrote for Paul Ionescu in > > > > http://marc.theaimsgroup.com/?l=linux-usb-devel&m=110503079717138&w=2 >

Re: [linux-usb-devel] USB 2.0 Scatter-Gather in the 2.4 Kernel

2005-01-08 Thread Larry Schiefer
Alan, Thanks for the feedback. This probably isn't a question for you, but if someone were to back-merge this functionality, what are the chances the 2.4 kernel maintainers would allow it to be patched into the mainline since it's not a bugfix? Thanks, Larry On Sat, 2005-01-08 at 12:00, Alan St

Re: [linux-usb-devel] USB 2.0 Scatter-Gather in the 2.4 Kernel

2005-01-08 Thread David Brownell
On Saturday 08 January 2005 7:45 am, Larry Schiefer wrote: > 2. Is there something in the scatter-gather change that restricts it > from being back-ported to the 2.4 kernel? The main thing I'd worry about with respect to calling usb_sg_*() is that for 2.4 HCDs the URB queueing isn't trustworthy .

Re: [linux-usb-devel] USB 2.0 Scatter-Gather in the 2.4 Kernel

2005-01-08 Thread Alan Stern
David Brownell may have more to add, but here's my understanding... On Sat, 8 Jan 2005, Larry Schiefer wrote: > The Linux USB website had a short description about a change made to the > USB 2.0 core and usb-storage drivers to support large I/O scatter lists > at once. According to the descripti

Re: [linux-usb-devel] failure of usb mouse after resumption from swsusp

2005-01-08 Thread Alan Stern
On Sat, 8 Jan 2005, Oliver Neukum wrote: > But I don't understand your line of reasoning. You are not taking > over from the BIOS. You are taking over from yourself as the kernel > has already initialised all devices once the image is read back. It's a very tricky matter, and it depends on whethe

Re: [linux-usb-devel] Re: USB 1.1 Soundcard on USB 2.0 HUB

2005-01-08 Thread Oliver Brandt
Hi, Thanks for all the quick responses and help! On Fri, Jan 07, 2005 at 01:41:27PM -0500, Craig Nadler wrote: > The requested patch is as follows: >... I've applied the patch but sadly there has been no change. >-Original Message- >From: David Brownell [mailto:[EMAIL PROTECTED] >Sent:

Re: [linux-usb-devel] Re: [PATCH] USB storage: Make Pentax *ist DS works

2005-01-08 Thread Alan Stern
On Sat, 8 Jan 2005, Phil Dibowitz wrote: > Here - I couldn't make that patch you sent apply. Not sure why. I re-did > it by hand, and I've attached it. You also didn't put a Signed-off-by > line in your patch, so I added that for you (I figure you want credit > for your patch). > > This work f

Re: [linux-usb-devel] failure of usb mouse after resumption from swsusp

2005-01-08 Thread Oliver Neukum
Am Samstag, 8. Januar 2005 05:48 schrieb Alan Stern: > Oliver, what happens if you run with CONFIG_USB_SUSPEND not set and apply > the patch I wrote for Paul Ionescu in > > http://marc.theaimsgroup.com/?l=linux-usb-devel&m=110503079717138&w=2 No change. Jan 8 11:49:39 macbeth kernel: Stopping t

[linux-usb-devel] USB 2.0 Scatter-Gather in the 2.4 Kernel

2005-01-08 Thread Larry Schiefer
All, My name is Larry Schiefer and I am a software engineer for Intelligraphics, Inc. We specialize in device driver and embedded system development. Currently, I am working for a client brining up MontaVista Linux on their custom MIPS based platform. MV Linux runs a bit behind the latest kerne

Re: [linux-usb-devel] failure of usb mouse after resumption from swsusp

2005-01-08 Thread Oliver Neukum
Am Samstag, 8. Januar 2005 05:48 schrieb Alan Stern: > Oliver, what happens if you run with CONFIG_USB_SUSPEND not set and apply > the patch I wrote for Paul Ionescu in > > http://marc.theaimsgroup.com/?l=linux-usb-devel&m=110503079717138&w=2 I'll apply it as soon as I am home. But I don't unders

[linux-usb-devel] Re: [PATCH] USB and Driver Core patches for 2.6.10

2005-01-08 Thread Christoph Hellwig
On Fri, Jan 07, 2005 at 09:47:43PM -0800, Greg KH wrote: > ChangeSet 1.1938.444.33, 2004/12/22 13:50:21-08:00, [EMAIL PROTECTED] > > [PATCH] driver core: Fix up vesafb failure probing. > > bus.c file invokes a probe callback for most devices in a list, then checks > for -ENODEV return ("no such d

Re: [linux-usb-devel] Re: [PATCH] USB storage: Make Pentax *ist DS works

2005-01-08 Thread Phil Dibowitz
Phil Dibowitz wrote: Miquel Vidal wrote: El dom, 02-01-2005 a las 07:47, Phil Dibowitz escribió: Miquel Vidal wrote: Hi All, The change below in unusual_devs entries is needed to get the new Pentax SLR *ist DS camera working. Can you please include the output of "cat /proc/bus/usb/devices" ? Th

[linux-usb-devel] Re: [PATCH] unusual_devs addition: Ignore residue for ours-tech disk

2005-01-08 Thread Phil Dibowitz
Daniel Drake wrote: This "Ours Technology" device incorrectly reports 100% residue on transferred data. Refreshed against my tree, and replacing "USB" with "Ours Technology" to be a bit more clear, I get the following. -- Phil Dibowitz [EMAIL PROTECTED] Freeware and T