You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
359 B

  1. #!/bin/sh -e
  2. # /etc/init.d/serio_raw: set up serio_raw kernel driver for PS2 aux port.
  3. ### BEGIN INIT INFO
  4. # Provides: serio_raw
  5. # Required-Start: $remote_fs $syslog
  6. # Required-Stop: $remote_fs $syslog
  7. # Default-Start: S
  8. # Default-Stop:
  9. ### END INIT INFO
  10. # Example
  11. # echo -n "serio_raw" > /sys/bus/serio/devices/serioX/drvctl
  12. exit 0