aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse/psmouse-base.c
diff options
context:
space:
mode:
authorRichard Pospesel <pospeselr@gmail.com>2016-03-14 09:41:16 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2016-03-17 17:04:54 -0700
commit2d5f5611dd0de52e9a52b56391a7049a52184e72 (patch)
treeb36b2d238a2b9865a5c9297789c0288348fd341b /drivers/input/mouse/psmouse-base.c
parentInput: ims-pcu - sanity check against missing interfaces (diff)
downloadlinux-dev-2d5f5611dd0de52e9a52b56391a7049a52184e72.tar.xz
linux-dev-2d5f5611dd0de52e9a52b56391a7049a52184e72.zip
Input: byd - enable absolute mode
The Windows driver's settings dialog contains a visualization of the regions for the hardware edge scrolling capability, which uses a temporarily-enabled limited-resolution absolute mode. This patch enables this during normal operation, and combines the absolute packets with the existing relative packets to provide accurate absolute position and touch reporting. It also adds documentation for all known gesture packets and initialization commands. Reviewed-by: Chris Diamand <chris@diamand.org> Signed-off-by: Richard Pospesel <pospeselr@gmail.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/mouse/psmouse-base.c')
-rw-r--r--drivers/input/mouse/psmouse-base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/mouse/psmouse-base.c b/drivers/input/mouse/psmouse-base.c
index 39d1becd35c9..5784e20542a4 100644
--- a/drivers/input/mouse/psmouse-base.c
+++ b/drivers/input/mouse/psmouse-base.c
@@ -846,7 +846,7 @@ static const struct psmouse_protocol psmouse_protocols[] = {
#ifdef CONFIG_MOUSE_PS2_BYD
{
.type = PSMOUSE_BYD,
- .name = "BydPS/2",
+ .name = "BYDPS/2",
.alias = "byd",
.detect = byd_detect,
.init = byd_init,