]> www.infradead.org Git - users/willy/pagecache.git/commit
Merge tag 'hid-for-linus-2024120501' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 5 Dec 2024 18:06:47 +0000 (10:06 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 5 Dec 2024 18:06:47 +0000 (10:06 -0800)
commit2a770b49b1bf00fca5473cb386eaf36d21d17d4b
treec9c508e0d2f387507e7c9df7869a0668a2eb8edd
parent42d52acfb10cfc53139a1139e1c401a52c3f924c
parent8d355b56f29533e0b0db0d9a2de8bdc05ab27375
Merge tag 'hid-for-linus-2024120501' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid

Pull HID fixes from Benjamin Tissoires:

 - regression fix in suspend/resume for i2c-hid (Kenny Levinsen)

 - fix wacom driver assuming a name can not be null (WangYuli)

 - a couple of constify changes/fixes (Thomas Weißschuh)

 - a couple of selftests/hid fixes (Maximilian Heyne & Benjamin
   Tissoires)

* tag 'hid-for-linus-2024120501' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid:
  selftests/hid: fix kfunc inclusions with newer bpftool
  HID: bpf: drop unneeded casts discarding const
  HID: bpf: constify hid_ops
  selftests: hid: fix typo and exit code
  HID: wacom: fix when get product name maybe null pointer
  HID: i2c-hid: Revert to using power commands to wake on resume