Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Apr 2021 20:58:32 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 255132] ACPI: different function key maps to same devd notify code
Message-ID:  <bug-255132-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255132

            Bug ID: 255132
           Summary: ACPI: different function key maps to same devd notify
                    code
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: bugs@FreeBSD.org
          Reporter: driesm.michiels@gmail.com

Hi!

On my laptop, a Lenovo T490 I have observed that two function keys map to an
identical notify code, this makes it hard to separately map to actions with a
notify match script. The keys in question are located on F5 (brightness up),
and F12 (favorites).

[/usr/local/sbin]$ cat /var/run/devd.pipe
**press brightness down (F5)**
!system=ACPI subsystem=Video type=brightness notify=14
!system=ACPI subsystem=IBM type=\_SB_.PCI0.LPCB.EC__.HKEY notify=0x11
**press favorites key (F12)**
!system=ACPI subsystem=IBM type=\_SB_.PCI0.LPCB.EC__.HKEY notify=0x11
**press brighntess down (F5)**
!system=ACPI subsystem=Video type=brightness notify=13
!system=ACPI subsystem=IBM type=\_SB_.PCI0.LPCB.EC__.HKEY notify=0x11
**press favorites key (F12)**
!system=ACPI subsystem=IBM type=\_SB_.PCI0.LPCB.EC__.HKEY notify=0x11


is there any way that I can distinguish on the key presses to map to different
actions?

-- 
You are receiving this mail because:
You are the assignee for the bug.

help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-255132-227>