On Thu, Jun 13, 2002 at 07:17:21PM -0700, Mark Atwood wrote: > Is there any existant documentation on how to read and use the > /proc/bus/usb/nnn/mmm file points, or is it soley a matter of spending > a month to grok the kernel usbfs code?
Reading the node, reads in the USB device descriptor. The file include/linux/usbdevice_fs.h has a list of the different ioctl() commands that are possible on the node. Also take a look at the libusb code for an example of how to use it. Hope this helps, greg k-h _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas - http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
