Hi all,
In commit
3e6a950d9836 ("HID: input: set usage type to key on keycode remap")
Fixes tag
Fixes: bcfa8d1457 ("HID: input: Add support for Programmable Buttons")
has these problem(s):
- SHA1 should be at least 12 digits long
Can be fixed by setting core.abbrev to 12 (or more) or (for git v2.11
or later) just making sure it is not set (or set to "auto").
Fixes tag
Fixes: f5854fad39 ("Input: hid-input - allow mapping unknown usages")
has these problem(s):
- SHA1 should be at least 12 digits long
Can be fixed by setting core.abbrev to 12 (or more) or (for git v2.11
or later) just making sure it is not set (or set to "auto").
--
Cheers,
Stephen Rothwell
Hi Stephen,
On 2021-11-23 08:17+1100, Stephen Rothwell wrote:
> In commit
>
> 3e6a950d9836 ("HID: input: set usage type to key on keycode remap")
>
> Fixes tag
>
> Fixes: bcfa8d1457 ("HID: input: Add support for Programmable Buttons")
>
> has these problem(s):
>
> - SHA1 should be at least 12 digits long
> Can be fixed by setting core.abbrev to 12 (or more) or (for git v2.11
> or later) just making sure it is not set (or set to "auto").
Thanks for the pointer. I'll make sure to do this correctly in the future.
Maybe this should be part of checkpatch.pl?
> Fixes tag
>
> Fixes: f5854fad39 ("Input: hid-input - allow mapping unknown usages")
>
> has these problem(s):
>
> - SHA1 should be at least 12 digits long
> Can be fixed by setting core.abbrev to 12 (or more) or (for git v2.11
> or later) just making sure it is not set (or set to "auto").
Thomas