On Fri, Sep 14, 2007 at 10:58:11AM +0530, Sendhilraj T wrote:
> ls /dev |grep usb
> shows the below one after i insert my usb device
> 
> usbdev1.1_ep00
> usbdev1.1_ep81
> usbdev1.4_ep00
> usbdev1.4_ep05
> usbdev1.4_ep87
> usbdev2.1_ep00
> usbdev2.1_ep81
> 
> ls /dev |grep usb
> shows the below one after i remove my usb device
> 
> usbdev1.1_ep00
> usbdev1.1_ep81
> usbdev2.1_ep00
> usbdev2.1_ep81
> 
> I would like to know how I can mount these endpoints?

You can not "mount" them, they are device nodes in /dev that are
accessed like any other character device.

But please realize, for now, they are not hooked up to anything in the
kernel, so you can not use them :)

Patches gladly accepted to fix this issue...

thanks,

greg k-h

--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to [EMAIL PROTECTED]
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to