73ca576558
Sidenote: instead of STALLing because the driver didn't configure the endpoints properly, regular transfers now work. Thus, QEMU was able to recognize that it received a Bulk-Only Transport CBW. Yay! Additionally, to make life easier when debugging, usbctl was added; now it can get endpoint statuses which were previously non-accessible from shell scripts, after the transition to the new ctl+data endpoint interface.
22 lines
280 B
TOML
22 lines
280 B
TOML
[workspace]
|
|
members = [
|
|
"ahcid",
|
|
"alxd",
|
|
"bgad",
|
|
"block-io-wrapper",
|
|
"e1000d",
|
|
"ihdad",
|
|
"ixgbed",
|
|
"nvmed",
|
|
"pcid",
|
|
"pcspkrd",
|
|
"ps2d",
|
|
"rtl8168d",
|
|
"vboxd",
|
|
"vesad",
|
|
"xhcid",
|
|
"usbctl",
|
|
"usbhidd",
|
|
"usbscsid",
|
|
]
|