plan9fox/rc/bin/nusbrc
cinap_lenrek f810c7ed88 merge
2012-01-06 18:49:49 +01:00

34 lines
471 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/bin/rc
if(! test -e '#σ/usb/usbevent')
exit
if(! bind -a '#u' /dev)
exit
@{
rfork ne
fn attach {
switch($4){
case *01
nusb/audio $1
case *02
# serial and ethernet
nusb/serial $1
case *03
# handled /sys/src/9/boot/nusbrc
# nusb/kb $1
case *08
# handled /sys/src/9/boot/nusbrc
# nusb/disk $1
case *10106
nusb/ptp $1
}
}
fn detach {
# handled /sys/src/9/boot/nusbrc
}
rc < '#σ/usb/usbevent' &
}
bind -a '#σ/usb' /dev