-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathacer-ec.1
58 lines (58 loc) · 2 KB
/
acer-ec.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
.TH ACER\-EC 1 "September 2009" "Acer Embedded Controller 0.0.3" "User Manual"
.SH NAME
Acer EC \- Acer Aspire One D150 Embedded Controller
.SH SYNOPSIS
.B acer\-ec
[\fIOPTION\fR] ...
.SH DESCRIPTION
.B Acer-EC
is a program to read/write Embedded Controller of Acer Aspire One
D150 (AOD150). This EC provides interface to read/write control registers
for various devices, e.g., bluetooth, touchpad, wireless, CPU temperature,
brightness level, power. The program
.B acer-ec
is capable to read/write those registers and interpret them according to
DSDT of Acer AOD150.
.PP
.B Acer-EC
is inspired by the
.B acer-ec.pl
script at
http://code.google.com/p/aceracpi/wiki/EmbeddedController
.SH OPTIONS
.IP \fB\-b\fR,\ \fB\-\-bluetooth\fR[=\fIon\fR,\ \fIoff\fR]
Toggle bluetooth switch. Turn on / off bluetooth switch if specified.
.IP \fB\-t\fR,\ \fB\-\-touchpad\fR[=\fIon\fR,\ \fIoff\fR]
Toggle touchpad switch. Turn on / off touchpad switch if specified.
.IP \fB\-w\fR,\ \fB\-\-wireless\fR[=\fIon\fR,\ \fIoff\fR]
Toggle wireless switch. Turn on / off wireless switch if specified.
.IP \fB\-l\fR,\ \fB\-\-backlight\fR=\fINUM\fR
Set backlight (brighness) level to NUM (0 - 9)
.IP \fB\-q\fR,\ \fB\-\-quiet\fR
Quiet mode, should be specified before any other options
.IP \fB\-g\fR\ \fIREGISTER\fR
Get current value of the register REGISTER (0 - 255)
.IP \fB\-d\fR,\ \fB\-\-dump\fR
Print all known fields
.IP \fB\-r\fR,\ \fB\-\-registers\fR
Print all registers
.IP \fB\-s\fR,\ \fB\-\-status\fR
Print status
.IP \fB\-v\fR,\ \fB\-\-version\fR
Print version
.IP \fB\-h\fR,\ \fB\-\-help\fR
Print help page
.SH BUGS
acer-ec may not be able to set touchpad switch.
.SH AUTHOR
Acer-EC is written by Kitt Tientanopajai
.SH "REPORTING BUGS"
Report bugs to <kitty@kitty.in.th>
.br
Acer-EC home page: <http://kitty.in.th/index.php?page=acer-ec>
.SH COPYRIGHT
Copyright \(co 2009 Kitt Tientanopajai.
License: GNU GPL version 2 or later.
.br
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.