> >Synopsis: fn key stopped working after upgrade > >Category: kernel > >Environment: > System : OpenBSD 7.2 > Details : OpenBSD 7.2 (GENERIC.MP) #758: Tue Sep 27 11:57:54 MDT > 2022 > > [email protected]:/usr/src/sys/arch/amd64/compile/GENERIC.MP > > Architecture: OpenBSD.amd64 > Machine : amd64 > >Description: > I've just upgraded my computer from 7.1. Prior to upgrade, I could use > "fn" key with volume control and arrow keys (i.e. fn+F10 would toggle > mute state, fn+F11 would decrease volume, fn+up arrow would generate > page up event. This stopped to work after 7.2 upgrade. Above key > combinations now generate the same events as only the primary key was > pressed.
This is indeed a 7.2 regression, and got fixed in sys/dev/usb/ukbd.c r1.88. Miod
