2009-08-24 Colin Watson <cjwatson@ubuntu.com>
* term/usb_keyboard.c (grub_usb_keyboard_getreport): Make `report' grub_uint8_t *. (grub_usb_keyboard_checkkey): Make `data' elements grub_uint8_t. Use a 50-millisecond timeout rather than just repeating grub_usb_keyboard_getreport 50 times. (grub_usb_keyboard_getkey): Make `data' elements grub_uint8_t.
This commit is contained in:
parent
2d21e3e8e0
commit
c385bfc37f
2 changed files with 19 additions and 6 deletions
|
@ -1,3 +1,12 @@
|
|||
2009-08-24 Colin Watson <cjwatson@ubuntu.com>
|
||||
|
||||
* term/usb_keyboard.c (grub_usb_keyboard_getreport): Make
|
||||
`report' grub_uint8_t *.
|
||||
(grub_usb_keyboard_checkkey): Make `data' elements grub_uint8_t.
|
||||
Use a 50-millisecond timeout rather than just repeating
|
||||
grub_usb_keyboard_getreport 50 times.
|
||||
(grub_usb_keyboard_getkey): Make `data' elements grub_uint8_t.
|
||||
|
||||
2009-08-24 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Rename *_partition_map to part_*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue