Documentation

From Driver Backports Wiki
Revision as of 19:58, 17 November 2014 by Mcgrof (Talk | contribs)

Jump to: navigation, search

The Linux kernel backports project aims at backporting Linux upstream device drivers for usage on older kernels. Support is provided for using backports in package form, where a tarball is provided with subsystems/drivers from future kernels, and also with direct kernel integration support, where you can use backports to directly integrate subsystems/drivers from future kernels on older kernel trees. The point of the project is to provide a central mechanism for backporting device drivers for any subsystem and enable both users and developers to always focus on upstream Linux kernel development. The backports project shall never include proprietary drivers and by design does not allow usage of itself with proprietary drivers. Every backports release has been test compiled for usage against all supported kernels, the oldest one is (currently) 3.0. Note that Linux kernel releases can become deprecated. You are encouraged to use supported stable kernels as listed on kernel.org.

Backport uses

Currently backported subsystems

Device drivers are available for the following subsystems:

 * Ethernet
 * Wireless
 * Bluetooth
 * NFC
 * ieee802154
 * Media
 * Regulator

Whether or not a device driver is available from a subsytem will depend on whether or not a developer decided to backport it and if the device driver is backported down to the kernel you are on. If you see the driver on make menuconfig it means you can use it. An alternative is to look at the git tree dependencies file. Note that the dependencies does not exist on a final release, it only exists on the development git tree and the one linked here is the one on the master branch -- you should look at the release branches for their respective dependencies file if using an older release. Someone is welcome to come up with a fancy page that provides the device driver <--> kernel dependency map page. If a device driver is available on make menuconfig but is not listed on the dependencies file it means it is available for usage on all supported kernel.

Users should just install what they know they need, if not sure don't enable a driver. Typically Linux distributions would use the backports project and build modules for you and you'd have a backports package available for your distribution.


88x31.png - This text is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.

Personal tools