summaryrefslogtreecommitdiffstats
path: root/etc/devd
diff options
context:
space:
mode:
Diffstat (limited to 'etc/devd')
-rw-r--r--etc/devd/usb.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/devd/usb.conf b/etc/devd/usb.conf
index d9704fc..1cfd51d 100644
--- a/etc/devd/usb.conf
+++ b/etc/devd/usb.conf
@@ -3825,7 +3825,7 @@ nomatch 32 {
match "bus" "uhub[0-9]+";
match "mode" "host";
match "vendor" "0x148f";
- match "product" "(0x2770|0x2870|0x3070|0x3071|0x3072|0x3370|0x3572|0x5370|0x8070)";
+ match "product" "(0x2770|0x2870|0x3070|0x3071|0x3072|0x3370|0x3572|0x5370|0x5572|0x8070)";
action "kldload -n if_run";
};
@@ -4625,7 +4625,7 @@ nomatch 32 {
match "bus" "uhub[0-9]+";
match "mode" "host";
match "vendor" "0x2001";
- match "product" "(0x3c09|0x3c0a|0x3c15|0x3c1b)";
+ match "product" "(0x3c09|0x3c0a|0x3c15|0x3c1a|0x3c1b)";
action "kldload -n if_run";
};
@@ -5341,5 +5341,5 @@ nomatch 32 {
action "kldload -n umass";
};
-# 2574 USB entries processed
+# 2576 USB entries processed
OpenPOWER on IntegriCloud