]> CyberLeo.Net >> Repos - FreeBSD/releng/9.1.git/commit
MFC r238718: Quirk MS keyboard so that function keys work
authoremaste <emaste@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 21 Aug 2012 11:34:40 +0000 (11:34 +0000)
committeremaste <emaste@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 21 Aug 2012 11:34:40 +0000 (11:34 +0000)
commit4df452a76d45f58d29f0a92e8a41ce8dc8659563
tree7ef42d74c0159fe82533d804ad4f8f575ec42ac2
parentd30a991db902929eaa4c150c06a5fc975c8f2ca2
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
Approved by: re

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