-
-
Notifications
You must be signed in to change notification settings - Fork 39.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow for overriding RAW endpoint usage page and ID. #8834
Conversation
What's the use case for this? |
Purely configurability -- I had thought about this a while back when considering dual-bank flash and being able to flash the kb while the keyboard is active -- at the time it seemed like it might be safer to have a separate usage page. Not planning to do the flashing now, but figured the configurability might be useful. |
Will wait for the RAW HID doco PR #7640 to go through, first. |
* Allow for overriding RAW endpoint usage page and ID. * Move usb_descriptor_common.h. * Docs update.
* Allow for overriding RAW endpoint usage page and ID. * Move usb_descriptor_common.h. * Docs update.
* Allow for overriding RAW endpoint usage page and ID. * Move usb_descriptor_common.h. * Docs update.
* Allow for overriding RAW endpoint usage page and ID. * Move usb_descriptor_common.h. * Docs update.
* Allow for overriding RAW endpoint usage page and ID. * Move usb_descriptor_common.h. * Docs update.
This reverts commit d1df576
* Allow for overriding RAW endpoint usage page and ID. * Move usb_descriptor_common.h. * Docs update.
* Allow for overriding RAW endpoint usage page and ID. * Move usb_descriptor_common.h. * Docs update.
Description
Adds support for overriding the RAW endpoint's usage page and ID.
Sanity checked by compiling
make all:via
-- no errors.We have #7640 in the pipeline for documenting the RAW endpoint, will wait for that to merge before suggesting appropriate changes to the documentation.
Types of Changes
Checklist