]> git.ipfire.org Git - thirdparty/systemd.git/commit
Don't tag i2c mice as pointing sticks (#39264)
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 20 Oct 2025 06:04:27 +0000 (15:04 +0900)
committerGitHub <noreply@github.com>
Mon, 20 Oct 2025 06:04:27 +0000 (15:04 +0900)
commit5b09b431068518eb8cd2b5c0461b0b66347a0fa4
tree4441748512b6df2f6c63b9e7ca2a1f7ef5d9f4ff
parentb200f57bfaf19054e5f9e175e8b760a7a8e585e4
parentc4f072aaadedd9029bf0bef2036fdab8a4a3c180
Don't tag i2c mice as pointing sticks (#39264)

There are no real i2c mice but there are i2c `FooBar Mouse` devices that
are an artifact of how the HID kernel drivers split up event nodes.
These nodes will be seen for some i2c keyboards and touchpads, depending
on the HID report descriptor.

Let's not tag those as pointing sticks.

Closes #36677
hwdb.d/parse_hwdb.py