<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/etc/devd.conf, branch release/8.4.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F8.4.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F8.4.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2013-03-04T05:46:54Z</updated>
<entry>
<title>MFC r226775:</title>
<updated>2013-03-04T05:46:54Z</updated>
<author>
<name>Hiroki Sato</name>
<email>hrs@FreeBSD.org</email>
</author>
<published>2013-03-04T05:46:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=39d96b458e863157a48f753754f1b79ddb9ed1ec'/>
<id>urn:sha1:39d96b458e863157a48f753754f1b79ddb9ed1ec</id>
<content type='text'>
- Add support for a "!" character in regex matching in devd(8).  It inverts
  the logic (true/false) of the matching.

- Add "!usbus[0-9]+" to IFNET ATTACH notification handler in the default
  devd.conf to prevent rc.d/netif from running when usbus[0-9]+ is attached.
</content>
</entry>
<entry>
<title>MFC r233090 and r240891:</title>
<updated>2012-10-01T05:57:48Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2012-10-01T05:57:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4d96ca9a861806205f7fc60f89d95cb2e7a0c9e3'/>
<id>urn:sha1:4d96ca9a861806205f7fc60f89d95cb2e7a0c9e3</id>
<content type='text'>
The UMS module is now loaded by rules in /etc/devd/usb.conf.
Improve moused when used with USB mouse devices.
</content>
</entry>
<entry>
<title>MFC r225861:</title>
<updated>2011-11-26T16:38:16Z</updated>
<author>
<name>Warren Block</name>
<email>wblock@FreeBSD.org</email>
</author>
<published>2011-11-26T16:38:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=726539087b255c83c60573ed0c8149c5ec1fddba'/>
<id>urn:sha1:726539087b255c83c60573ed0c8149c5ec1fddba</id>
<content type='text'>
Fix a confusing sentence.
Other wording tweaks.

Approved by:	gjb (mentor)
</content>
</entry>
<entry>
<title>MFC r216983:</title>
<updated>2011-01-07T18:32:03Z</updated>
<author>
<name>Josh Paetzel</name>
<email>jpaetzel@FreeBSD.org</email>
</author>
<published>2011-01-07T18:32:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6585a190b3322aa36410c647701929bc69d11069'/>
<id>urn:sha1:6585a190b3322aa36410c647701929bc69d11069</id>
<content type='text'>
Fix typo in comment.

Approved by:	Warner Losh &lt;imp@FreeBSd.org&gt;
</content>
</entry>
<entry>
<title>MFC r215195</title>
<updated>2010-12-06T22:45:29Z</updated>
<author>
<name>Maksim Yevmenkin</name>
<email>emax@FreeBSD.org</email>
</author>
<published>2010-12-06T22:45:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=62ee2d80dd03c87f317af89adfd2039c6c0eab45'/>
<id>urn:sha1:62ee2d80dd03c87f317af89adfd2039c6c0eab45</id>
<content type='text'>
Add firmware downloader for Atheros AR3011 based USB Bluetooth devices.

Hardware donated by:	Rusty Nejdl rnejdl at ringofsaturn dot com
Tested by:		Rusty Nejdl rnejdl at ringofsaturn dot com
Tested by:		Andrzej Tobola ato at iem dot pw dot edu dot pl
Approved by:		re
</content>
</entry>
<entry>
<title>MFC 208060:</title>
<updated>2010-05-14T19:28:16Z</updated>
<author>
<name>Doug Barton</name>
<email>dougb@FreeBSD.org</email>
</author>
<published>2010-05-14T19:28:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a00383a2d6110ff6bd20e2a057574d24259a67f3'/>
<id>urn:sha1:a00383a2d6110ff6bd20e2a057574d24259a67f3</id>
<content type='text'>
Remove trailing white space. No functional changes.
</content>
</entry>
<entry>
<title>MFC r207020, r207027, r207072.</title>
<updated>2010-04-29T22:40:12Z</updated>
<author>
<name>Andrew Thompson</name>
<email>thompsa@FreeBSD.org</email>
</author>
<published>2010-04-29T22:40:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=176b25ad5ca2d289110200e80116d88b213bca1b'/>
<id>urn:sha1:176b25ad5ca2d289110200e80116d88b213bca1b</id>
<content type='text'>
 Change usb devd events from fake attach to a notify. The ugen device is not a
 proper device_t so it faked the devctl event to appear like one, this is now a
 notify which allows more information to be passed.

 We notify for both the device attach/detach and for each usb interface. A devd
 rule can now match on the interface properties, including composite devices
 which may have a uvideo interface and also usound and possibly uhid too.

 An example to match a umass device with a scsi subclass and BBB protocol would be

 notify 100 {
 	match "system"          "USB";
 	match "subsystem"       "INTERFACE";
 	match "type"            "ATTACH";
 	match "intclass"        "0x08";
 	match "intsubclass"     "0x06";
 	match "intprotocol"     "0x50";
 	action ...
 };

 The old attach devctl event has been retained for the moment to make merging to
 8.1 easier. This was never compatible with 7.x or earlier due to the ugen regex
 change needed.

 Document the new USB notification types.
</content>
</entry>
<entry>
<title>o Add missed semicolon in action script.</title>
<updated>2009-05-16T15:12:56Z</updated>
<author>
<name>Maxim Konovalov</name>
<email>maxim@FreeBSD.org</email>
</author>
<published>2009-05-16T15:12:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=36744d51a64166bef17df1555239cf0b45120a17'/>
<id>urn:sha1:36744d51a64166bef17df1555239cf0b45120a17</id>
<content type='text'>
PR:		conf/134579
Submitted by:	Lucius Windschuh
MFC after:	1 week
</content>
</entry>
<entry>
<title>Remove DETACH event handling; this is race prone and does nothing useful.</title>
<updated>2009-01-26T23:05:50Z</updated>
<author>
<name>Sam Leffler</name>
<email>sam@FreeBSD.org</email>
</author>
<published>2009-01-26T23:05:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e3033defcc77bf5f695b2625c29e1efe1cf8e5bd'/>
<id>urn:sha1:e3033defcc77bf5f695b2625c29e1efe1cf8e5bd</id>
<content type='text'>
Leave a comment for the next person that thinks they need to be helpful.

Reviewed by:	imp, jhb
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Move another block of ASUS events to devd/asus.conf that were missed in r186249</title>
<updated>2008-12-23T15:47:31Z</updated>
<author>
<name>Andrew Thompson</name>
<email>thompsa@FreeBSD.org</email>
</author>
<published>2008-12-23T15:47:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8c2b8f8d4978bd45e7af8adc190d5ec7b74ac352'/>
<id>urn:sha1:8c2b8f8d4978bd45e7af8adc190d5ec7b74ac352</id>
<content type='text'>
</content>
</entry>
</feed>
