[linux-usb-devel] Warning: message 1HI06w-0002PI-6P delayed 72 hours

2007-02-19 Thread Mail Delivery System
This message was created automatically by mail delivery software. A message that you sent has not yet been delivered to one or more of its recipients after more than 72 hours on the queue on externalmx-1.sourceforge.net. The message identifier is: 1HI06w-0002PI-6P The subject of the message

Re: [linux-usb-devel] Patch for expanded text API in usbmon

2007-02-19 Thread Pete Zaitcev
On Sat, 10 Feb 2007 11:37:26 -0500 (EST), Alan Stern [EMAIL PROTECTED] wrote: On Fri, 9 Feb 2007, Pete Zaitcev wrote: If anyone has any comments about the bloat or missing features, I'd like to hear it. Alan, does this capture what you wanted for ISO? Statistics is for the next time. It

[linux-usb-devel] new autosuspend code and callback

2007-02-19 Thread Oliver Neukum
Hi, I thought about this. Could you live with simply protecting the business flag in the interface structure with a spinlock? A new callback is indeed overkill and all its advantages could be had this way, too. Regards Oliver

Re: [linux-usb-devel] [PATCH] Davicom DM9601 usbnet driver

2007-02-19 Thread Peter Korsgaard
David == David Brownell [EMAIL PROTECTED] writes: Hi, David Yes, I think that'd be appropriate. Either check for the real David limit, or don't check at all ... you're checking for something David significantly less than the real limit. Ok, patch updated. It now also uses the

[linux-usb-devel] [patch]bug in error path in new autosuspend code

2007-02-19 Thread Oliver Neukum
Hi Alan, if probe() fails, you fail to restore the old pm count. If the driver supports autosuspend, but doesn't bind, the interface, though unbound, will not suspend again. Regards Oliver Signed-off-by: Oliver Neukum [EMAIL PROTECTED] -- ---

[linux-usb-devel] ethernet gadget problem

2007-02-19 Thread Dylan Cristiani
hi people, i'm new to the list, i hope someone could help me: i'm using a pxa270 cpu over mainstone II like platform with linux kernel 2.6.18; i've read a lot of messagges about this issue but i cannot find the solution: my target is to use the ethernet gadget client interface (pxa270 side), but

Re: [linux-usb-devel] modifications to new generic autosuspend code

2007-02-19 Thread Oliver Neukum
Am Donnerstag, 15. Februar 2007 22:06 schrieb Alan Stern: There are two main disadvantages to the less-strict scheme.  One is that the timing of autosuspends isn't as precise: If the timer goes off every 10 seconds, then a suspend could occur anywhere between 10 and 20 seconds after the

Re: [linux-usb-devel] the new autosuspension of mice

2007-02-19 Thread Jiri Kosina
On Thu, 15 Feb 2007, Oliver Neukum wrote: To allow testing I am posting the full amalgated patch against 2.6.20. Is this patch really against 2.6.20? +extern int sysfs_add_file_to_group(struct kobject *kobj, + const struct attribute *attr, const char *group); +extern void

Re: [linux-usb-devel] Thoughts on a new driver

2007-02-19 Thread Sven Anders
Greg KH schrieb: On Sat, Feb 17, 2007 at 05:15:57PM -0800, Phil Dibowitz wrote: Anyway - in doing some research it looks like USBSnoppy and SnoopyPro are the standard USB Sniffers for trying to reverse-engineer a USB device from windows... but I don't see a Mac OS X equivalent. I have the

Re: [linux-usb-devel] new autosuspend code and callback

2007-02-19 Thread Alan Stern
On Mon, 19 Feb 2007, Oliver Neukum wrote: Hi, I thought about this. Could you live with simply protecting the business flag in the interface structure with a spinlock? A new callback is indeed overkill and all its advantages could be had this way, too. I don't understand the question.

Re: [linux-usb-devel] Patch for expanded text API in usbmon

2007-02-19 Thread Alan Stern
On Mon, 19 Feb 2007, Pete Zaitcev wrote: On Sat, 10 Feb 2007 11:37:26 -0500 (EST), Alan Stern [EMAIL PROTECTED] wrote: On Fri, 9 Feb 2007, Pete Zaitcev wrote: If anyone has any comments about the bloat or missing features, I'd like to hear it. Alan, does this capture what you wanted

Re: [linux-usb-devel] [patch]bug in error path in new autosuspend code

