nusbrc: delect lenovo camera
This commit is contained in:
parent
f11526708e
commit
c7fd8fe47a
1 changed files with 5 additions and 5 deletions
|
@ -27,12 +27,12 @@ if(! bind -a '#u' /dev)
|
|||
case 010106
|
||||
nusb/ptp $id
|
||||
case *
|
||||
# HUAWEI E220 modem
|
||||
if(~ $2$3 12d11003)
|
||||
nusb/serial $id
|
||||
# FTDI
|
||||
if(~ $2 0403)
|
||||
switch($2$3){
|
||||
case 12d11003 *0403
|
||||
nusb/serial $id
|
||||
case 59862113
|
||||
nusb/cam $id
|
||||
}
|
||||
}
|
||||
}
|
||||
fn detach {
|
||||
|
|
Loading…
Reference in a new issue