summaryrefslogtreecommitdiff
path: root/bcm5974.c
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2008-10-08 23:21:44 +0200
committerHenrik Rydberg <rydberg@euromail.se>2008-10-08 23:21:44 +0200
commitf9a35c63d6114a9c922bf3b84233e74b61f99f10 (patch)
tree73ba474bc74a167eabfdcadf17071429eb3d98b3 /bcm5974.c
parent6aa1bd4e2935d2aa770e841b607850304092f5f8 (diff)
bcm5974 (0.54) unstable; urgency=low
* And another one... finally got the bright idea to test it by emulating the different product ids. -- Henrik Rydberg <rydberg@euromail.se> Tue, 08 Jul 2008 20:59:39 +0200
Diffstat (limited to 'bcm5974.c')
-rw-r--r--bcm5974.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bcm5974.c b/bcm5974.c
index e1876c6..4d9dd45 100644
--- a/bcm5974.c
+++ b/bcm5974.c
@@ -192,8 +192,8 @@ static const struct atp_config atp_config_table[] = {
192 0x81, sizeof(struct tp_data), 192 0x81, sizeof(struct tp_data),
193 { DIM_PRESSURE, DIM_PRESSURE / SN_PRESSURE, 0, 256 }, 193 { DIM_PRESSURE, DIM_PRESSURE / SN_PRESSURE, 0, 256 },
194 { DIM_WIDTH, DIM_WIDTH / SN_WIDTH, 0, 2048 }, 194 { DIM_WIDTH, DIM_WIDTH / SN_WIDTH, 0, 2048 },
195 { DIM_X, DIM_X / SN_COORD, -4824, 5342 }, 195 { DIM_X, DIM_X / SN_COORD, -4824, 4824 },
196 { DIM_Y, DIM_Y / SN_COORD, -172, 5820 } 196 { DIM_Y, DIM_Y / SN_COORD, -172, 4290 }
197 }, 197 },
198 {} 198 {}
199}; 199};