Re: [linux-usb-devel] usbmon: Extended text API

2007-02-24 Thread Jon Smirl
On 2/25/07, Alan Stern <[EMAIL PROTECTED]> wrote: > On Sat, 24 Feb 2007, Jon Smirl wrote: > > > On 2/24/07, Pete Zaitcev <[EMAIL PROTECTED]> wrote: > > > Also, Jon was hitting some problems with tcpdump and Paolo's libpcap, > > > so let's keep one more revision stable to help them to figure this ou

Re: [linux-usb-devel] usbmon: Extended text API

2007-02-24 Thread Jon Smirl
On 2/25/07, Pete Zaitcev <[EMAIL PROTECTED]> wrote: > On Sat, 24 Feb 2007 22:55:28 -0500, "Jon Smirl" <[EMAIL PROTECTED]> wrote: > > > For example, as far as I can tell there is no info in the capture > > packet stream describing the attached devices unless I so something > > like "lsusb -v" while

Re: [linux-usb-devel] usb 2.4: Support high-speed HID

2007-02-24 Thread Willy Tarreau
On Sat, Feb 24, 2007 at 07:51:17PM -0800, Pete Zaitcev wrote: > Fix high-speed HID. According to Stuart: > > The problem is that the usbhid driver (in hid-core.c) is _not_ modifying > the interrupt URB interval for high speed devices before calling > FILL_INT_URB, which causes the interval to

Re: [linux-usb-devel] usbmon: Extended text API

2007-02-24 Thread Pete Zaitcev
On Sat, 24 Feb 2007 22:55:28 -0500, "Jon Smirl" <[EMAIL PROTECTED]> wrote: > For example, as far as I can tell there is no info in the capture > packet stream describing the attached devices unless I so something > like "lsusb -v" while data is being captured. [...] True, the intent was that the

Re: [linux-usb-devel] usbmon: Extended text API

2007-02-24 Thread Alan Stern
On Sat, 24 Feb 2007, Jon Smirl wrote: > On 2/24/07, Pete Zaitcev <[EMAIL PROTECTED]> wrote: > > Also, Jon was hitting some problems with tcpdump and Paolo's libpcap, > > so let's keep one more revision stable to help them to figure this out > > and bring libpcap into shape. They may yet find a ker

Re: [linux-usb-devel] USB device losing power

2007-02-24 Thread Alan Stern
On Sun, 25 Feb 2007, Guilherme Salgado wrote: > I had some problems with the 2.6.20 kernel on my distribution and so I > wasn't able to test the patch for some time. Fortunately, everything > is working now and I'm running 2.6.20 with the patch you provided, and > the "can't resume" problem is gon

Re: [linux-usb-devel] usbmon: Extended text API

2007-02-24 Thread Jon Smirl
On 2/24/07, Pete Zaitcev <[EMAIL PROTECTED]> wrote: > Also, Jon was hitting some problems with tcpdump and Paolo's libpcap, > so let's keep one more revision stable to help them to figure this out > and bring libpcap into shape. They may yet find a kernel bug too. I wish the bus numbers were stabl

[linux-usb-devel] usb 2.4: Support high-speed HID

2007-02-24 Thread Pete Zaitcev
Fix high-speed HID. According to Stuart: The problem is that the usbhid driver (in hid-core.c) is _not_ modifying the interrupt URB interval for high speed devices before calling FILL_INT_URB, which causes the interval to be too low, and the ehci driver won't schedule the URB. Specifically

Re: [linux-usb-devel] USB device losing power

2007-02-24 Thread Guilherme Salgado
Hi, On 2/14/07, Alan Stern <[EMAIL PROTECTED]> wrote: > On Tue, 13 Feb 2007, Guilherme Salgado wrote: [...] > > so I did the > > changes manually and used upper case characters on the message passed > > to dev_info(), to make sure the new module was loaded correctly, and I > > seem to have got th

[linux-usb-devel] [PATCH pd53] Nokia 6288 unusual_devs entry

2007-02-24 Thread Phil Dibowitz
Greg, please apply the attached patch... From/Signed off in the description below. -- Phil Dibowitz [EMAIL PROTECTED] Open Source software and tech docsInsanity Palace of Metallica http://www.phildev.net/ http://www.ipom.com/ "Never write it

[linux-usb-devel] usbmon: Extended text API

2007-02-24 Thread Pete Zaitcev
This patch adds a new text API, codenamed '1u', which captures more URB fields than old '1t' interface did. Also the '1u' text API is compatible with the future "bus zero" extension. Signed-off-by: Pete Zaitcev <[EMAIL PROTECTED]> Acked-by: Alan Stern <[EMAIL PROTECTED]> --- Alan "acked this", I

[linux-usb-devel] [PATCH pd52] Removed duplicate supertop unusual_dev entry

