RE: [linux-usb-devel] write access to hid

2004-02-23 Thread Scott Hiles
Gregor, I successfully got a set of drivers to do a multi-byte write using the hiddev device. The source code for doing it is in http://wish.sourceforge.net (http://sourceforge.net/project/showfiles.php?group_id=68802&package_id=6761 1&release_id=218550). Look for the file plusb_xcvr.c. While

Re: [linux-usb-devel] write access to hid

2004-02-23 Thread Brad Hards
On Mon, 23 Feb 2004 19:30 pm, Gregory Soyez wrote: > do you know if the write access is implemented for HID devices. I have > searched the web but I have only found information concerning reading from > /dev/usb/hiddev*. Is it possible to access it in write mode ? If it is the > case, do I just nee