Hi,
On 10/31/24 11:55 AM, Luke Jones wrote:
Do we know which laptop exactly? The "gamer" laptops along with I think the ProArt ones use an MCU on USB to do keyboard I/O. Others use I2C.
#dmidecode | grep -A3 "System Information"
Manufacturer: ASUSTeK COMPUTER INC.
Product Name: X541UAK
Version: 1.0
Not all that relevant if all we need to do is ignore the event but there might be something additional in code already that can be used.
Probably just ignore. I submitted a similar patch a long time ago for an
eeepc I used to have:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=999ddbdf3c8354077660efbac9ab91c12187d6d2
I don't know which is the relevant file in the case here, since I see
there are several asus files with keycodes. Hope it's clearer for you to
make a patch.
Regards,
Pau