We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6baa000 commit 4e93ad4Copy full SHA for 4e93ad4
src/sys/latch.rs
@@ -38,7 +38,7 @@ pub struct Device {
38
39
impl Device {
40
pub fn open() -> Result<Self> {
41
- Device::open_path("/dev/surface_dtx")
+ Device::open_path("/dev/surface/dtx")
42
}
43
44
pub fn open_path<P: AsRef<Path>>(path: P) -> Result<Self> {
0 commit comments