You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sysfs is not sufficient: https://pad.missing.ninja/GE_ThvWXT-ywVfebJitFiQ#
Lsusb uses libusb in userpace to dump this information.
On the first look it seems easier to parse lsusb output because it also encodes internally
a lot of information beyond the library that would be hard to replicate.
The text was updated successfully, but these errors were encountered:
nixos-facter cannot classify the usb dongle in framework 16 as bluetooth device: https://codeberg.org/jopejoe1/nix-conf/src/branch/main/systems/omoikane/facter.json
Lsusb also exposes interface descriptors that have these information: https://pad.missing.ninja/480XKviWSgiYcsWa76Fx_w?view=#
Sysfs is not sufficient: https://pad.missing.ninja/GE_ThvWXT-ywVfebJitFiQ#
Lsusb uses libusb in userpace to dump this information.
On the first look it seems easier to parse lsusb output because it also encodes internally
a lot of information beyond the library that would be hard to replicate.
The text was updated successfully, but these errors were encountered: