git: Apple usb keybord doesn't generate an interrupt for Fn key when set to boot protocol, as raw Fn code from this device (0x01) is already assigned to ErrorRollOver (see 'HID Usage Tables' specification) to report keboard status/errors.

Joe Talbott josepht at crater.dragonflybsd.org
Thu Jan 27 09:54:42 PST 2011


commit 8d362e35e56d0ae35a44766d86c788d312fab3b6
Author: Magliano Andrea <masterblaster at tiscali.it>
Date:   Tue Jan 25 23:40:27 2011 +0100

    Apple usb keybord doesn't generate an interrupt for Fn key when set to boot protocol, as raw Fn code from this device (0x01) is already assigned to ErrorRollOver (see 'HID Usage Tables' specification) to report keboard status/errors.
    
    This quirk avoids ukbd driver setting Apple usb keyboard in boot protocol
    mode.

Summary of changes:
 sys/bus/usb/usb_quirks.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8d362e35e56d0ae35a44766d86c788d312fab3b6


-- 
DragonFly BSD source repository





More information about the Commits mailing list