diff options
author | kevlo <kevlo@FreeBSD.org> | 2013-12-06 15:27:42 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2013-12-06 15:27:42 +0000 |
commit | d9191318fce37dba20e08067d92ddd53a7bb9dd1 (patch) | |
tree | 77c47712be81f9c57749de62164afd7455a17eca /etc/devd | |
parent | ebd908fde4336f5fbbcb5626e7056d7a218f3b7a (diff) | |
download | FreeBSD-src-d9191318fce37dba20e08067d92ddd53a7bb9dd1.zip FreeBSD-src-d9191318fce37dba20e08067d92ddd53a7bb9dd1.tar.gz |
Regen.
Diffstat (limited to 'etc/devd')
-rw-r--r-- | etc/devd/usb.conf | 6 |
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 |