[2604] 2009-09-20 Robert Millan <[email protected]>

Robert Millan <[email protected]> Sun, 20 Sep 2009 16:07:47 +0000
Newsgroups gmane.comp.boot-loaders.grub.cvs
Message-ID <[email protected]>
Revision: 2604
          http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2604
Author:   robertmh
Date:     2009-09-20 16:07:45 +0000 (Sun, 20 Sep 2009)
Log Message:
-----------
2009-09-20  Robert Millan  <[email protected]>

        Fix regression introduced in r2539.

        * term/usb_keyboard.c (USB_HID_DEVICE_TO_HOST): Change from 0x61
        to 0xA1.

Modified Paths:
--------------
    trunk/grub2/ChangeLog
    trunk/grub2/term/usb_keyboard.c

Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog	2009-09-19 20:18:03 UTC (rev 2603)
+++ trunk/grub2/ChangeLog	2009-09-20 16:07:45 UTC (rev 2604)
@@ -1,3 +1,10 @@
+2009-09-20  Robert Millan  <[email protected]>
+
+	Fix regression introduced in r2539.
+
+	* term/usb_keyboard.c (USB_HID_DEVICE_TO_HOST): Change from 0x61
+	to 0xA1.
+
 2009-09-19  Colin Watson  <[email protected]>
 
 	* util/grub.d/30_os-prober.in: Don't throw away stderr from

Modified: trunk/grub2/term/usb_keyboard.c
===================================================================
--- trunk/grub2/term/usb_keyboard.c	2009-09-19 20:18:03 UTC (rev 2603)
+++ trunk/grub2/term/usb_keyboard.c	2009-09-20 16:07:45 UTC (rev 2604)
@@ -61,7 +61,7 @@
 /* Valid values for bmRequestType.  See HID definition version 1.11 section
    7.2.  */
 #define USB_HID_HOST_TO_DEVICE	0x21
-#define USB_HID_DEVICE_TO_HOST	0x61
+#define USB_HID_DEVICE_TO_HOST	0xA1
 
 /* Valid values for bRequest.  See HID definition version 1.11 section 7.2. */
 #define USB_HID_GET_REPORT	0x01