summary refs log tree commit diff
path: root/usb_util/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'usb_util/src/lib.rs')
-rw-r--r--usb_util/src/lib.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/usb_util/src/lib.rs b/usb_util/src/lib.rs
index 2574d90..d793f62 100644
--- a/usb_util/src/lib.rs
+++ b/usb_util/src/lib.rs
@@ -7,7 +7,9 @@ mod device;
 mod error;
 mod types;
 
-pub use self::descriptor::{ConfigDescriptorTree, DeviceDescriptorTree, InterfaceDescriptorTree};
+pub use self::descriptor::{
+    parse_usbfs_descriptors, ConfigDescriptorTree, DeviceDescriptorTree, InterfaceDescriptorTree,
+};
 pub use self::device::{Device, Transfer, TransferStatus};
 pub use self::error::{Error, Result};
 pub use self::types::{