From 039198c1be1f58caf9823ea1978ad0ffda30b1fa Mon Sep 17 00:00:00 2001 From: hselasky Date: Thu, 6 Feb 2014 10:52:51 +0000 Subject: Regenerate usb.conf MFC after: 2 weeks --- etc/devd/usb.conf | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'etc/devd') diff --git a/etc/devd/usb.conf b/etc/devd/usb.conf index 45100e0..c8d252a 100644 --- a/etc/devd/usb.conf +++ b/etc/devd/usb.conf @@ -5313,6 +5313,24 @@ nomatch 32 { nomatch 32 { match "bus" "uhub[0-9]+"; match "mode" "host"; + match "intclass" "0xe0"; + match "intsubclass" "0x01"; + match "intprotocol" "0x03"; + action "kldload -n if_urndis"; +}; + +nomatch 32 { + match "bus" "uhub[0-9]+"; + match "mode" "host"; + match "intclass" "0xef"; + match "intsubclass" "0x01"; + match "intprotocol" "0x01"; + action "kldload -n if_urndis"; +}; + +nomatch 32 { + match "bus" "uhub[0-9]+"; + match "mode" "host"; match "intclass" "0xff"; match "intsubclass" "0x5d"; match "intprotocol" "0x01"; @@ -5381,5 +5399,5 @@ nomatch 32 { action "kldload -n umass"; }; -# 2619 USB entries processed +# 2621 USB entries processed -- cgit v1.1