Date: Thu, 12 Jul 2007 00:29:59 GMT From: Rui Paulo <rpaulo@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 123358 for review Message-ID: <200707120029.l6C0TxBQ018912@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=123358 Change 123358 by rpaulo@rpaulo_epsilon on 2007/07/12 00:29:42 Change UQ_KBD_FNKEY so that it doesn't clash with recently added (in vendor branch) UQ_MS_LEADING_BYTE. Affected files ... .. //depot/projects/soc2007/rpaulo-macbook/dev/usb/usb_quirks.h#7 edit Differences ... ==== //depot/projects/soc2007/rpaulo-macbook/dev/usb/usb_quirks.h#7 (text+ko) ==== @@ -57,7 +57,7 @@ #define UQ_KBD_IGNORE 0x00018000 /* device should be ignored by both kbd and hid class */ #define UQ_MS_BAD_CLASS 0x00020000 /* doesn't identify properly */ #define UQ_MS_LEADING_BYTE 0x40000 /* mouse sends an unknown leading byte. */ -#define UQ_KBD_FNKEY 0x40000 /* device needs special handling for the Fn key */ +#define UQ_KBD_FNKEY 0x00080000 /* device needs special handling for the Fn key */ }; extern const struct usbd_quirks usbd_no_quirk;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707120029.l6C0TxBQ018912>