2009-09-20 Robert Millan <rmh.grub@aybabtu.com>
Fix regression introduced in r2539. * term/usb_keyboard.c (USB_HID_DEVICE_TO_HOST): Change from 0x61 to 0xA1.
This commit is contained in:
parent
4cbbccec2d
commit
dace7e8a0b
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
2009-09-20 Robert Millan <rmh.grub@aybabtu.com>
|
||||
|
||||
Fix regression introduced in r2539.
|
||||
|
||||
* term/usb_keyboard.c (USB_HID_DEVICE_TO_HOST): Change from 0x61
|
||||
to 0xA1.
|
||||
|
||||
2009-09-19 Colin Watson <cjwatson@ubuntu.com>
|
||||
|
||||
* util/grub.d/30_os-prober.in: Don't throw away stderr from
|
||||
|
|
|
@ -61,7 +61,7 @@ static grub_usb_device_t usbdev;
|
|||
/* 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
|
||||
|
|
Loading…
Reference in a new issue