X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FModules%2FUSB%2FHID%2Fkeyboard.c;h=380518d76df38c68b31f7f1b0311a675908f0e1c;hb=2667cb207a1aa17947b7ba582e1e2e3b9a9dea07;hp=59a89b9139565b7cd125dd9bef854680ab63c15d;hpb=074c939bba2b64543752a833fc36491e3755afc3;p=tpg%2Facess2.git diff --git a/KernelLand/Modules/USB/HID/keyboard.c b/KernelLand/Modules/USB/HID/keyboard.c index 59a89b91..380518d7 100644 --- a/KernelLand/Modules/USB/HID/keyboard.c +++ b/KernelLand/Modules/USB/HID/keyboard.c @@ -5,7 +5,7 @@ * keyboard.c * - Keyboard translation */ -#define DEBUG 1 +#define DEBUG 0 #include #include #include "hid_reports.h" @@ -136,7 +136,8 @@ void HID_Kb_Report_Input(tUSBInterface *Dev, tHID_ReportGlobalState *Global, tHI info->DataAvail = HID_Kb_DataAvail; info->Info = NULL; info->CollectionDepth = 1; - info->bIsBoot = 1; + info->bIsBoot = 1; // TODO: Detect non-boot keyboards and parse descriptor + Log_Warning("USB HID", "TODO: Handle non-boot keyboards!"); info->Info = Keyboard_CreateInstance(0, "USBKeyboard"); } }