https://github.com/linux-surface/libsurfacedtx
Library for Linux Surface DTX kernel driver user-space API.
https://github.com/linux-surface/libsurfacedtx
Last synced: 4 months ago
JSON representation
Library for Linux Surface DTX kernel driver user-space API.
- Host: GitHub
- URL: https://github.com/linux-surface/libsurfacedtx
- Owner: linux-surface
- License: mit
- Created: 2021-03-22T19:38:41.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-19T20:18:46.000Z (10 months ago)
- Last Synced: 2025-05-14T16:17:37.535Z (9 months ago)
- Language: Rust
- Size: 47.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `libsurfacedtx`

Library for Linux Surface DTX kernel driver user-space API.
The following crates are provided:
- `sdtx`: Main API wrapper.
- `sdtx-tokio`: [`tokio`][tokio] compatibility layer for asynchronous event handling.
Used by [`surface-control`][surface-control] and [`surface-dtx-daemon`][surface-dtx-daemon].
[tokio]: https://github.com/tokio-rs/tokio#tokio
[surface-control]: https://github.com/linux-surface/surface-control
[surface-dtx-daemon]: https://github.com/linux-surface/surface-dtx-daemon