Hello Friends,

I do not know if this is the right forum for discussing this,

I want to write a USB system with device driver for handling a single device
i.e. a printer.
what I know that, in Linux all devices are treated as file and you have to
register the driver and link it to /dev using register/deregister calls
along with file operations You want to do. Then you can use open(), close(),
read() etc..... to access the device.
What I want to do is develop my driver without going through this standard
registration process as I have only one device which will be connected. Is
there any other way I can write this driver. How can I make the driver
access the printer and application to access the driver.

Thanks for any help/suggestions.


With Regards

Manoj



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to