42 .DataINPipeNumber = 1,
43 .DataINPipeDoubleBank =
false,
45 .DataOUTPipeNumber = 2,
46 .DataOUTPipeDoubleBank =
false,
65 }
while (tecla !=
'D');
96 uint8_t
KeyCode = KeyboardReport.KeyCode[0];
145 DEBUGOUT(
"\r\nDevice Unattached.\r\n");
156 uint16_t ConfigDescriptorSize;
157 uint8_t ConfigDescriptorData[512];
161 DEBUGOUT(
"Error Retrieving Configuration Descriptor.\r\n");
169 DEBUGOUT(
"Attached Device Not a Valid Keyboard.\r\n");
175 DEBUGOUT(
"Error Setting Device Configuration.\r\n");
181 DEBUGOUT(
"Could not Set Boot Protocol Mode.\r\n");
187 DEBUGOUT(
"Keyboard Enumerated.\r\n");
197 " -- Error Code %d\r\n", ErrorCode);
207 const uint8_t SubErrorCode)
210 " -- Error Code %d\r\n"
211 " -- Sub Error Code %d\r\n"
212 " -- In State %d\r\n", ErrorCode, SubErrorCode,
USB_HostState);