
Greg Kroah-Hartman is a longtime developer of the Linux kernel, known for his work maintaining USB drivers. O'Reilly Media recently
interviewed Greg about his claim that the Linux kernel now supports more devices than any other operating system ever has, as well as why binary-only drivers are illegal, and how the kernel development process works.
"I went and asked every single hardware manufacturer, the big guys that ship the boxes, Dell, IBM, HP--what do you ship that isn't supported by Linux? They came back with nothing. Everything is supported by Linux. If you have a device that isn't supported by Linux that's being shipped today, let me know.".
If you would like to take up Greg KH on his claim, his email address is greg AT kroah.com
Member since:
2005-07-06
Well, I would say, how many devices you support, does matter to a good extend but as the article notes, for a large majority, the drivers do work very well.
For gpsca webcam driver, I wrote to Greg KH and Hans from Fedora started working on it as well, so not only is the driver in the latest upstream kernel, in Fedora 10, we also include a libv4l library that supports all the webcams using their own custom formats as well.
http://lwn.net/Articles/287910/
http://fedoraproject.org/wiki/Features/BetterWebcamSupport
Still doesn't take away some of the pain points of proprietary drivers (Nvidia is the last major offender there) and proprietary firmware ( Broadcom is a pain because they are not even redistributable) and many others but overall the situation is getting very much better. It is interesting to see the industry turn around.