> Disregarding any technical reasoning, then by the KISS principle
> the simple answer to this question is no.
> 
> Is it possible, and would it be practical, to have a generic
> kernel driver that does what libusb does?

Why would you want to do that in the kernel. There seems to be an urge to
solve a problem in kernel space that I think belongs higher up.


Think


                        App

                        App Libraries

                Common API Library (eg SANE)

        Per Scanner Driver Interfaces

[Kernel]

        Scanner driver   /      Direct usbdevfs access


Commonality can be done in nice pageable easy to debug user space


_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
http://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to