diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-06-28 07:00:45 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-06-28 07:00:45 -0400 |
commit | e8b6cb3947430d62538d88f615c007a51aeb23fe (patch) | |
tree | 9a5c4f74b59584a8763dc48ba296b72853d385ac /Documentation/ABI | |
parent | bdc8f09685a25a12f2f5282f56672ba663ecb88c (diff) | |
parent | 73e797f79e5edb3d000d1911a2d859f15c446c1a (diff) |
Merge branch 'acpi-doc'
* acpi-doc:
Documentation / CPU hotplug: Rephrase the outdated description for MADT entries
ACPI / video: update video_extension.txt for backlight control
ACPI / video: move video_extension.txt to Documentation/acpi
ACPI / video: add description for brightness_switch_enabled
ACPI: Add ACPI namespace documentation
ACPI: Add sysfs ABI documentation
ACPI: Update MAINTAINERS file to include Documentation/acpi
Diffstat (limited to 'Documentation/ABI')
-rw-r--r-- | Documentation/ABI/testing/sysfs-bus-acpi | 58 | ||||
-rw-r--r-- | Documentation/ABI/testing/sysfs-devices-sun | 2 |
2 files changed, 59 insertions, 1 deletions
diff --git a/Documentation/ABI/testing/sysfs-bus-acpi b/Documentation/ABI/testing/sysfs-bus-acpi new file mode 100644 index 000000000000..7fa9cbc75344 --- /dev/null +++ b/Documentation/ABI/testing/sysfs-bus-acpi | |||
@@ -0,0 +1,58 @@ | |||
1 | What: /sys/bus/acpi/devices/.../path | ||
2 | Date: December 2006 | ||
3 | Contact: Rafael J. Wysocki <rjw@rjwysocki.net> | ||
4 | Description: | ||
5 | This attribute indicates the full path of ACPI namespace | ||
6 | object associated with the device object. For example, | ||
7 | \_SB_.PCI0. | ||
8 | This file is not present for device objects representing | ||
9 | fixed ACPI hardware features (like power and sleep | ||
10 | buttons). | ||
11 | |||
12 | What: /sys/bus/acpi/devices/.../modalias | ||
13 | Date: July 2007 | ||
14 | Contact: Rafael J. Wysocki <rjw@rjwysocki.net> | ||
15 | Description: | ||
16 | This attribute indicates the PNP IDs of the device object. | ||
17 | That is acpi:HHHHHHHH:[CCCCCCC:]. Where each HHHHHHHH or | ||
18 | CCCCCCCC contains device object's PNPID (_HID or _CID). | ||
19 | |||
20 | What: /sys/bus/acpi/devices/.../hid | ||
21 | Date: April 2005 | ||
22 | Contact: Rafael J. Wysocki <rjw@rjwysocki.net> | ||
23 | Description: | ||
24 | This attribute indicates the hardware ID (_HID) of the | ||
25 | device object. For example, PNP0103. | ||
26 | This file is present for device objects having the _HID | ||
27 | control method. | ||
28 | |||
29 | What: /sys/bus/acpi/devices/.../description | ||
30 | Date: October 2012 | ||
31 | Contact: Rafael J. Wysocki <rjw@rjwysocki.net> | ||
32 | Description: | ||
33 | This attribute contains the output of the device object's | ||
34 | _STR control method, if present. | ||
35 | |||
36 | What: /sys/bus/acpi/devices/.../adr | ||
37 | Date: October 2012 | ||
38 | Contact: Rafael J. Wysocki <rjw@rjwysocki.net> | ||
39 | Description: | ||
40 | This attribute contains the output of the device object's | ||
41 | _ADR control method, which is present for ACPI device | ||
42 | objects representing devices having standard enumeration | ||
43 | algorithms, such as PCI. | ||
44 | |||
45 | What: /sys/bus/acpi/devices/.../uid | ||
46 | Date: October 2012 | ||
47 | Contact: Rafael J. Wysocki <rjw@rjwysocki.net> | ||
48 | Description: | ||
49 | This attribute contains the output of the device object's | ||
50 | _UID control method, if present. | ||
51 | |||
52 | What: /sys/bus/acpi/devices/.../eject | ||
53 | Date: December 2006 | ||
54 | Contact: Rafael J. Wysocki <rjw@rjwysocki.net> | ||
55 | Description: | ||
56 | Writing 1 to this attribute will trigger hot removal of | ||
57 | this device object. This file exists for every device | ||
58 | object that has _EJ0 method. | ||
diff --git a/Documentation/ABI/testing/sysfs-devices-sun b/Documentation/ABI/testing/sysfs-devices-sun index 86be9848a77e..625ce4b63758 100644 --- a/Documentation/ABI/testing/sysfs-devices-sun +++ b/Documentation/ABI/testing/sysfs-devices-sun | |||
@@ -1,4 +1,4 @@ | |||
1 | Whatt: /sys/devices/.../sun | 1 | What: /sys/devices/.../sun |
2 | Date: October 2012 | 2 | Date: October 2012 |
3 | Contact: Yasuaki Ishimatsu <isimatu.yasuaki@jp.fujitsu.com> | 3 | Contact: Yasuaki Ishimatsu <isimatu.yasuaki@jp.fujitsu.com> |
4 | Description: | 4 | Description: |