aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/input')
-rw-r--r--drivers/input/misc/bma150.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/input/misc/bma150.c b/drivers/input/misc/bma150.c
index e5d18946bb2e..865c2f9d25b9 100644
--- a/drivers/input/misc/bma150.c
+++ b/drivers/input/misc/bma150.c
@@ -46,18 +46,6 @@
46#define BMA150_POLL_MAX 200 46#define BMA150_POLL_MAX 200
47#define BMA150_POLL_MIN 0 47#define BMA150_POLL_MIN 0
48 48
49#define BMA150_BW_25HZ 0
50#define BMA150_BW_50HZ 1
51#define BMA150_BW_100HZ 2
52#define BMA150_BW_190HZ 3
53#define BMA150_BW_375HZ 4
54#define BMA150_BW_750HZ 5
55#define BMA150_BW_1500HZ 6
56
57#define BMA150_RANGE_2G 0
58#define BMA150_RANGE_4G 1
59#define BMA150_RANGE_8G 2
60
61#define BMA150_MODE_NORMAL 0 49#define BMA150_MODE_NORMAL 0
62#define BMA150_MODE_SLEEP 2 50#define BMA150_MODE_SLEEP 2
63#define BMA150_MODE_WAKE_UP 3 51#define BMA150_MODE_WAKE_UP 3