nusbrc: detect "keyboardio model 01", appears as multifuction device with IAD csp(0102EF) (thanks sam-d)
This commit is contained in:
parent
58668339bc
commit
1e97adc86b
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@ if(! nusb/usbd)
|
||||||
nusb/ether -t url $etherargs $id
|
nusb/ether -t url $etherargs $id
|
||||||
case 18d14ee3 0bb40003 10046344
|
case 18d14ee3 0bb40003 10046344
|
||||||
nusb/ether -t rndis $etherargs $id
|
nusb/ether -t rndis $etherargs $id
|
||||||
|
case 12092301 # keyboardio model 01 (IAD)
|
||||||
|
nusb/kb $id
|
||||||
# prevent attachment to nusb/kb for:
|
# prevent attachment to nusb/kb for:
|
||||||
case 054c0268 # sony dualshock 3 (ps3) controller
|
case 054c0268 # sony dualshock 3 (ps3) controller
|
||||||
case *
|
case *
|
||||||
|
|
Loading…
Reference in a new issue