UIO: user-space drivers
UIO: user-space drivers
Posted Jun 5, 2007 10:01 UTC (Tue) by hjkoch (guest, #45353)In reply to: UIO: user-space drivers by xav
Parent article: UIO: user-space drivers
Yes. And if it's an in-kernel driver, they either violate the GPL and/or
hack up something completely unmaintainable. UIO gives them the
possibility to do the dirty part of the driver in user space, and it can
simply become a part of their application. They can use the tools they
know, and don't have kernel version issues. And they can choose any
license they want for the userspace part. BTW, all userspace drivers I'm
aware of are GPL.
