]> git.decadent.org.uk Git - exar-uart-driver.git/blob - README.Debian
Allow the vizzini module to be installed side-by-side with cdc-acm.
[exar-uart-driver.git] / README.Debian
1 Debianization of https://github.com/shenki/exar-uart-driver
2
3 This is the Exar xr21v141x UART driver, originally downloaded from the exar
4 website, and patched by shenki.
5 The original exar drivers were made for kernel 3.6 and lower.
6 This package is intended for 3.7 and higher.
7
8 Usage:
9 Build the package to create the module-source package:
10
11 dpkg-buildpackage -rfakeroot
12
13 Put that source package in your public repository.
14
15 To build a debian module for your kernel:
16
17 dpkg -i <the source pacackage>
18
19 cd <kernel_dir>
20 tar xvjf /usr/src/vizzini.tar.bz2 -C ..
21 export MODULE_LOC=$PWD/../modules
22 fakeroot make-kpkg modules_image
23
24 This will create a suitable vizzini-module package to suit your debian kernel
25 package.
26
27