From 4e93ad4d78b961f46044f13a84d1faaa7505c1d8 Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Fri, 16 Oct 2020 04:20:21 +0200 Subject: [PATCH] Update DTX device path --- src/sys/latch.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {