Regenerate usb.conf
This commit is contained in:
parent
3b07bb2a64
commit
96842052d3
@ -4741,6 +4741,14 @@ nomatch 32 {
|
||||
action "kldload -n if_axe";
|
||||
};
|
||||
|
||||
nomatch 32 {
|
||||
match "bus" "uhub[0-9]+";
|
||||
match "mode" "host";
|
||||
match "vendor" "0x17ef";
|
||||
match "product" "0x7205";
|
||||
action "kldload -n if_ure";
|
||||
};
|
||||
|
||||
nomatch 32 {
|
||||
match "bus" "uhub[0-9]+";
|
||||
match "mode" "host";
|
||||
@ -5097,7 +5105,7 @@ nomatch 32 {
|
||||
match "bus" "uhub[0-9]+";
|
||||
match "mode" "host";
|
||||
match "vendor" "0x2001";
|
||||
match "product" "(0x7d02|0x7e12|0xa707|0xa805)";
|
||||
match "product" "(0x7d02|0x7e12|0x7e35|0xa707|0xa805|0xab00)";
|
||||
action "kldload -n u3g";
|
||||
};
|
||||
|
||||
@ -5905,5 +5913,5 @@ nomatch 32 {
|
||||
action "kldload -n umass";
|
||||
};
|
||||
|
||||
# 2754 USB entries processed
|
||||
# 2757 USB entries processed
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user