summaryrefslogtreecommitdiffstats
path: root/etc/devd
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2013-12-27 08:06:23 +0000
committerkevlo <kevlo@FreeBSD.org>2013-12-27 08:06:23 +0000
commit6cedcd224cef49dbb4fe9c76c6ab883ecda2a28c (patch)
treea6a1142118de328307798ea35bf30d0d19ea0017 /etc/devd
parent9b429fdd7f2f5a17944ac941dd2d37c114d7b51a (diff)
downloadFreeBSD-src-6cedcd224cef49dbb4fe9c76c6ab883ecda2a28c.zip
FreeBSD-src-6cedcd224cef49dbb4fe9c76c6ab883ecda2a28c.tar.gz
Regen.
Diffstat (limited to 'etc/devd')
-rw-r--r--etc/devd/usb.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/devd/usb.conf b/etc/devd/usb.conf
index 1cfd51d..8a84b95 100644
--- a/etc/devd/usb.conf
+++ b/etc/devd/usb.conf
@@ -4625,7 +4625,7 @@ nomatch 32 {
match "bus" "uhub[0-9]+";
match "mode" "host";
match "vendor" "0x2001";
- match "product" "(0x3c09|0x3c0a|0x3c15|0x3c1a|0x3c1b)";
+ match "product" "(0x3c09|0x3c0a|0x3c15|0x3c1a|0x3c1b|0x3c20)";
action "kldload -n if_run";
};
@@ -5341,5 +5341,5 @@ nomatch 32 {
action "kldload -n umass";
};
-# 2576 USB entries processed
+# 2577 USB entries processed
OpenPOWER on IntegriCloud