Re: [linux-usb-devel] Testing Device

2002-11-04 Thread Brad Hards
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 5 Nov 2002 14:33, Brandon Philips wrote: > Despite my best efforts I think I have a bug in my software. I have > read the FAQ at http://www.frogmouth.net/hid-doco/linux-hid.html > multiple times but I still don't have a solid grasp on how to g

Re: [linux-usb-devel] Testing Device

2002-11-04 Thread Brandon Philips
Despite my best efforts I think I have a bug in my software. I have read the FAQ at http://www.frogmouth.net/hid-doco/linux-hid.html multiple times but I still don't have a solid grasp on how to get a read (interrupt) and write driver working for my device. Could someone please email me or point

Re: [linux-usb-devel] Testing Device

2002-11-04 Thread David Rio
On Mon, 4 Nov 2002, Brad Hards wrote: > Please be realistic. You haven't described your device or what it is meant to > do, haven't provided a site to get the firmware, described the tests that > you've done that passed or failed (on Linux and other operating systems). OK... It is a mp3 player

AW: [linux-usb-devel] Testing Device

2002-11-04 Thread Wessler, Siegfried
One more hint, for those who experience trouble with a device and want to try that thing not only at Linux. At http://www.thesycon.com you can find an excellent windows driver package (called USBIO) that supports everything to try with: bulk, interrupt and iso endpoints. The only thing is: the fr

AW: [linux-usb-devel] Testing Device

2002-11-04 Thread Wessler, Siegfried
Hello Brandon, > Von: Brandon Philips [mailto:brandon@;sporknet.cjb.net] > I have developed a HID device with 9 buttons on it _You_ have developed that device? What USB chipset do you use? What processor, what operation system...? I got some experience in developing devices with Philips USB ch

Re: [linux-usb-devel] Testing Device

2002-11-04 Thread Brad Hards
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 4 Nov 2002 22:21, David Rio wrote: > On 3 Nov 2002, Brandon Philips wrote: > > I have developed a HID device with 9 buttons on it for a medical > > application. I wish to use the hiddev interface for the device and it > > seems to be the most

Re: [linux-usb-devel] Testing Device

2002-11-04 Thread David Rio
On 3 Nov 2002, Brandon Philips wrote: > I have developed a HID device with 9 buttons on it for a medical > application. I wish to use the hiddev interface for the device and it > seems to be the most practical fit. The problem I am having is I do not > know if my drivers are wrong or my device h

Re: [linux-usb-devel] Testing Device

2002-11-03 Thread Brad Hards
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 4 Nov 2002 13:19, Brandon Philips wrote: > I have developed a HID device with 9 buttons on it for a medical > application. I wish to use the hiddev interface for the device and it > seems to be the most practical fit. The problem I am having

[linux-usb-devel] Testing Device

2002-11-03 Thread Brandon Philips
I have developed a HID device with 9 buttons on it for a medical application. I wish to use the hiddev interface for the device and it seems to be the most practical fit. The problem I am having is I do not know if my drivers are wrong or my device has a bug because it is not looking like it is t