The boot protocol is not implemented in the current USB Device library.
Feel free to contribute to the library by adding new features:
boot protocol
feature report for HID class
Cheers,
Sam
Hi Cid,
The boot protocol is not implemented in the current USB Device library.
Feel free to contribute to the library by adding new features:
* boot protocol
* feature report for HID class
Cheers,
Sam
In the USBDevice library, in USBMouse and USBKeyboard, in the configuration descriptor, the bInterfaceSubClass is set to 1. It means boot protocol is available according to the spec.
I just want to make sure the boot protocol is implemented or not. If not, the bInterfaceSubClass in the configuration descriptor of USBMouse and USBKeyboard should be set to 0, right?
Thanks in advance.
Cid
Hi,
In the USBDevice library, in USBMouse and USBKeyboard, in the configuration descriptor, the bInterfaceSubClass is set to 1. It means boot protocol is available according to the spec.
I just want to make sure the boot protocol is implemented or not. If not, the bInterfaceSubClass in the configuration descriptor of USBMouse and USBKeyboard should be set to 0, right?
Thanks in advance.
Cid
Important Information for this Arm website
This site uses cookies to store information on your computer.
By continuing to use our site, you consent to our cookies.
If you are not happy with the use of these cookies, please review our
Cookie Policy
to learn how they can be disabled.
By disabling cookies, some features of the site will not work.
Access Warning
You do not have the correct permissions to perform this operation.
Hi,
Do USBMouse, USBKeyboard, USBMouseKeyboard implement boot protocol?
Thank you in advance,
Cid