diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2010-11-09 16:32:37 +0100 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2010-11-09 16:32:37 +0100 |
| commit | 61dfadb41b4936d2f6f173a13eb6fb410be3d7cc (patch) | |
| tree | 0a46427daf11ccf8d8c75a17f5a02608a8f1c72c /usr/src/dkms_source_tree/bcm5974.c | |
| parent | 9a75d2e7fa8bb4f02a79e3ee0f69ba4796da63f9 (diff) | |
Measured touchpad range on the MBA32
Thanks hiboo.
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'usr/src/dkms_source_tree/bcm5974.c')
| -rw-r--r-- | usr/src/dkms_source_tree/bcm5974.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/dkms_source_tree/bcm5974.c b/usr/src/dkms_source_tree/bcm5974.c index 913126d..ee82851 100644 --- a/usr/src/dkms_source_tree/bcm5974.c +++ b/usr/src/dkms_source_tree/bcm5974.c | |||
| @@ -259,8 +259,8 @@ static const struct bcm5974_config bcm5974_config_table[] = { | |||
| 259 | 0x81, TYPE2, FINGER_TYPE2, FINGER_TYPE2 + SIZEOF_ALL_FINGERS, | 259 | 0x81, TYPE2, FINGER_TYPE2, FINGER_TYPE2 + SIZEOF_ALL_FINGERS, |
| 260 | { DIM_PRESSURE, DIM_PRESSURE / SN_PRESSURE, 0, 300 }, | 260 | { DIM_PRESSURE, DIM_PRESSURE / SN_PRESSURE, 0, 300 }, |
| 261 | { DIM_WIDTH, DIM_WIDTH / SN_WIDTH, 0, 2048 }, | 261 | { DIM_WIDTH, DIM_WIDTH / SN_WIDTH, 0, 2048 }, |
| 262 | { DIM_X, DIM_X / SN_COORD, -4460, 5166 }, | 262 | { DIM_X, DIM_X / SN_COORD, -4620, 5140 }, |
| 263 | { DIM_Y, DIM_Y / SN_COORD, -75, 6700 } | 263 | { DIM_Y, DIM_Y / SN_COORD, -150, 6600 } |
| 264 | }, | 264 | }, |
| 265 | { | 265 | { |
| 266 | USB_DEVICE_ID_APPLE_WELLSPRING4A_ANSI, | 266 | USB_DEVICE_ID_APPLE_WELLSPRING4A_ANSI, |
