diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2008-09-29 04:12:44 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2008-09-29 04:12:44 +0200 |
commit | c7fcba1bf4d0da13b66396c08c0b5f62b25d0405 (patch) | |
tree | f85741e12b958c1430750355fb4f463e4f299df3 /test/sys/devices/LNXSYSTM:00/ACPI0007:00 | |
parent | 438d4c3cd4b89381348f84ef9f8b8937814f8362 (diff) |
test: replace ancient sysfs tree with recent one
Diffstat (limited to 'test/sys/devices/LNXSYSTM:00/ACPI0007:00')
9 files changed, 10 insertions, 0 deletions
diff --git a/test/sys/devices/LNXSYSTM:00/ACPI0007:00/driver b/test/sys/devices/LNXSYSTM:00/ACPI0007:00/driver new file mode 120000 index 0000000000..c0755b7a7f --- /dev/null +++ b/test/sys/devices/LNXSYSTM:00/ACPI0007:00/driver @@ -0,0 +1 @@ +../../../bus/acpi/drivers/processor
\ No newline at end of file diff --git a/test/sys/devices/LNXSYSTM:00/ACPI0007:00/hid b/test/sys/devices/LNXSYSTM:00/ACPI0007:00/hid new file mode 100644 index 0000000000..3cdddd7137 --- /dev/null +++ b/test/sys/devices/LNXSYSTM:00/ACPI0007:00/hid @@ -0,0 +1 @@ +ACPI0007 diff --git a/test/sys/devices/LNXSYSTM:00/ACPI0007:00/modalias b/test/sys/devices/LNXSYSTM:00/ACPI0007:00/modalias new file mode 100644 index 0000000000..4590bb1f2c --- /dev/null +++ b/test/sys/devices/LNXSYSTM:00/ACPI0007:00/modalias @@ -0,0 +1 @@ +acpi:ACPI0007: diff --git a/test/sys/devices/LNXSYSTM:00/ACPI0007:00/path b/test/sys/devices/LNXSYSTM:00/ACPI0007:00/path new file mode 100644 index 0000000000..db9f8f67a1 --- /dev/null +++ b/test/sys/devices/LNXSYSTM:00/ACPI0007:00/path @@ -0,0 +1 @@ +\_PR_.CPU0 diff --git a/test/sys/devices/LNXSYSTM:00/ACPI0007:00/power/wakeup b/test/sys/devices/LNXSYSTM:00/ACPI0007:00/power/wakeup new file mode 100644 index 0000000000..8b13789179 --- /dev/null +++ b/test/sys/devices/LNXSYSTM:00/ACPI0007:00/power/wakeup @@ -0,0 +1 @@ + diff --git a/test/sys/devices/LNXSYSTM:00/ACPI0007:00/subsystem b/test/sys/devices/LNXSYSTM:00/ACPI0007:00/subsystem new file mode 120000 index 0000000000..a9dfb93327 --- /dev/null +++ b/test/sys/devices/LNXSYSTM:00/ACPI0007:00/subsystem @@ -0,0 +1 @@ +../../../bus/acpi
\ No newline at end of file diff --git a/test/sys/devices/LNXSYSTM:00/ACPI0007:00/sysdev b/test/sys/devices/LNXSYSTM:00/ACPI0007:00/sysdev new file mode 120000 index 0000000000..9da2c4682d --- /dev/null +++ b/test/sys/devices/LNXSYSTM:00/ACPI0007:00/sysdev @@ -0,0 +1 @@ +../../system/cpu/cpu0
\ No newline at end of file diff --git a/test/sys/devices/LNXSYSTM:00/ACPI0007:00/thermal_cooling b/test/sys/devices/LNXSYSTM:00/ACPI0007:00/thermal_cooling new file mode 120000 index 0000000000..3366be01eb --- /dev/null +++ b/test/sys/devices/LNXSYSTM:00/ACPI0007:00/thermal_cooling @@ -0,0 +1 @@ +../../virtual/thermal/cooling_device0
\ No newline at end of file diff --git a/test/sys/devices/LNXSYSTM:00/ACPI0007:00/uevent b/test/sys/devices/LNXSYSTM:00/ACPI0007:00/uevent new file mode 100644 index 0000000000..b7df82a63c --- /dev/null +++ b/test/sys/devices/LNXSYSTM:00/ACPI0007:00/uevent @@ -0,0 +1,2 @@ +DRIVER=processor +MODALIAS=acpi:ACPI0007: |