Skip to content

Commit

Permalink
Update DTX device path
Browse files Browse the repository at this point in the history
  • Loading branch information
qzed committed Oct 16, 2020
1 parent 6baa000 commit 4e93ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sys/latch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pub struct Device {

impl Device {
pub fn open() -> Result<Self> {
Device::open_path("/dev/surface_dtx")
Device::open_path("/dev/surface/dtx")
}

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

0 comments on commit 4e93ad4

Please sign in to comment.