Re: Fwd: ukbd.c diff

2022-10-04 Thread Leonardo Moreno Urbieta
Hi Miod, Yes, I confirm that your diff fixes the problem. Thank you! Leonardo El mar, 4 oct 2022 a las 13:28, Miod Vallat () escribió: > > Found that the reason is that 'sc_apple_fn' inside 'ukbd_softc' is not > > being assigned to > > newly created 'sc_fn' inside 'hidkbd' > > Argh, sorry abou

Re: Fwd: ukbd.c diff

2022-10-04 Thread Miod Vallat
> Found that the reason is that 'sc_apple_fn' inside 'ukbd_softc' is not > being assigned to > newly created 'sc_fn' inside 'hidkbd' Argh, sorry about that. Does the following diff fix the problem on your machine? Index: ukbd.c ===

Fwd: ukbd.c diff

2022-10-04 Thread Leonardo Moreno Urbieta
Hi, Today I fetched latest /src and fn key mapping in my Macbook stopped working with latest changes in hidkbd.c and ukbd.c Found that the reason is that 'sc_apple_fn' inside 'ukbd_softc' is not being assigned to newly created 'sc_fn' inside 'hidkbd' I attach possible one liner fix. This gets th