2007-02-19 Thread Alan Stern
On Mon, 19 Feb 2007, Oliver Neukum wrote: Hi Alan, if probe() fails, you fail to restore the old pm count. If the driver supports autosuspend, but doesn't bind, the interface, though unbound, will not suspend again. Regards Oliver Signed-off-by: Oliver Neukum

Re: [linux-usb-devel] the new autosuspension of mice

2007-02-19 Thread Alan Stern
On Mon, 19 Feb 2007, Jiri Kosina wrote: On Thu, 15 Feb 2007, Oliver Neukum wrote: To allow testing I am posting the full amalgated patch against 2.6.20. Is this patch really against 2.6.20? +extern int sysfs_add_file_to_group(struct kobject *kobj, + const struct attribute

Re: [linux-usb-devel] USB Storage: data transfer failing with Status code -71

2007-02-19 Thread Alan Stern
On Mon, 19 Feb 2007, Mukesh Kohli wrote: Hello Guys, I am trying to create a duplicate copy of a file onto a USB 2.0 device (memory stick) connected to my SOC (system on chip) board. Basic idea is to test data transfer across USB host controller and USB Device. It is failing randomly after

Re: [linux-usb-devel] API for new form of autosuspend

2007-02-19 Thread Alan Stern
On Mon, 19 Feb 2007, Oliver Neukum wrote: Hi, looking a bit more at the API of the new autosuspend code there seems to be a function missing. We now have three states: count 0 - count == 0 and timer running - suspended The only way to return to the middle state is through the first

Re: [linux-usb-devel] ohci: USB devices only detected at boot time

2007-02-19 Thread Raphael Assenat
Alan Stern wrote: On Thu, 15 Feb 2007, Raphael Assenat wrote: Okay. This says that RHSC works correctly while the controller is running, but it doesn't work when the controller is suspended. hmm. So that's a bug in the chip? Would preventing this specific controller from being suspended

Re: [linux-usb-devel] ohci: USB devices only detected at boot time

2007-02-19 Thread Alan Stern
On Mon, 19 Feb 2007, Raphael Assenat wrote: Wow, that's really buggy! Not only is there no interrupt request, the port status shows that the chip doesn't even know you plugged in the device. Clearly the chip's wakeup function is completely broken. The only way you can get it to

Re: [linux-usb-devel] ethernet gadget problem

2007-02-19 Thread Curran, Dominic
-Original Message- From: [EMAIL PROTECTED] [mailto:linux-usb- [EMAIL PROTECTED] On Behalf Of Dylan Cristiani Sent: Monday, February 19, 2007 7:51 AM To: linux-usb-devel@lists.sourceforge.net Subject: [linux-usb-devel] ethernet gadget problem hi people, i'm new to the list, i

Re: [linux-usb-devel] ohci: USB devices only detected at boot time

2007-02-19 Thread David Brownell
On Monday 19 February 2007 8:59 am, Raphael Assenat wrote: How about adding an OHCI_QUIRK_NO_RH_SUSPEND flag in struct ohci_hcd and using it to disable suspend for this chip? The flag can be set automatically in ohci-pci.c. The only thing I'm not sure about is the appropriate place to

[linux-usb-devel] .

2007-02-19 Thread Andre Spahlinger
- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT business topics through brief surveys-and earn cash

Re: [linux-usb-devel] [PATCH] ipaq.c combined patches from Synce Website

2007-02-19 Thread Andre Spahlinger
The original ipaq driver takes the first pair of endpoints and invokes ttyUSBx. So it can only handle devices which communicate on this first port. There are pocketpcs (like the yakumo delta/ mitac mio) that offer more than one comport via usb, which means they have more than two endpoints. In

Re: [linux-usb-devel] Patch for expanded text API in usbmon

2007-02-19 Thread Alan Stern
On Mon, 19 Feb 2007, Alan Stern wrote: On Mon, 19 Feb 2007, Pete Zaitcev wrote: On Sat, 10 Feb 2007 11:37:26 -0500 (EST), Alan Stern [EMAIL PROTECTED] wrote: On Fri, 9 Feb 2007, Pete Zaitcev wrote: If anyone has any comments about the bloat or missing features, I'd like to

Re: [linux-usb-devel] OHCI/EHCI and bad cable message

2007-02-19 Thread Alan Stern
On Sun, 18 Feb 2007, Luca Tettamanti wrote: Ok, this is me plugging/unplugging the mouse with only ehci loaded: ... hub 1-0:1.0: state 7 ports 6 chg evt 0020 ehci_hcd :00:03.3: GetStatus port 5 status 001403 POWER sig=k CSC CONNECT hub 1-0:1.0: port 5, status 0501, change 0001, 480

[linux-usb-devel] [PATCH 1/2] UHCI: Add macros for computing DMA values

2007-02-19 Thread Alan Stern
This patch (as855) adds some convenience macros to uhci-hcd, to help simplify the code for computing hardware DMA pointers. Signed-off-by: Alan Stern [EMAIL PROTECTED] --- Index: usb-2.6/drivers/usb/host/uhci-debug.c === ---

[linux-usb-devel] [PATCH 2/2] UHCI: Eliminate asynchronous skeleton Queue Headers

2007-02-19 Thread Alan Stern
This patch (as856) attempts to improve the performance of uhci-hcd by removing the asynchronous skeleton Queue Headers. They don't contain any useful information but the controller has to read through them at least once every millisecond, incurring a non-zero DMA overhead. Now all the

Re: [linux-usb-devel] Patch for expanded text API in usbmon

2007-02-19 Thread Pete Zaitcev
On Mon, 19 Feb 2007 15:38:30 -0500 (EST), Alan Stern [EMAIL PROTECTED] wrote: would look better like this: Interval is printed only for interrupt and isochronous URBs. Start frame is printed only for isochronous URBs. Error count is printed only for isochronous callback

[linux-usb-devel] for condig

2007-02-19 Thread Brittany Linck
Hi, VIArrGRA $3. 35 VALrrIUM $1. 25 CIArrLIS $3. 75 XArrNAX SOrrMA FOR LESS! http://www.kedrx-com Replace - with . in the above link to make it working. Voldemorts followers had disbanded, and Harry Potter had become famous. It had been enough of a shock for Harry to discover, on his

Re: [linux-usb-devel] Composite device driver binding

2007-02-19 Thread David Brownell
On Friday 01 December 2006 1:58 pm, Chris Ostler wrote: I'm writing a driver for a composite (telephony) device which has three interfaces. Due to the design of the device, the interfaces will never be used in isolation - you have to use all three to get any useful functionality. When you

Re: [linux-usb-devel] [RFC] [PATCH 0/5]: Composite Devices Support

2007-02-19 Thread David Brownell
On Friday 02 February 2007 7:44 am, Felipe Balbi wrote: The following patch series add support for Composite Devices following what was proposed David Brownell's patch. Each patch modify one g_* module (ether, file_storage, serial) and another one sets up the base for such support. We

Re: [linux-usb-devel] 2.6.20-rc4-mm1: different values for OHCI_QUIRK_ZFMICRO

2007-02-19 Thread Adrian Bunk
On Sun, Jan 14, 2007 at 06:36:10AM -0800, David Brownell wrote: On Sunday 14 January 2007 1:10 am, Adrian Bunk wrote: -- snip -- Waiting for Tony to submit bugfixes to his driver... Still unfixed as of 2.6.20-mm1. ... CC drivers/usb/misc/ftdi-elan.o

[linux-usb-devel] [-mm patch] make drivers/usb/misc/iowarrior.c:iowarrior_ids[] static

2007-02-19 Thread Adrian Bunk
On Thu, Feb 15, 2007 at 05:14:08AM -0800, Andrew Morton wrote: ... Changes since 2.6.20-rc6-mm3: ... +gregkh-usb-usb-iowarrior.patch ... USB tree updates ... This patch makes the needlessly global struct iowarrior_ids[] static. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- ---

Re: [linux-usb-devel] Patch for expanded text API in usbmon

2007-02-19 Thread Alan Stern
On Mon, 19 Feb 2007, Pete Zaitcev wrote: If it ever turns out that I really do need to see the transfer_flags, I'll let you know! Well, that would be undesirable, because it will cause an API shift again. So why not to include it right away? I am not including it right now because it's

Re: [linux-usb-devel] Patch for expanded text API in usbmon

2007-02-19 Thread Pete Zaitcev
On Mon, 19 Feb 2007 22:30:16 -0500 (EST), Alan Stern [EMAIL PROTECTED] wrote: Right now, I think transfer_flags would be useless. However I have in mind the discussions with David and Monty back last November about improved reliability and latency for ISO transfers. One of the outcomes of