diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2019-03-21 02:14:40 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2019-03-21 02:14:40 +0100 |
commit | 1e97adc86b3ca9ef5c9834fa802e4003df1b86e2 (patch) | |
tree | f8937a90a682662b8349ff45efb6d49948d4813a | |
parent | 58668339bcdf71112b08ccc120609dbf7be478dd (diff) | |
download | plan9front-1e97adc86b3ca9ef5c9834fa802e4003df1b86e2.tar.xz |
nusbrc: detect "keyboardio model 01", appears as multifuction device with IAD csp(0102EF) (thanks sam-d)
-rwxr-xr-x | sys/src/9/boot/nusbrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/src/9/boot/nusbrc b/sys/src/9/boot/nusbrc index c92ca3a8d..be7629c26 100755 --- a/sys/src/9/boot/nusbrc +++ b/sys/src/9/boot/nusbrc @@ -25,6 +25,8 @@ if(! nusb/usbd) nusb/ether -t url $etherargs $id case 18d14ee3 0bb40003 10046344 nusb/ether -t rndis $etherargs $id + case 12092301 # keyboardio model 01 (IAD) + nusb/kb $id # prevent attachment to nusb/kb for: case 054c0268 # sony dualshock 3 (ps3) controller case * |