Bug 214639 - function keys mapped to multimedia with no escape (shift, fn, etc.)
Summary: function keys mapped to multimedia with no escape (shift, fn, etc.)
Status: NEW
Alias: None
Product: Drivers
Classification: Unclassified
Component: Input Devices (show other bugs)
Hardware: All Linux
: P1 blocking
Assignee: drivers_input-devices
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-10-07 09:06 UTC by Mario Ray Mahardhika
Modified: 2021-10-07 09:06 UTC (History)
0 users

See Also:
Kernel Version: 5.14.7
Subsystem:
Regression: No
Bisected commit-id:


Attachments

Description Mario Ray Mahardhika 2021-10-07 09:06:59 UTC
I have Keycool KC84 connected via bluetooth. In kernels prior to 5.14, it works as expected. However, since 5.14 pressing the function keys trigger multimedia functions instead.

The temporary fix is to reload hid_apple module with fnmode=2 option:
$ sudo modprobe -rv hid_apple && sudo modprobe -v hid_apple fnmode=2

I will test and report later whether in 5.10 hid_apple module is even loaded or not.

Note You need to log in before you can comment on or make changes to this bug.