[linux-usb-devel] can't locate HID device file

2004-06-03 Thread Damien McGivern
Hi, I've just moved from a Mandrake 10 (2.6.3) to a Knoppix/Debian 2.6.6 install. I had C++ code that opened the device file (all of which were located in /dev/usb/hid) and sent and recieved commands to and from the device. But with the new install the the /dev/usb/hid directory isn't being create

RE: [linux-usb-devel] HIDIOCSUSAGE lossage (hiddev.c)

2003-10-25 Thread Damien McGivern
> If I misunderstood the rationale, I'd very >much appreciate if > >someone could tell me how to set the values without >HIDIOCSUSAGE. > For the moment it isn't possible. In order to get my device working I just removed the check and it works. I receved a response email from Vojtech Pavlik

[linux-usb-devel] USB not working after upgrade to 2.6.0-test8

2003-10-20 Thread Damien McGivern
After what I thought was a successful upgrade to 2.6.0.test8 from 2.4.22-xfs I found that my USB cable modem, Motorola Surfboard SB4200 is not working. After trying the following command I'm still none the wiser. mount -t usbdevfs none /proc/bus/usb I've included the dmesg output from both 2.4 an

RE: [linux-usb-devel] USB HID device MagTek swipe card reader fails

2003-09-14 Thread Damien McGivern
Hi John, I’ve just finished some work on a USB-HID card reader but was having problems sending output reports as there’s a problem with the HID parser (see link). How did you get around the problem of sending output reports with a count greater than 1? I was having problems with reading as well an