aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/tablet
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/input/tablet')
-rw-r--r--drivers/input/tablet/Kconfig2
-rw-r--r--drivers/input/tablet/wacom_wac.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/drivers/input/tablet/Kconfig b/drivers/input/tablet/Kconfig
index 0edeb949109b..bed7cbf84cfd 100644
--- a/drivers/input/tablet/Kconfig
+++ b/drivers/input/tablet/Kconfig
@@ -78,6 +78,8 @@ config TABLET_USB_WACOM
78 depends on USB_ARCH_HAS_HCD 78 depends on USB_ARCH_HAS_HCD
79 select POWER_SUPPLY 79 select POWER_SUPPLY
80 select USB 80 select USB
81 select NEW_LEDS
82 select LEDS_CLASS
81 help 83 help
82 Say Y here if you want to use the USB version of the Wacom Intuos 84 Say Y here if you want to use the USB version of the Wacom Intuos
83 or Graphire tablet. Make sure to say Y to "Mouse support" 85 or Graphire tablet. Make sure to say Y to "Mouse support"
diff --git a/drivers/input/tablet/wacom_wac.c b/drivers/input/tablet/wacom_wac.c
index 99fb6fed2bf3..cecd35c8f0b3 100644
--- a/drivers/input/tablet/wacom_wac.c
+++ b/drivers/input/tablet/wacom_wac.c
@@ -938,7 +938,7 @@ static int wacom_bpt3_touch(struct wacom_wac *wacom)
938{ 938{
939 struct input_dev *input = wacom->input; 939 struct input_dev *input = wacom->input;
940 unsigned char *data = wacom->data; 940 unsigned char *data = wacom->data;
941 int count = data[1] & 0x03; 941 int count = data[1] & 0x07;
942 int i; 942 int i;
943 943
944 if (data[0] != 0x02) 944 if (data[0] != 0x02)