1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
Source: tp-smapi
Section: kernel
Priority: optional
Maintainer: Evgeni Golov <evgeni@debian.org>
Build-Depends: debhelper (>= 5), quilt (>= 0.40)
Build-Depends-Indep: bzip2
Standards-Version: 3.9.2
Homepage: http://tpctl.sourceforge.net/
Vcs-Git: git://git.debian.org/git/users/evgeni/tp-smapi.git
Vcs-Browser: http://git.debian.org/?p=users/evgeni/tp-smapi.git
Package: tp-smapi-source
Architecture: all
Depends: debhelper (>= 5), module-assistant, ${misc:Depends}
Suggests: sysfsutils
Description: ThinkPad hardware/firmware access modules source
The tp_smapi kernel module exposes some features of the ThinkPad
hardware/firmware via a sysfs interface. Currently, the main implemented
functionality is control of battery charging and extended battery status.
The underlying hardware interfaces are SMAPI and direct access to the
embedded controller.
.
This package also brings the source for an improved version of HDAPS
which should work on newer ThinkPads too (the stock kernel version does
not).
.
This package contains the source to be built with module-assistant or
kernel-package.
Package: tp-smapi-dkms
Architecture: all
Depends: dkms (>= 1.95), ${misc:Depends}
Description: ThinkPad hardware/firmware access modules source - dkms version
The tp_smapi kernel module exposes some features of the ThinkPad
hardware/firmware via a sysfs interface. Currently, the main implemented
functionality is control of battery charging and extended battery status.
The underlying hardware interfaces are SMAPI and direct access to the
embedded controller.
.
This package also brings the source for an improved version of HDAPS
which should work on newer ThinkPads too (the stock kernel version does
not).
.
This package contains the source to be built with dkms.
|