Skip to content

Commit 4e93ad4

Browse files
committed
Update DTX device path
1 parent 6baa000 commit 4e93ad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sys/latch.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ pub struct Device {
3838

3939
impl Device {
4040
pub fn open() -> Result<Self> {
41-
Device::open_path("/dev/surface_dtx")
41+
Device::open_path("/dev/surface/dtx")
4242
}
4343

4444
pub fn open_path<P: AsRef<Path>>(path: P) -> Result<Self> {

0 commit comments

Comments
 (0)