[kernel] generic-2.6/2.6.30: refresh patches
[openwrt.git] / target / linux / s3c24xx / patches-2.6.30 / 057-lis302dl.patch
1 Index: linux-2.6.30-rc6/drivers/input/misc/Kconfig
2 ===================================================================
3 --- linux-2.6.30-rc6.orig/drivers/input/misc/Kconfig 2009-05-18 19:07:07.000000000 +0200
4 +++ linux-2.6.30-rc6/drivers/input/misc/Kconfig 2009-05-18 19:08:33.000000000 +0200
5 @@ -220,6 +220,15 @@
6 Say Y here if you want to support the built-in real time clock
7 of the HP SDC controller.
8
9 +config INPUT_LIS302DL
10 + tristate "STmicro LIS302DL 3-axis accelerometer"
11 + depends on SPI_MASTER
12 + help
13 + SPI driver for the STmicro LIS302DL 3-axis accelerometer.
14 +
15 + The userspece interface is a 3-axis (X/Y/Z) relative movement
16 + Linux input device, reporting REL_[XYZ] events.
17 +
18 config INPUT_PCF50633_PMU
19 tristate "PCF50633 PMU events"
20 depends on MFD_PCF50633
21 Index: linux-2.6.30-rc6/drivers/input/misc/Makefile
22 ===================================================================
23 --- linux-2.6.30-rc6.orig/drivers/input/misc/Makefile 2009-05-18 19:07:07.000000000 +0200
24 +++ linux-2.6.30-rc6/drivers/input/misc/Makefile 2009-05-18 19:08:33.000000000 +0200
25 @@ -25,3 +25,4 @@
26 obj-$(CONFIG_INPUT_WISTRON_BTNS) += wistron_btns.o
27 obj-$(CONFIG_INPUT_YEALINK) += yealink.o
28 obj-$(CONFIG_INPUT_GPIO_BUTTONS) += gpio_buttons.o
29 +obj-$(CONFIG_INPUT_LIS302DL) += lis302dl.o
This page took 0.040398 seconds and 5 git commands to generate.