[kernel] r10274 - in dists/trunk/linux-2.6/debian: . config/amd64 config/i386

Maximilian Attems maks at alioth.debian.org
Tue Jan 29 23:32:15 UTC 2008


Author: maks
Date: Tue Jan 29 23:32:15 2008
New Revision: 10274

Log:
[amd64, i386]: Enable SONYPI_COMPAT for better sony laptop support.

upstream says:
> Ahhh, right, ask the Debian Kernel team to buils sony-laptop with the
> sonypi compatibility option. Last time I checked they didn't include
> that. It's probably just that.
>
> CONFIG_SONYPI_COMPAT
>
> Best,
> mattia


Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/config/amd64/config
   dists/trunk/linux-2.6/debian/config/i386/config

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	(original)
+++ dists/trunk/linux-2.6/debian/changelog	Tue Jan 29 23:32:15 2008
@@ -18,6 +18,7 @@
   * [amd64, i386]: Enable LATENCYTOP.
   * topconfig disable PARPORT_PC_FIFO due to instabilities.
     (closes: #366165, #388309, #407816, #453911)
+  * [amd64, i386]: Enable SONYPI_COMPAT for better sony laptop support.
 
  -- maximilian attems <maks at debian.org>  Tue, 29 Jan 2008 22:02:10 +0100
 

Modified: dists/trunk/linux-2.6/debian/config/amd64/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/amd64/config	(original)
+++ dists/trunk/linux-2.6/debian/config/amd64/config	Tue Jan 29 23:32:15 2008
@@ -48,7 +48,7 @@
 CONFIG_ACPI_PROCESSOR=m
 CONFIG_ACPI_THERMAL=m
 CONFIG_ACPI_ASUS=m
-# CONFIG_SONYPI_COMPAT is not set
+CONFIG_SONYPI_COMPAT=y
 CONFIG_THINKPAD_ACPI=m
 # CONFIG_THINKPAD_ACPI_DEBUG is not set
 CONFIG_THINKPAD_ACPI_BAY=y

Modified: dists/trunk/linux-2.6/debian/config/i386/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/i386/config	(original)
+++ dists/trunk/linux-2.6/debian/config/i386/config	Tue Jan 29 23:32:15 2008
@@ -70,7 +70,7 @@
 CONFIG_ACPI_PROCESSOR=m
 CONFIG_ACPI_THERMAL=m
 CONFIG_ACPI_ASUS=m
-# CONFIG_SONYPI_COMPAT is not set
+CONFIG_SONYPI_COMPAT=y
 CONFIG_THINKPAD_ACPI=m
 CONFIG_THINKPAD_ACPI_BAY=y
 # CONFIG_THINKPAD_ACPI_DEBUG is not set



More information about the Kernel-svn-changes mailing list