summaryrefslogtreecommitdiffstats
path: root/etc/devd
diff options
context:
space:
mode:
Diffstat (limited to 'etc/devd')
-rw-r--r--etc/devd/usb.conf10
1 files changed, 1 insertions, 9 deletions
diff --git a/etc/devd/usb.conf b/etc/devd/usb.conf
index 5dbbd0a..568be15 100644
--- a/etc/devd/usb.conf
+++ b/etc/devd/usb.conf
@@ -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";
};
OpenPOWER on IntegriCloud