Re: [linux-usb-devel] lh7_udc+g_ether vs WinXP

2006-08-02 Thread Jamie Guinan
On Thu, 6 Jul 2006, Marc Singer wrote: > On Mon, May 15, 2006 at 03:23:29PM -0400, Jamie Guinan wrote: > > On Thu, 20 Apr 2006, Marc Singer wrote: > > > > > Let me know of this works better for you when connecting to a Windows > > > host using RNDIS. > >

Re: [linux-usb-devel] lh7_udc+g_ether vs WinXP

2006-05-16 Thread Jamie Guinan
On Thu, 20 Apr 2006, Marc Singer wrote: > Let me know of this works better for you when connecting to a Windows > host using RNDIS. > > I finally got around to trying this, with linux-2.6.16 + ms28 + lh7_udc.c from above link. It comes right up when plu

Re: [linux-usb-devel] Is it valid for transfer_flags to change in an URB transaction?

2006-05-01 Thread Jamie Guinan
On Thu, 27 Apr 2006, Alan Stern wrote: > On Thu, 27 Apr 2006, Jamie Guinan wrote: > > > Hi, > > > > I'm trying to talk to a Canon PowerShot A520 via libptp, which uses > > libusb. The "ptpcam" app works once, then fails after that until I >

[linux-usb-devel] Is it valid for transfer_flags to change in an URB transaction?

2006-04-27 Thread Jamie Guinan
Hi, I'm trying to talk to a Canon PowerShot A520 via libptp, which uses libusb. The "ptpcam" app works once, then fails after that until I dis/re-connect the camera. open("/proc/bus/usb/001/002", O_RDWR) = 3 ioctl(3, USBDEVFS_CLAIMINTERFACE, 0xbe810c64) = 0 ioctl(3, UI_DEV_DESTR

[linux-usb-devel] lh7_udc+g_ether vs WinXP

2006-04-06 Thread Jamie Guinan
Hi, While the new lh7_udc driver performs great when plugged into a Linux host, I found that plugging into WinXP with g_ether doesn't quite work. On the gadget side I see, usb0: full speed config #2: 100 mA, Ethernet Gadget, using RNDIS rndis_msg_parser: unknown RNDIS message 0x00430209 le

Re: [linux-usb-devel] Revised Sharp-LH7 UDC andriver

2006-03-17 Thread Jamie Guinan
On Thu, 16 Mar 2006, Jamie Guinan wrote: > I'll do further testing later. I'm most interested in the g_ether driver at the moment, so I ran a a little test piping 5GB of video data down and back up with netcat, host$ nc -l -p 5011 | pipebench -b4096 | md5sum lpd7a404# nc -l

Re: [linux-usb-devel] Revised Sharp-LH7 UDC andriver

2006-03-16 Thread Jamie Guinan
On Wed, 15 Mar 2006, Marc Singer wrote: > I've posted a first pass at a revised UDC driver to support the Sharp > LH7 processors. At the moment, only the LH7A404 parts are tested. > The hooks are in place for the LH79524 which has more endpoints and > some shuffling of the registers. Before I fi

Re: [linux-usb-devel] Reviving lh7a40x_udc driver

2006-03-01 Thread Jamie Guinan
On Tue, 28 Feb 2006, Marc Singer wrote: ... > > The question is this: what is the simplest gadget to use for debugging > a UDC driver? I started with the serial gadget because I figured it > would be easy to verify that it is working. Marc, Below is a patch against 2.6.16-rc5, which works with

Re: [linux-usb-devel] [PATCH] Re: Wisegroup MP-8866 Dual USB Joypad

2006-02-20 Thread Jamie Guinan
On Mon, 20 Feb 2006, Andrew Fuller wrote: > > Nice work, it is nice to see it doing *something* under Linux. But > > sadly, the thing appears to report front/back left/right buttons on my > > dance pad as axis events instead of button events, which makes it > > useless for any of the dancing game

Re: [linux-usb-devel] [PATCH] Re: Wisegroup MP-8866 Dual USB Joypad

2006-02-19 Thread Jamie Guinan
On Sun, 19 Feb 2006, Andrew Fuller wrote: ... > Michael, Tim, and anyone else on this list wish a Dual Joypad, please > test this patch and tell us if it works on yours' as well (possibly > different revisions, though I expect we all have the same problem). I > would like to see this in the kern

Re: [linux-usb-devel] MP-8866 Dual Joypad problem

2005-08-30 Thread Jamie Guinan
On Sun, 21 Aug 2005, Jamie Guinan wrote: > On Thu, 26 May 2005, jklaas wrote: > > > I bought two MP-8866 based Playstation to USB controllers. One works > > fine, the other doesn't. I haven't sniffed it on windows yet, and I'm > > hoping to se

Re: [linux-usb-devel] MP-8866 Dual Joypad problem

2005-08-20 Thread Jamie Guinan
On Thu, 26 May 2005, jklaas wrote: > I bought two MP-8866 based Playstation to USB controllers. One works > fine, the other doesn't. I haven't sniffed it on windows yet, and I'm > hoping to see if I can resolve this from Linux only. > > Here's the output from dmesg: > > usb 1-1: new low speed

Re: [linux-usb-devel] USB storage problems, lh7a404

2005-06-06 Thread Jamie Guinan
On Mon, 6 Jun 2005, Alan Stern wrote: > On Mon, 6 Jun 2005, Jamie Guinan wrote: > > > Hi, > > > > I'm running linux 2.6.11 (vanilla) on a custom board, with a > > Sharp LH7A404. > > > > .config: > > CONFIG_ARCH_LH7A40X=y > > CONF

[linux-usb-devel] USB storage problems, lh7a404

2005-06-06 Thread Jamie Guinan
Hi, I'm running linux 2.6.11 (vanilla) on a custom board, with a Sharp LH7A404. .config: CONFIG_ARCH_LH7A40X=y CONFIG_ARCH_LH7A404=y I've been having problems with a USB storage chip connected to the USB host interface (ST72F65, soldered on to the board). To detect media presence, I have a

Re: [linux-usb-devel] lh7a404 USB gadget users?

2005-02-10 Thread Jamie Guinan
On Thu, 10 Feb 2005, David Brownell wrote: > > [ Test 2: serial gadget <-> generic USB serial ] > > target# modprobe lh7a40x_udc > > target# modprobe g_serial > > > > host# modprobe usbserial vendor=0x0525 product=0xa4a6 > > I'd have thought by now that usbserial would have > been taught to unde

[linux-usb-devel] lh7a404 USB gadget users?

2005-02-09 Thread Jamie Guinan
Hello, Is anyone successfully using the USB gadget drivers with the lh7a40x_udc controller driver? A guy I'm working with has some changes to lh7a40x_udc that he would like to merge, but I wanted to how people were doing with the existing driver before I post anything. I've gotten mixed resul