Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move descriptor parser to its own type. | Brian Cully | 2019-08-10 | 1 | -71/+77 |
| | | | | Create a parser with `DescriptorParser::from` and iterate with `next`. | ||||
* | Log endpoint for boot keyboard. | Brian Cully | 2019-08-09 | 1 | -0/+1 |
| | |||||
* | Probe for boot keyboard endpoint, instead of hardcoding. | Brian Cully | 2019-08-09 | 1 | -10/+238 |
| | | | | | This adds a rudimentary descriptor parser, so we can go through the full configuration looking for the correct endpoint. | ||||
* | Pass config_index into SetConfig enum. | Brian Cully | 2019-08-08 | 1 | -7/+7 |
| | | | | Assume we'll figure out which index to use when parsing configurations. | ||||
* | Add a callback for when a keyboard report is received. | Brian Cully | 2019-08-08 | 1 | -8/+24 |
| | |||||
* | Add some docs | Brian Cully | 2019-08-08 | 1 | -0/+2 |
| | |||||
* | Initial commitv0.1.0 | Brian Cully | 2019-08-04 | 1 | -0/+333 |