aboutsummaryrefslogtreecommitdiff
path: root/etc/devd
diff options
context:
space:
mode:
authorHans Petter Selasky <hselasky@FreeBSD.org>2011-06-27 20:32:19 +0000
committerHans Petter Selasky <hselasky@FreeBSD.org>2011-06-27 20:32:19 +0000
commit88bf23ef94f624c0d8a66239d308290368126f26 (patch)
tree90cdd7839e78ded0d6a9f4404d164d04647c1848 /etc/devd
parent68a108e6263b57dcf1b78b68ca80239479d7c51d (diff)
downloadsrc-88bf23ef94f624c0d8a66239d308290368126f26.tar.gz
src-88bf23ef94f624c0d8a66239d308290368126f26.zip
Regenerate usb.conf after r223566.
Notes
Notes: svn path=/head/; revision=223604
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 5dbbd0a8d327..568be15fba6b 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";
};