]> www.infradead.org Git - users/jedix/linux-maple.git/commit
HID: wacom: Modify pen IDs
authorTatsunosuke Tobita <tatsunosuke.tobita@wacom.com>
Tue, 9 Jul 2024 05:57:28 +0000 (14:57 +0900)
committerBenjamin Tissoires <bentiss@kernel.org>
Thu, 18 Jul 2024 06:13:17 +0000 (08:13 +0200)
commitf0d17d696dfce77c9abc830e4ac2d677890a2dad
tree62cd3d5b0f32ccfe82aabe039506f5924302e7d0
parent6e504d2c61244a01226c5100c835e44fb9b85ca8
HID: wacom: Modify pen IDs

The pen ID, 0x80842, was not the correct ID for wacom driver to
treat. The ID was corrected to 0x8842.
Also, 0x4200 was not the expected ID used on any Wacom device.
Therefore, 0x4200 was removed.

Signed-off-by: Tatsunosuke Tobita <tatsunosuke.tobita@wacom.com>
Signed-off-by: Tatsunosuke Tobita <tatsunosuke.wacom@gmail.com>
Fixes: bfdc750c4cb2 ("HID: wacom: add three styli to wacom_intuos_get_tool_type")
Cc: stable@kernel.org #6.2
Reviewed-by: Ping Cheng <ping.cheng@wacom.com>
Link: https://patch.msgid.link/20240709055729.17158-1-tatsunosuke.wacom@gmail.com
Signed-off-by: Benjamin Tissoires <bentiss@kernel.org>
drivers/hid/wacom_wac.c