usb: work on SCSI

This commit is contained in:
chemicstry
2023-01-23 15:35:05 +02:00
parent 7515369984
commit 2e5a437e59
14 changed files with 455 additions and 5 deletions

View File

@ -0,0 +1,5 @@
// `bytes` in `#[bitfield(bytes = 6)]` causes a warning
#![allow(redundant_semicolons)]
pub mod control;
pub mod inquiry;