Skip to content

Commit

Permalink
length, total_length and type for lsusb verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
tuna-f1sh committed Nov 13, 2023
1 parent 50df8d5 commit 561210e
Show file tree
Hide file tree
Showing 5 changed files with 200 additions and 142 deletions.
118 changes: 64 additions & 54 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ clap = { version = "4.0.22", features = ["derive", "wrap_help"] }
colored = "2.0.0"
itertools = "0.10.5"
lazy_static = "1.4.0"
rusb = { version = "0.9.1", optional = true }
rusb = { git = "https://github.com/tuna-f1sh/rusb.git", version = "0.9.1", optional = true }
log = "0.4.17"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.87"
Expand All @@ -37,18 +37,18 @@ diff = "0.1"
assert-json-diff = "2.0.2"

[target.x86_64-unknown-linux-gnu.dependencies]
udev = { version = "^0.7.0", optional = true }
rusb = { version = "0.9.1" }
udev = { version = "^0.8.0", optional = true, features = ["hwdb"] }
rusb = { git = "https://github.com/tuna-f1sh/rusb.git", version = "0.9.1" }
usb-ids = "1"

[target.arm-unknown-linux-gnueabihf.dependencies]
udev = { version = "^0.7.0", optional = true }
rusb = { version = "0.9.1" }
udev = { version = "^0.8.0", optional = true, features = ["hwdb"] }
rusb = { git = "https://github.com/tuna-f1sh/rusb.git", version = "0.9.1" }
usb-ids = "1"

[target.aarch64-unknown-linux-gnu.dependencies]
udev = { version = "^0.7.0", optional = true }
rusb = { version = "0.9.1" }
udev = { version = "^0.8.0", optional = true, features = ["hwdb"] }
rusb = { git = "https://github.com/tuna-f1sh/rusb.git", version = "0.9.1" }
usb-ids = "1"

[features]
Expand Down
Loading

0 comments on commit 561210e

Please sign in to comment.