]> www.infradead.org Git - users/jedix/linux-maple.git/commit
HID: Fix debug name for BTN_GEAR_DOWN, BTN_GEAR_UP, BTN_WHEEL
authorVicki Pfau <vi@endrift.com>
Wed, 2 Jul 2025 03:46:42 +0000 (20:46 -0700)
committerJiri Kosina <jkosina@suse.com>
Thu, 3 Jul 2025 07:44:21 +0000 (09:44 +0200)
commit194808a1ea391e35d364d6c9406e2eccb6174525
tree16e506b342872c03f36b8ebeb352e4fb63036dba
parent50f9ff52c078d66053bba791ded6fafc64055524
HID: Fix debug name for BTN_GEAR_DOWN, BTN_GEAR_UP, BTN_WHEEL

The name of BTN_GEAR_DOWN was WheelBtn and BTN_WHEEL was missing. Further,
BTN_GEAR_UP had a space in its name and no Btn, which is against convention.
This makes the names BtnGearDown, BtnGearUp, and BtnWheel, fixing the errors
and matching convention.

Signed-off-by: Vicki Pfau <vi@endrift.com>
Signed-off-by: Jiri Kosina <jkosina@suse.com>
drivers/hid/hid-debug.c