On Mon, Apr 14, 2014 at 01:26:54PM +0400, Старцев Евгений wrote:
> Hello!
> 
> I am developing usb device driver.

For what type of USB device?

> I used usb_register_dev for it and usb_class_driver, related to it.
> But i need for this device multiple entries in /dev with different
> fops, related to different EP, how can i do that?

Create your own device nodes and don't use the usb_class_driver
interface.

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to