On Tue, Dec 18, 2001 at 07:10:42AM -0600, [EMAIL PROTECTED] wrote: > > It is not the ioctl command itself that I really had a question about. My > real question should have been: > What parameter do you pass to the 'open' command to retrieve a file > descriptor to use in subsequent ioctl commands?
I don't understand the question. open(2) returns a file descriptor that you use in the ioctl(2) call. Is that what you mean? So you would call open on your driver's character device node. I'd recommend a good book on basic Unix programming for questions like these. thanks, greg k-h _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel