diff options
Diffstat (limited to 'backends/platform/ps2/iop/rpckbd/include/ps2kbd.h')
-rw-r--r-- | backends/platform/ps2/iop/rpckbd/include/ps2kbd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/ps2/iop/rpckbd/include/ps2kbd.h b/backends/platform/ps2/iop/rpckbd/include/ps2kbd.h index f16c7ca12b..bebbe73d6a 100644 --- a/backends/platform/ps2/iop/rpckbd/include/ps2kbd.h +++ b/backends/platform/ps2/iop/rpckbd/include/ps2kbd.h @@ -52,7 +52,7 @@ typedef struct _kbd_rawkey { #define PS2KBD_READMODE_RAW 2 /* Notes on read mode */ -/* In normal readmode (default) read multiples of 1 character off the keyboard file. These are +/* In normal readmode (default) read multiples of 1 character off the keyboard file. These are processed by the keymaps so that you get back ASCII data */ /* In raw readmode must read multiples of 2. First byte indicates state (i.e. Up or Down) Second byte is the USB key code for that key. This table is presented in the USB HID Usage Tables manaual |