usb-hid: Increase MAX_KBD_EVENT

Some USB keyboards use max packet sizes beyond the current maximum
supported by SeaBIOS.

This increases the available size to support keyboards such as the
Matias Ergo Pro.

Signed-off-by: Stefan Ott <stefan@ott.net>
This commit is contained in:
Stefan Ott via SeaBIOS 2021-03-09 03:14:05 +01:00 committed by Kevin O'Connor
parent ef88eeaf05
commit b0d61ecef6
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ struct keyevent {
u8 keys[6];
};
#define MAX_KBD_EVENT 10
#define MAX_KBD_EVENT 16
static int
usb_kbd_setup(struct usbdevice_s *usbdev