https://github.com/linux-surface/libsurfacesam
Library for Linux Surface System Aggregator Module kernel driver user-space debug-interface (ssam-cdev).
https://github.com/linux-surface/libsurfacesam
Last synced: 9 months ago
JSON representation
Library for Linux Surface System Aggregator Module kernel driver user-space debug-interface (ssam-cdev).
- Host: GitHub
- URL: https://github.com/linux-surface/libsurfacesam
- Owner: linux-surface
- License: mit
- Created: 2021-06-10T22:49:37.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-19T20:26:43.000Z (10 months ago)
- Last Synced: 2025-05-14T16:17:36.388Z (9 months ago)
- Language: Rust
- Size: 41 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `libsurfacesam`

Library for Linux Surface System Aggregator Module (SSAM) kernel driver user-space debug API (cdev).
Provides an interface for the `surface_aggregator_cdev` kernel module.
The following crates are provided:
- `ssam`: Main API wrapper.
- `ssam-tokio`: [`tokio`][tokio] compatibility layer for asynchronous event handling.
[tokio]: https://github.com/tokio-rs/tokio#tokio