| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-07-29 | Extract devices into separate files | Yuval Adam | |
| 2018-07-26 | Extract libusb context to a longer living lifetime | Yuval Adam | |
| This is due to a limitation where we can't hold a struct that has both the context and a device handle (that internally references back to it). The libusb context has to outlive the device handle. Github issue: https://github.com/dcuddeback/libusb-rs/issues/3 Example solution via IRC: https://play.rust-lang.org/?gist=c68bda27266249c781e6335c4127f301&version=stable&mode=debug&edition=2015 | |||
| 2018-07-23 | Add basic USB device discovery | Yuval Adam | |
| 2018-07-23 | Initial RtlSdr struct and impl | Yuval Adam | |
| 2018-07-23 | Add basic USB device enumeration | Yuval Adam | |
