summaryrefslogtreecommitdiff
path: root/old/published/Webmonkey/Monkey_Bites/2007/07.23.07/Mon/linuxdrivers.txt
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2019-05-04 15:48:55 -0500
committerluxagraf <sng@luxagraf.net>2019-05-04 15:48:55 -0500
commit79fafe2f44f5e31522dd93013950474342bfdfb0 (patch)
treebc9ccf5b4eadeebf3a2f86b21f9b382edfa41735 /old/published/Webmonkey/Monkey_Bites/2007/07.23.07/Mon/linuxdrivers.txt
parent62167091560c908db0613bcb35ff9ae8292f5961 (diff)
archived all the stuff from freelancing for wired
Diffstat (limited to 'old/published/Webmonkey/Monkey_Bites/2007/07.23.07/Mon/linuxdrivers.txt')
-rw-r--r--old/published/Webmonkey/Monkey_Bites/2007/07.23.07/Mon/linuxdrivers.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/old/published/Webmonkey/Monkey_Bites/2007/07.23.07/Mon/linuxdrivers.txt b/old/published/Webmonkey/Monkey_Bites/2007/07.23.07/Mon/linuxdrivers.txt
new file mode 100644
index 0000000..c8a6de7
--- /dev/null
+++ b/old/published/Webmonkey/Monkey_Bites/2007/07.23.07/Mon/linuxdrivers.txt
@@ -0,0 +1,15 @@
+After Adobe's failure to provide apps for Linux, perhaps the chief complaint of users is the lack of drivers for third party products, but that might be set to change. Linus Torvalds has rolled patches into the mainline tree of the Linux kernel that implement a stable userspace driver API.
+
+The stable driver API has been around for some time, Greg Kroah-Hartman [announced it last year][1], but this is first sign that they will indeed be included in the next revision of the Linux kernel.
+
+The idea behind the API is to make life easier for driver developers, which could in turn lead to more and better drivers for the platform.
+
+But the really nice part is that closed source drivers now have a way to legally run on top of Linux, which eliminates the much disputed issue of including non-GPL drivers in the Linux kernel.
+
+The new API will also provide a stable platform for driver developers since it allows the drivers to run outside the kernel, meaning privately developed drivers can be reused even if the kernel changes (assuming the API remains stable, which it should).
+
+
+[via [Slashdot][2]]
+
+[1]: http://permalink.gmane.org/gmane.linux.kernel/441944
+[2]: http://developers.slashdot.org/article.pl?sid=07/07/22/0442236&from=rss \ No newline at end of file