summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2010-06-11 11:22:46 +0100
committerJoshua Lock <josh@linux.intel.com>2010-06-11 11:28:39 +0100
commitee13bb0b1ae0851dac08c8ea83048d9721932e23 (patch)
tree0a0d3d76bfe420f1bf671eec50202c395e0ac4db
parent11d80970538228830fb3e7ed63db960d0fef76fd (diff)
downloadpoky-ee13bb0b1ae0851dac08c8ea83048d9721932e23.tar.gz
linux-moblin-2.6.33.2: Enable trackpads for netbooks
Signed-off-by: Joshua Lock <josh@linux.intel.com>
-rw-r--r--meta-moblin/packages/linux/linux-moblin-2.6.33.2/defconfig-netbook8
-rw-r--r--meta-moblin/packages/linux/linux-moblin_2.6.33.2.bb2
2 files changed, 5 insertions, 5 deletions
diff --git a/meta-moblin/packages/linux/linux-moblin-2.6.33.2/defconfig-netbook b/meta-moblin/packages/linux/linux-moblin-2.6.33.2/defconfig-netbook
index b36e9a0b6d..56ca00d6bf 100644
--- a/meta-moblin/packages/linux/linux-moblin-2.6.33.2/defconfig-netbook
+++ b/meta-moblin/packages/linux/linux-moblin-2.6.33.2/defconfig-netbook
@@ -1,7 +1,7 @@
1# 1#
2# Automatically generated make config: don't edit 2# Automatically generated make config: don't edit
3# Linux kernel version: 2.6.33.2 3# Linux kernel version: 2.6.33.2
4# Mon Jun 7 22:35:35 2010 4# Thu Jun 10 18:03:03 2010
5# 5#
6# CONFIG_64BIT is not set 6# CONFIG_64BIT is not set
7CONFIG_X86_32=y 7CONFIG_X86_32=y
@@ -1460,14 +1460,14 @@ CONFIG_MOUSE_PS2_TRACKPOINT=y
1460# CONFIG_MOUSE_PS2_ELANTECH is not set 1460# CONFIG_MOUSE_PS2_ELANTECH is not set
1461# CONFIG_MOUSE_PS2_SENTELIC is not set 1461# CONFIG_MOUSE_PS2_SENTELIC is not set
1462CONFIG_MOUSE_PS2_TOUCHKIT=y 1462CONFIG_MOUSE_PS2_TOUCHKIT=y
1463CONFIG_MOUSE_SERIAL=m 1463# CONFIG_MOUSE_SERIAL is not set
1464# CONFIG_MOUSE_APPLETOUCH is not set 1464# CONFIG_MOUSE_APPLETOUCH is not set
1465# CONFIG_MOUSE_BCM5974 is not set 1465# CONFIG_MOUSE_BCM5974 is not set
1466# CONFIG_MOUSE_INPORT is not set 1466# CONFIG_MOUSE_INPORT is not set
1467# CONFIG_MOUSE_LOGIBM is not set 1467# CONFIG_MOUSE_LOGIBM is not set
1468# CONFIG_MOUSE_PC110PAD is not set 1468# CONFIG_MOUSE_PC110PAD is not set
1469CONFIG_MOUSE_VSXXXAA=m 1469CONFIG_MOUSE_VSXXXAA=y
1470# CONFIG_MOUSE_SYNAPTICS_I2C is not set 1470CONFIG_MOUSE_SYNAPTICS_I2C=y
1471CONFIG_INPUT_JOYSTICK=y 1471CONFIG_INPUT_JOYSTICK=y
1472# CONFIG_JOYSTICK_ANALOG is not set 1472# CONFIG_JOYSTICK_ANALOG is not set
1473# CONFIG_JOYSTICK_A3D is not set 1473# CONFIG_JOYSTICK_A3D is not set
diff --git a/meta-moblin/packages/linux/linux-moblin_2.6.33.2.bb b/meta-moblin/packages/linux/linux-moblin_2.6.33.2.bb
index d0128e3da7..fbb456adff 100644
--- a/meta-moblin/packages/linux/linux-moblin_2.6.33.2.bb
+++ b/meta-moblin/packages/linux/linux-moblin_2.6.33.2.bb
@@ -1,6 +1,6 @@
1require linux-moblin.inc 1require linux-moblin.inc
2 2
3PR = "r0" 3PR = "r1"
4 4
5DEFAULT_PREFERENCE = "-1" 5DEFAULT_PREFERENCE = "-1"
6DEFAULT_PREFERENCE_netbook = "1" 6DEFAULT_PREFERENCE_netbook = "1"