Package: linux-source-2.6.22 Version: 2.6.22-5 Severity: normal Tags: patch
The i8k module doesn't recognize the Dell Vostro family as a supported machine, and must be forced to load in order for the fan control et al to work. This patch adds support for the Vostro family: --- drivers/char/i8k.c.orig 2007-07-08 20:32:17.000000000 -0300 +++ drivers/char/i8k.c 2007-09-27 03:06:08.000000000 -0300 @@ -439,6 +439,13 @@ DMI_MATCH(DMI_PRODUCT_NAME, "Latitude"), }, }, + { + .ident = "Dell Vostro", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), + DMI_MATCH(DMI_PRODUCT_NAME, "Vostro"), + }, + }, { } }; -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.22-lauren2 (SMP w/2 CPU cores; PREEMPT) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages linux-source-2.6.22 depends on: ii binutils 2.18.1~cvs20071027-1 The GNU assembler, linker and bina ii bzip2 1.0.3-7 high-quality block-sorting file co Versions of packages linux-source-2.6.22 recommends: ii gcc 4:4.2.1-6 The GNU C compiler ii libc6-dev [libc-dev] 2.6.1-6 GNU C Library: Development Librari ii make 3.81-3 The GNU version of the "make" util -- no debconf information
signature.asc
Description: PGP signature