Re: [Linux-usb-users] Non standard HID device

2001-10-08 Thread Tim Jansen
On Monday 08 October 2001 09:56, Tim Snape wrote: > Using RH7.1 kernel 2.4.2 and trying to communicate with a non standard HID > device (scientific measuring instrument). > The device hotplugs ok and I can see it in /proc/dev/usb. What I need to do > is communicate with it in 'C' using low level i

Re: [Linux-usb-users] Non standard HID device

2001-10-08 Thread Brad Hards
Tim Snape wrote: > > Using RH7.1 kernel 2.4.2 and trying to communicate with a non standard HID > device (scientific measuring instrument). > > The device hotplugs ok and I can see it in /proc/dev/usb. What I need to do > is communicate with it in 'C' using low level ioctl and read/writes. > >

[Linux-usb-users] Non standard HID device

2001-10-08 Thread Tim Snape
Using RH7.1 kernel 2.4.2 and trying to communicate with a non standard HID device (scientific measuring instrument). The device hotplugs ok and I can see it in /proc/dev/usb. What I need to do is communicate with it in 'C' using low level ioctl and read/writes. Does anyone have an example of how