[Midnightbsd-cvs] [MidnightBSD/src] 8d2dfb: Evaluate modifier keys before the regular keys,

Lucas Holt noreply at github.com
Fri Nov 20 23:45:03 EST 2020


  Branch: refs/heads/master
  Home:   https://github.com/MidnightBSD/src
  Commit: 8d2dfbc5b48bb53cf0a8f2d9588e1af1b5821779
      https://github.com/MidnightBSD/src/commit/8d2dfbc5b48bb53cf0a8f2d9588e1af1b5821779
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2020-11-20 (Fri, 20 Nov 2020)

  Changed paths:
    M sys/dev/usb/input/ukbd.c

  Log Message:
  -----------
  Evaluate modifier keys before the regular keys,
so that if a modifier key is pressed at the same time as a regular key, that
means key with modifier is output. Some automated USB keyboards like Yubikeys
need this.


  Commit: 3df1062bb2db1c089d6ec05bf44dbbaa9232f3b9
      https://github.com/MidnightBSD/src/commit/3df1062bb2db1c089d6ec05bf44dbbaa9232f3b9
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2020-11-20 (Fri, 20 Nov 2020)

  Changed paths:
    M sys/kern/subr_smp.c

  Log Message:
  -----------
  Merge branch 'master' of ssh://github.com/midnightbsd/src into master


Compare: https://github.com/MidnightBSD/src/compare/3904dc3d9317...3df1062bb2db


More information about the Midnightbsd-cvs mailing list