Date: Thu, 6 Feb 2014 10:52:52 +0000 (UTC) From: Hans Petter Selasky <hselasky@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r261546 - head/etc/devd Message-ID: <201402061052.s16Aqq9l079140@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: hselasky Date: Thu Feb 6 10:52:51 2014 New Revision: 261546 URL: http://svnweb.freebsd.org/changeset/base/261546 Log: Regenerate usb.conf MFC after: 2 weeks Modified: head/etc/devd/usb.conf Modified: head/etc/devd/usb.conf ============================================================================== --- head/etc/devd/usb.conf Thu Feb 6 10:48:55 2014 (r261545) +++ head/etc/devd/usb.conf Thu Feb 6 10:52:51 2014 (r261546) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402061052.s16Aqq9l079140>