usbstart 81 B

1234567
  1. #!/bin/rc
  2. if (test -r '#U'/usb0) {
  3. usb/usbd
  4. usb/usbmouse -a 2
  5. usb/usbaudio
  6. }