Author: hselasky
Date: Tue Nov 24 12:25:34 2015
New Revision: 291253
URL: https://svnweb.freebsd.org/changeset/base/291253

Log:
  MFC r291145:
  Fix scancodes for Kana and Eisu keys.
  
  PR:           204709

Modified:
  stable/10/usr.sbin/bluetooth/bthidd/kbd.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/usr.sbin/bluetooth/bthidd/kbd.c
==============================================================================
--- stable/10/usr.sbin/bluetooth/bthidd/kbd.c   Tue Nov 24 12:23:15 2015        
(r291252)
+++ stable/10/usr.sbin/bluetooth/bthidd/kbd.c   Tue Nov 24 12:25:34 2015        
(r291253)
@@ -225,8 +225,8 @@ static int32_t const        x[] =
 /* Keyboard Int'l 7             8D */ -1,   /* Unassigned */
 /* Keyboard Int'l 8             8E */ -1,   /* Unassigned */
 /* Keyboard Int'l 9             8F */ -1,   /* Unassigned */
-/* Keyboard Lang 1              90 */ 0x71, /* eisu */
-/* Keyboard Lang 2              91 */ 0x72, /* kana */
+/* Keyboard Lang 1              90 */ 0x71, /* Kana */
+/* Keyboard Lang 2              91 */ 0x72, /* Eisu */
 /* Keyboard Lang 3              92 */ 0x78, /* F8 */
 /* Keyboard Lang 4              93 */ 0x77, /* F7 */
 /* Keyboard Lang 5              94 */ 0x76, /* F6 */
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to