[kernel] r10506 - in dists/trunk/linux-modules-extra-2.6: . debian tp-smapi

Daniel Baumann daniel at alioth.debian.org
Mon Feb 11 16:20:45 UTC 2008


Author: daniel
Date: Mon Feb 11 16:20:44 2008
New Revision: 10506

Log:
Updating and enabling tp-smapi.

Added:
   dists/trunk/linux-modules-extra-2.6/tp-smapi/rules
Modified:
   dists/trunk/linux-modules-extra-2.6/debian/changelog
   dists/trunk/linux-modules-extra-2.6/defines
   dists/trunk/linux-modules-extra-2.6/tp-smapi/defines

Modified: dists/trunk/linux-modules-extra-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-modules-extra-2.6/debian/changelog	(original)
+++ dists/trunk/linux-modules-extra-2.6/debian/changelog	Mon Feb 11 16:20:44 2008
@@ -1,3 +1,9 @@
+linux-modules-extra-2.6 (2.6.24-5) UNRELEASED; urgency=low
+
+  * Updating and enabling tp-smapi.
+
+ -- Daniel Baumann <daniel at debian.org>  Mon, 11 Feb 2008 17:20:00 +0100
+
 linux-modules-extra-2.6 (2.6.24-4) unstable; urgency=low
 
   * Disabling atl2 on s390.

Modified: dists/trunk/linux-modules-extra-2.6/defines
==============================================================================
--- dists/trunk/linux-modules-extra-2.6/defines	(original)
+++ dists/trunk/linux-modules-extra-2.6/defines	Mon Feb 11 16:20:44 2008
@@ -10,6 +10,7 @@
  r6040
  redhat-cluster
  squashfs
+ tp-smapi
  unionfs
  virtualbox-ose
  virtualbox-ose-guest

Modified: dists/trunk/linux-modules-extra-2.6/tp-smapi/defines
==============================================================================
--- dists/trunk/linux-modules-extra-2.6/tp-smapi/defines	(original)
+++ dists/trunk/linux-modules-extra-2.6/tp-smapi/defines	Mon Feb 11 16:20:44 2008
@@ -1,6 +1,7 @@
 [base]
 arches: amd64 i386
 desc: ThinkPad hardware/firmware access through sysfs
+longdesc:
  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

Added: dists/trunk/linux-modules-extra-2.6/tp-smapi/rules
==============================================================================
--- (empty file)
+++ dists/trunk/linux-modules-extra-2.6/tp-smapi/rules	Mon Feb 11 16:20:44 2008
@@ -0,0 +1,7 @@
+install: LIB_MODULES = $(PACKAGE_DIR)/lib/modules/$(REAL_VERSION)
+install:
+	$(MAKE) -C $(HEADERS_DIR) M=$(CURDIR)/$(DIR) modules_install INSTALL_MOD_PATH=$(PACKAGE_DIR) INSTALL_MOD_DIR=extra/$(MODULE)
+
+	# Add hdaps.ko symlink to updates/
+	mkdir -p $(LIB_MODULES)/updates
+	ln -s ../extra/tp-smapi/hdaps.ko $(LIB_MODULES)/updates/hdaps.ko



More information about the Kernel-svn-changes mailing list