diff --git a/src/sys/latch.rs b/src/sys/latch.rs index 648d96c..2f423a3 100644 --- a/src/sys/latch.rs +++ b/src/sys/latch.rs @@ -38,7 +38,7 @@ pub struct Device { impl Device { pub fn open() -> Result { - Device::open_path("/dev/surface_dtx") + Device::open_path("/dev/surface/dtx") } pub fn open_path>(path: P) -> Result {