index
:
bootkbd.git
main
next
rust library for usb host-side driver
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a TODO note about possibly uneccesary device descriptor fetch.
Brian Cully
2019-09-26
1
-0
/
+2
*
Log FSM state changes at info.
Brian Cully
2019-09-26
1
-1
/
+1
*
Bump max device to 32.
Brian Cully
2019-09-26
1
-1
/
+1
*
Add tests for the KeyboardIO Model 01.
Brian Cully
2019-09-26
1
-1
/
+320
*
Add the boot keyboard interface number to the `EP` struct.
Brian Cully
2019-09-26
1
-28
/
+45
*
Use MaybeUninit for device list.
Brian Cully
2019-09-26
1
-4
/
+10
*
Clippy.
Brian Cully
2019-09-09
1
-14
/
+14
*
Add some tests around device assignment.
Brian Cully
2019-08-17
1
-19
/
+121
*
Documentation.
Brian Cully
2019-08-11
1
-0
/
+7
*
Don't fail enumeration if we can't set the keyboard report.
Brian Cully
2019-08-10
1
-3
/
+7
*
Store max packet sizes from device and endpoint descriptors.
Brian Cully
2019-08-10
1
-22
/
+45
*
Test parser returns None result at end of descriptor.
Brian Cully
2019-08-10
1
-0
/
+2
*
Move descriptor parser to its own type.
Brian Cully
2019-08-10
1
-71
/
+77
*
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
*
Pass config_index into SetConfig enum.
Brian Cully
2019-08-08
1
-7
/
+7
*
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 commit
v0.1.0
Brian Cully
2019-08-04
1
-0
/
+333