Regenerate usb.conf after r223566.

This commit is contained in:
Hans Petter Selasky 2011-06-27 20:32:19 +00:00
parent 68a108e626
commit 88bf23ef94

View File

@ -1533,15 +1533,7 @@ nomatch 32 {
match "bus" "uhub[0-9]+";
match "mode" "host";
match "vendor" "0x083a";
match "product" "0x4506";
action "kldload if_uath";
};
nomatch 32 {
match "bus" "uhub[0-9]+";
match "mode" "host";
match "vendor" "0x083a";
match "product" "0x4506";
match "product" "(0x4505|0x4506)";
action "kldload if_zyd";
};