On Tue, Nov 19, 2002 at 01:13:36AM +0000, Rob Miller wrote:
> On Mon, 18 Nov 2002, Greg KH wrote:
> 
> > On Mon, Nov 18, 2002 at 02:29:56PM +0000, Rob Miller wrote:
> > >   (1) I just 'grabbed' ioctls 'U' 0x71-0x79 (77-79 in the 0.3 ver at
> > > home).  I tried e-mailing the person in the kernel docs about ioctl
> > > numbering and assignments, he replied that he's given up tracking them.
> > 
> > Why do you need ioctls for this driver?
> 
> partly because of comments on this list about it being better than just
> leaving users to do everything through file i/o :-)  

Hm, no, not a good idea :)

It's much better to wrap things like this through a userspace library
that does not use ioctls.  It looks like you might be able to do
everything through libusb/usbfs to do the special things this device
has, and let the HID driver take over the mouse part.

Or am I missing something?

thanks,

greg k-h


-------------------------------------------------------
This sf.net email is sponsored by: To learn the basics of securing 
your web site with SSL, click here to get a FREE TRIAL of a Thawte 
Server Certificate: http://www.gothawte.com/rd524.html
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to