2 changed files with 20 additions and 25 deletions
@ -1,23 +0,0 @@ |
|||
#!/bin/sh |
|||
/bin/echo "running $0" |
|||
# <name ><type> <mode> <uid> <gid> <major> <minor> <start> <inc> <count> |
|||
|
|||
makedevs /dev << EOF |
|||
watchdog c 644 0 0 10 130 |
|||
cnxt d 755 0 0 |
|||
cnxt/cnxt_gen_drv c 644 0 0 102 0 |
|||
notifyq c 644 0 0 102 1 |
|||
user_kal c 644 0 0 102 2 |
|||
display c 644 0 0 238 0 |
|||
cs_control c 644 0 0 249 0 |
|||
input d 755 0 0 |
|||
input/nevis_ir c 644 0 0 240 0 |
|||
input/event0_uinput c 644 0 0 10 223 |
|||
input/mouse c 644 0 0 13 32 0 1 4 |
|||
input/event2 c 644 0 0 13 66 |
|||
input/event3 c 644 0 0 13 67 |
|||
EOF |
|||
ln -sf nevis_ir /dev/input/event0 |
|||
ln -sf nevis_ir /dev/input/input0 |
|||
|
|||
/bin/echo "done $0" |
Loading…
Reference in new issue