2007-02-24 Thread Phil Dibowitz
Phil Dibowitz wrote: >> Care to send me a patch that takes any duplicates out? > > Yeah. I'll get to it this weekend. Here you are, Greg. This cleans up the dups. From 2.6.21-rc1-git1. -- Phil Dibowitz [EMAIL PROTECTED] Open Source software and tech docsInsan

[linux-usb-devel] usbmon: Add class for the binary API

2007-02-24 Thread Pete Zaitcev
This patch adds a class which allows for an easier integration with udev. Signed-off-by: Paolo Abeni <[EMAIL PROTECTED]> Signed-off-by: Pete Zaitcev <[EMAIL PROTECTED]> --- Paolo, I touched up two places: - class_create returns ERR_PTR on error, not NULL - I prefer a LIFO order of construction

Re: [linux-usb-devel] [PATCH] USB Elan FTDI: check for workqueue creation v2

2007-02-24 Thread Pete Zaitcev
On Sat, 24 Feb 2007 10:41:15 +0300, Cyrill Gorcunov <[EMAIL PROTECTED]> wrote: > Thanks a lot for comments and Ack the patch please. Cyrill, I forgot to mention a couple of points, sorry. > printk(KERN_INFO "driver %s built at %s on %s\n", > ftdi_elan_driver.name, > - _

Re: [linux-usb-devel] Need a driver for USB Tablet

2007-02-24 Thread Mazin
Vojtech Pavlik wrote: > On Sat, Feb 17, 2007 at 06:32:02PM -0500, [EMAIL PROTECTED] wrote: > >>> On Sat, Feb 17, 2007 at 05:12:19PM -0500, Mazin wrote: >>> Vojtech Pavlik wrote: > Hello, > > this look like a USB HID compliant device (which is what I thought

Re: [linux-usb-devel] [PATCH pd51] unusual_devs: add supertop drives

2007-02-24 Thread Phil Dibowitz
Robert Schedel wrote: > Thanks for including the patch in 2.6.20. I only > wanted to point out that 2.6.21-rc1 included a similar > patch now again (see > ). > Probably overlapping submission. > > The duplicate entry

[linux-usb-devel] [patch 2.6.21-rc1] at91_udc, fix more modpost bogosity (rename driver struct)

2007-02-24 Thread David Brownell
Rename the driver struct used with at91_udc to prevent yet another bogus warning from "modpost". Signed-off-by: David Brownell <[EMAIL PROTECTED]> --- at91.orig/drivers/usb/gadget/at91_udc.c 2007-02-20 21:53:37.0 -0800 +++ at91/drivers/usb/gadget/at91_udc.c 2007-02-20 21:15:40.0

[linux-usb-devel] [patch 2.6.21-rc1] pxa2xx_udc: cleanups, use platform_get_irq

2007-02-24 Thread David Brownell
Make the pxa2xx_udc driver fetch its IRQ from platform resources rather than using compile-time constants, so that it works properly on IXP4xx systems not just PXA21x/25x/26x. Signed-off-by: Milan Svoboda <[EMAIL PROTECTED]> Other updates: - Do that using platform_get_irq() - Switch to platform

Re: [linux-usb-devel] USB disconnects in 2.6.20-rc5 (but improved behaviour over earlier RCs)

2007-02-24 Thread Antti P Miettinen
Pete Zaitcev <[EMAIL PROTECTED]> writes: > I suppose you can run usbmon constantly and have it dumping the traffic > in a file, if your disk is big enough. Then if the device disconnects, > we'll see the preceeding traffic and may be able to make deductions. > Please look if your system has this fi

Re: [linux-usb-devel] Not able to mount USB storage devices

2007-02-24 Thread Alan Stern
On Fri, 23 Feb 2007, Mukesh Kohli wrote: > Hello, > > I am not able to mount the USB 2.0 devices on my SOC board. Here are the logs > I am getting on the console. > > Kernel used: 2.6.11 > Host controller: configured for EHCI You'd be much better off using a later kernel version, if you can.

[linux-usb-devel] Mail delivery failed: returning message to sender

2007-02-24 Thread Mail Delivery System
This message was created automatically by mail delivery software. A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed: linux-usb-devel@lists.sourceforge.net SMTP error from remote mailer after RCPT TO:

Re: [linux-usb-devel] [PATCH pd51] unusual_devs: add supertop drives

2007-02-24 Thread Robert Schedel
Thanks for including the patch in 2.6.20. I only wanted to point out that 2.6.21-rc1 included a similar patch now again (see ). Probably overlapping submission. The duplicate entry is not harmful, but you could remove

[linux-usb-devel] discuss: ti_usb, firmware in userspace

2007-02-24 Thread Oleg Verych
Hallo, Greg. >> pp-by: Oleg Verych > What does "pp-by:" mean? Please use the proper "Signed-off-by:" line as > per the Documenataion/SubmittingPatches, Yes, of course. > otherwise we can not use this patch. Fine ! This is my measure to make sure patch will not go further without testing and a