diff options
author | Andres Salomon <dilinger@debian.org> | 2007-01-03 17:10:25 -0500 |
---|---|---|
committer | Andres Salomon <dilinger@debian.org> | 2007-01-03 17:10:25 -0500 |
commit | 04487907ffa4e817ccda03bc9444ad0b81536792 (patch) | |
tree | 787ff96580b52143e8bca0fdb002d9fc5f3aabc8 | |
parent | 8c78ed9350962d018dd8e32d1a8a5054f4385046 (diff) | |
download | lwn-04487907ffa4e817ccda03bc9444ad0b81536792.tar.gz lwn-04487907ffa4e817ccda03bc9444ad0b81536792.zip |
Update PT calibration values for b2 samplesMailDone
Signed-off-by: Andres Salomon <dilinger@debian.org>
-rw-r--r-- | drivers/input/mouse/olpc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/input/mouse/olpc.c b/drivers/input/mouse/olpc.c index 2b6278c5fbb1..863deccc797f 100644 --- a/drivers/input/mouse/olpc.c +++ b/drivers/input/mouse/olpc.c @@ -415,8 +415,8 @@ int olpc_init(struct psmouse *psmouse) dev->keybit[LONG(BTN_LEFT)] |= BIT(BTN_LEFT) | BIT(BTN_RIGHT); dev->evbit[LONG(EV_ABS)] |= BIT(EV_ABS); - input_set_abs_params(dev, ABS_X, 42, 980, 0, 0); - input_set_abs_params(dev, ABS_Y, 32, 1023, 0, 0); + input_set_abs_params(dev, ABS_X, 2, 1000, 0, 0); + input_set_abs_params(dev, ABS_Y, 0, 717, 0, 0); snprintf(priv->phys, sizeof(priv->phys), "%s/input1", psmouse->ps2dev.serio->phys); |