Linux driver model
Posted Aug 27, 2004 19:55 UTC (Fri) by
subhasroy (subscriber, #325)
Parent article:
Linux loses the Philips webcam driver
Isn't it possible to make the Linux's driver interface more plugin-friendly?
I think the peripheral device vendors have rights to keep their drivers proprietary and binary. I think the Linux users should be able to enjoy products from such vendors.
If the Linux kernel is designed such that:
- no per-product hook is required
- highly generic but rich hooks (API) are provided
- binaries containing proprietary device drivers can make use
of the hooks and make effective functioning of the devices possible.
I see the device drivers as part of the device rather than part of the kernel. The kernel should avoid including in itself device drivers for every product that the kernel intends to permit the users to use.
(
Log in to post comments)