14.04.2014, 15:02, "Greg KH" <[email protected]>:

>  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

Thank you for your answer!

I concluded, that this is the best solution.

Best regards, Evgeny Startsev.
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to