[linux-usb-devel] Re: Troubles with 116x driver on PXA255 platform

2005-06-25 Thread Bill Gatliff
Guys: > Turns out, an identical board works with my kernel. Odd. :^) Well, my initial testing board did have a hardware problem which I've corrected. Now I'm getting this far: ... 116x: driver isp116x-hcd, 08 Apr 2005 isp116x-hcd isp116x-hcd.0: ISP116x Host Controller isp116x-hcd isp116x-hcd

[linux-usb-devel] Re: 2.6.12 USB Keypad still not working

2005-06-25 Thread Sid Boyce
Andrew Morton wrote: Sid Boyce <[EMAIL PROTECTED]> wrote: PhoneSkype USB Phone SK-04. It gets detected, is registered in /sys/bus/usb as a Keypad. Everything else USB works including the phone handset. Nothing is detected by showkey when keys are pressed. # less /sys/bus/usb/devices/usb3/3-2

[linux-usb-devel] Patch to make usbmon to print control setup packets

2005-06-25 Thread Pete Zaitcev
Make usbmon to print Setup packets of Control transfers. This is useful when debugging enumeration issues. This is a change to the trace format which is not fully compatible. A parser has to look at the data length word now. If that word is a character like 's', read setup packet before proceeding

[linux-usb-devel] Re: [2.6 patch] better USB_MON dependencies

2005-06-25 Thread Adrian Bunk
On Sat, Jun 25, 2005 at 01:15:20PM -0700, Pete Zaitcev wrote: > On Thu, 23 Jun 2005 11:36:56 +0200, Adrian Bunk <[EMAIL PROTECTED]> wrote: > > > I forgot to attach the updated patch... > > Here it is. > > I have tested this for all 6 build positions (CONFIG_USB = n, m, y and > CONFIG_USB_MON = n

[linux-usb-devel] Re: [2.6 patch] better USB_MON dependencies

2005-06-25 Thread Pete Zaitcev
On Thu, 23 Jun 2005 11:36:56 +0200, Adrian Bunk <[EMAIL PROTECTED]> wrote: > I forgot to attach the updated patch... > Here it is. I have tested this for all 6 build positions (CONFIG_USB = n, m, y and CONFIG_USB_MON = n y) with a positive result. But I thought the help wordage was not quite wha

[linux-usb-devel] [PATCH] USB: SN9C10x driver updates

2005-06-25 Thread Luca Risolia
Greg, my previous patch is broken. Use the one below. SN9C10x driver updates. Changes: + new, - removed, * cleanup, @ bugfix @ Remove bad get_ctrl()'s * Documentation updates + Add 0x0c45/0x602d to the list of SN9C10x based devices + Add support for OV7630 image sensors Signed-off-by: Luca Riso

Re: [linux-usb-devel] lsusb -v and usb_control_msg

2005-06-25 Thread Alan Stern
On Sat, 25 Jun 2005, Helix wrote: > Dear USB gurus, > Please I need a little advice about how to start this work. > Could someone help me please ? > TIA > > > > > Hello I have read a couple of interesting Greg Kroah articles on Linux > > Journal n.120 and n.122 about creation of a new USB driv

RE: [linux-usb-devel] lsusb -v and usb_control_msg

2005-06-25 Thread rao.shalini
Hi Helix, Have you gone thru the USB spec 2.0? If you go thru it then its easy to understand this. Regards Shalini -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Helix Sent: Saturday, June 25, 2005 12:59 PM To: linux-usb-devel@lists.sourceforge.net Sub

Re: [linux-usb-devel] lsusb -v and usb_control_msg

2005-06-25 Thread Helix
Dear USB gurus, Please I need a little advice about how to start this work. Could someone help me please ? TIA Hello I have read a couple of interesting Greg Kroah articles on Linux Journal n.120 and n.122 about creation of a new USB driver with the reverse engineering of USB visual signal in