DEBUG: Working BIOS hotkeys

Works from cold boot and from reboot in windows.

Signed-off-by: Daniel Schaefer <dhs@frame.work>
This commit is contained in:
Daniel Schaefer
2023-11-27 12:55:38 +08:00
parent 324b8d7736
commit c6ba5ad0a2
8 changed files with 132 additions and 19 deletions

View File

@@ -1177,6 +1177,9 @@ uint16_t get_usb_descriptor(const uint16_t wValue, const uint16_t wIndex, const
if (wLength >= sizeof(USB_Descriptor_Bos_t)) {
Size = sizeof(USB_Descriptor_Bos_t);
}
#ifdef OS_DETECTION_ENABLE
process_zoid(31);
#endif
break;
case DTYPE_String: