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 ioctl and read/writes.
If your device is not too unusual you may be able to access it using the event interface (see Doumentation/usb/input.txt in the linux sources). Otherwise there's still the hiddev interface. bye... _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
