]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r238718: Quirk MS keyboard so that function keys work
authoremaste <emaste@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 20 Aug 2012 14:12:24 +0000 (14:12 +0000)
committeremaste <emaste@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 20 Aug 2012 14:12:24 +0000 (14:12 +0000)
commitb0201d046f86fe23980b3ffe61268075a12d5006
tree7257b5e7e44bbea38f9971361844886b0ec65ceb
parent0caa6a028f9251c56ccb8767ae754abb5901dcf1
MFC r238718: Quirk MS keyboard so that function keys work

  The function keys on a Microsoft Natural Egronomic Keyboard 4000 have been
  repurposed as "Help", "Undo", "Redo" etc., and a special "F Lock" key is
  required to return them to their normal purpose.

  This change enables the UQ_KBD_BOOTPROTO quirk for the MS Natural 4000
  keyboard to get the keys working again.  More extensive changes to the USB
  keyboard infrastructure would be needed to fully support the "F Lock" mode
  and the extended keys on this keyboard.

PR:             usb/116947

git-svn-id: svn://svn.freebsd.org/base/stable/9@239425 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/usb/quirk/usb_quirk.c