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/virtual/input/mice | |
parent | 438d4c3cd4b89381348f84ef9f8b8937814f8362 (diff) |
test: replace ancient sysfs tree with recent one
Diffstat (limited to 'test/sys/devices/virtual/input/mice')
-rw-r--r-- | test/sys/devices/virtual/input/mice/dev | 1 | ||||
-rw-r--r-- | test/sys/devices/virtual/input/mice/power/wakeup | 1 | ||||
l--------- | test/sys/devices/virtual/input/mice/subsystem | 1 | ||||
-rw-r--r-- | test/sys/devices/virtual/input/mice/uevent | 2 |
4 files changed, 5 insertions, 0 deletions
diff --git a/test/sys/devices/virtual/input/mice/dev b/test/sys/devices/virtual/input/mice/dev new file mode 100644 index 0000000000..d9b0b90407 --- /dev/null +++ b/test/sys/devices/virtual/input/mice/dev @@ -0,0 +1 @@ +13:63 diff --git a/test/sys/devices/virtual/input/mice/power/wakeup b/test/sys/devices/virtual/input/mice/power/wakeup new file mode 100644 index 0000000000..8b13789179 --- /dev/null +++ b/test/sys/devices/virtual/input/mice/power/wakeup @@ -0,0 +1 @@ + diff --git a/test/sys/devices/virtual/input/mice/subsystem b/test/sys/devices/virtual/input/mice/subsystem new file mode 120000 index 0000000000..2a4af36646 --- /dev/null +++ b/test/sys/devices/virtual/input/mice/subsystem @@ -0,0 +1 @@ +../../../../class/input
\ No newline at end of file diff --git a/test/sys/devices/virtual/input/mice/uevent b/test/sys/devices/virtual/input/mice/uevent new file mode 100644 index 0000000000..5a754f68a0 --- /dev/null +++ b/test/sys/devices/virtual/input/mice/uevent @@ -0,0 +1,2 @@ +MAJOR=13 +MINOR=63 |