Deleted Added
full compact
devd.conf (179805) devd.conf (180062)
1# $FreeBSD: head/etc/devd.conf 179805 2008-06-15 13:26:25Z kmacy $
1# $FreeBSD: head/etc/devd.conf 180062 2008-06-27 12:04:36Z rpaulo $
2#
3# Refer to devd.conf(5) and devd(8) man pages for the details on how to
4# run and configure devd.
5#
6
7# NB: All regular expressions have an implicit ^$ around them.
8# NB: device-name is shorthand for 'match device-name'
9

--- 240 unchanged lines hidden (view full) ---

250 action "/etc/rc.suspend acpi $notify";
251};
252notify 10 {
253 match "system" "ACPI";
254 match "subsystem" "Resume";
255 action "/etc/rc.resume acpi $notify";
256};
257
2#
3# Refer to devd.conf(5) and devd(8) man pages for the details on how to
4# run and configure devd.
5#
6
7# NB: All regular expressions have an implicit ^$ around them.
8# NB: device-name is shorthand for 'match device-name'
9

--- 240 unchanged lines hidden (view full) ---

250 action "/etc/rc.suspend acpi $notify";
251};
252notify 10 {
253 match "system" "ACPI";
254 match "subsystem" "Resume";
255 action "/etc/rc.resume acpi $notify";
256};
257
258# The next blocks enable volume hotkeys that can be found on the Asus EeePC
259notify 0 {
260 match "system" "ACPI";
261 match "subsystem" "ASUS-Eee";
262 match "notify" "0x13";
263 action "mixer 0";
264};
265
266notify 0 {
267 match "system" "ACPI";
268 match "subsystem" "ASUS-Eee";
269 match "notify" "0x14";
270 action "mixer vol -10";
271};
272
273notify 0 {
274 match "system" "ACPI";
275 match "subsystem" "ASUS-Eee";
276 match "notify" "0x15";
277 action "mixer vol +10";
278};
279
258/* EXAMPLES TO END OF FILE
259
260# The following might be an example of something that a vendor might
261# install if you were to add their device. This might reside in
262# /usr/local/etc/devd/deqna.conf. A deqna is, in this hypothetical
263# example, a pccard ethernet-like device. Students of history may
264# know other devices by this name, and will get the in-jokes in this
265# entry.

--- 43 unchanged lines hidden ---
280/* EXAMPLES TO END OF FILE
281
282# The following might be an example of something that a vendor might
283# install if you were to add their device. This might reside in
284# /usr/local/etc/devd/deqna.conf. A deqna is, in this hypothetical
285# example, a pccard ethernet-like device. Students of history may
286# know other devices by this name, and will get the in-jokes in this
287# entry.

--- 43 unchanged lines hidden ---