On Sun, 7 Apr 2002 05:57, Richard Purdie wrote: <snip> > The USB driver for the speedtouch modem has a (private?) ioctl() routine > defined and I would like to call it from userspace (to send the > UDSL_IOCTL_START command to the driver). This doesn't really explain what you are trying to do (more "how you are trying to do it").
> > A good example of a user space tool for networking is the ethtool package > > from > > > http://gkernel.sf.net. Another example, more complex, is the wireless > > tools > > > package. > > I've had a look at these and these are network drivers. I still don't > understand where and how usb is represented. > > Can anyone point me in the direction of an example of how to call a USB > device driver's private ioctl() routine from userspace? The ioctl()s for speedtouch probably don't require a usb device. It is probably a network device. What are the arguments to the ioctl() routine? In particular, what is the first argument? Brad _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
