Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tonyfettes/argonone
Linux driver for Argon ONE case
https://github.com/tonyfettes/argonone
Last synced: 3 months ago
JSON representation
Linux driver for Argon ONE case
- Host: GitHub
- URL: https://github.com/tonyfettes/argonone
- Owner: tonyfettes
- License: gpl-2.0
- Created: 2022-08-17T04:25:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-20T02:32:50.000Z (about 2 years ago)
- Last Synced: 2024-06-24T06:35:33.780Z (5 months ago)
- Language: C
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-argonone - tonyfettes/argonone
README
# argon1
Linux driver for Argon ONE case.
This driver exposes i2c device as `/sys/class/thermal/cooling_device[0-*]`,
which could be utilized by various thermal governor. Also, it exposes power
button through input subsystem.## Roadmap
- [x] Basic fan support.
- [ ] Emulate lower speed (1-9 out of 100) by issuing command periodically.
- [x] Add device tree nodes register GPIO pin as `KEY_POWER`.
- [x] Add GPIO driver that recognize `KEY_POWER` and `KEY_RESTART`.
- [ ] Merge two drivers into one module.