mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-10 19:43:29 +00:00
Input: wacom - missed the last bit of expresskey for DTU-1031
Signed-off-by: Ping Cheng <pingc@wacom.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
This commit is contained in:
parent
2fdf4cd9a2
commit
91ae0e7783
@ -1838,7 +1838,7 @@ int wacom_setup_input_capabilities(struct input_dev *input_dev,
|
||||
case DTU:
|
||||
if (features->type == DTUS) {
|
||||
input_set_capability(input_dev, EV_MSC, MSC_SERIAL);
|
||||
for (i = 0; i < 3; i++)
|
||||
for (i = 0; i < 4; i++)
|
||||
__set_bit(BTN_0 + i, input_dev->keybit);
|
||||
}
|
||||
__set_bit(BTN_TOOL_PEN, input_dev->keybit);
|
||||
|
Loading…
Reference in New Issue
Block a user