https://github.com/rene/aspire300x
Linux kernel module that provides backlight and other controls for Acer Aspire 3000 series laptop's
https://github.com/rene/aspire300x
Last synced: 2 months ago
JSON representation
Linux kernel module that provides backlight and other controls for Acer Aspire 3000 series laptop's
- Host: GitHub
- URL: https://github.com/rene/aspire300x
- Owner: rene
- License: gpl-2.0
- Created: 2018-08-06T09:16:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-06T09:27:14.000Z (over 6 years ago)
- Last Synced: 2025-01-04T14:14:33.773Z (4 months ago)
- Language: C
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
# aspire300x
Linux kernel module that provides backlight and other controls for Acer Aspire 3000 series laptop'sPlease, note that **this device driver is outdated**, I will keep this source code available here just
for legacy systems or other purposes.## About
Aspire300x is a Linux kernel module that provides backlight and other controls for Acer Aspire 3000 series laptop's.
On Windows®, functions such as get the touchpad and wireless status can be
accessed from Acer e-manager tool, that unfortunately, is not avaliable at
Linux in this model. Current features of aspire300x are:* Control the LCD brightness from software
* Get the touchpad status (enable/disable)
* Get the wireless card status (enable/disable)This device driver was written after a reverse engineering proccess of PC97551 embedded controller (EC), present in an old Acer Aspire 3003LCi, but its suppose to work on other models that have this EC.
## Install
make
make install
## Uninstall
make uninstall
## License
License under GPLv2. See file COPYING for more details.
## Bugs
Bugs reports to:
Renê S. Pinto