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/pnp0/00:08 | |
parent | 438d4c3cd4b89381348f84ef9f8b8937814f8362 (diff) |
test: replace ancient sysfs tree with recent one
Diffstat (limited to 'test/sys/devices/pnp0/00:08')
l--------- | test/sys/devices/pnp0/00:08/driver | 1 | ||||
l--------- | test/sys/devices/pnp0/00:08/firmware_node | 1 | ||||
-rw-r--r-- | test/sys/devices/pnp0/00:08/id | 1 | ||||
-rw-r--r-- | test/sys/devices/pnp0/00:08/options | 0 | ||||
-rw-r--r-- | test/sys/devices/pnp0/00:08/power/wakeup | 1 | ||||
-rw-r--r-- | test/sys/devices/pnp0/00:08/resources | 4 | ||||
l--------- | test/sys/devices/pnp0/00:08/subsystem | 1 | ||||
-rw-r--r-- | test/sys/devices/pnp0/00:08/uevent | 1 |
8 files changed, 10 insertions, 0 deletions
diff --git a/test/sys/devices/pnp0/00:08/driver b/test/sys/devices/pnp0/00:08/driver new file mode 120000 index 0000000000..51bc226008 --- /dev/null +++ b/test/sys/devices/pnp0/00:08/driver @@ -0,0 +1 @@ +../../../bus/pnp/drivers/i8042 kbd
\ No newline at end of file diff --git a/test/sys/devices/pnp0/00:08/firmware_node b/test/sys/devices/pnp0/00:08/firmware_node new file mode 120000 index 0000000000..b38ee5b14b --- /dev/null +++ b/test/sys/devices/pnp0/00:08/firmware_node @@ -0,0 +1 @@ +../../LNXSYSTM:00/device:00/PNP0A08:00/device:01/PNP0303:00
\ No newline at end of file diff --git a/test/sys/devices/pnp0/00:08/id b/test/sys/devices/pnp0/00:08/id new file mode 100644 index 0000000000..958febdd9e --- /dev/null +++ b/test/sys/devices/pnp0/00:08/id @@ -0,0 +1 @@ +PNP0303 diff --git a/test/sys/devices/pnp0/00:08/options b/test/sys/devices/pnp0/00:08/options new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/test/sys/devices/pnp0/00:08/options diff --git a/test/sys/devices/pnp0/00:08/power/wakeup b/test/sys/devices/pnp0/00:08/power/wakeup new file mode 100644 index 0000000000..8b13789179 --- /dev/null +++ b/test/sys/devices/pnp0/00:08/power/wakeup @@ -0,0 +1 @@ + diff --git a/test/sys/devices/pnp0/00:08/resources b/test/sys/devices/pnp0/00:08/resources new file mode 100644 index 0000000000..ee3406e25d --- /dev/null +++ b/test/sys/devices/pnp0/00:08/resources @@ -0,0 +1,4 @@ +state = active +io 0x60-0x60 +io 0x64-0x64 +irq 1 diff --git a/test/sys/devices/pnp0/00:08/subsystem b/test/sys/devices/pnp0/00:08/subsystem new file mode 120000 index 0000000000..eca01f4dff --- /dev/null +++ b/test/sys/devices/pnp0/00:08/subsystem @@ -0,0 +1 @@ +../../../bus/pnp
\ No newline at end of file diff --git a/test/sys/devices/pnp0/00:08/uevent b/test/sys/devices/pnp0/00:08/uevent new file mode 100644 index 0000000000..5cde1e92e9 --- /dev/null +++ b/test/sys/devices/pnp0/00:08/uevent @@ -0,0 +1 @@ +DRIVER=i8042 kbd |