Deleted Added
full compact
devd.conf (184663) devd.conf (186249)
1# $FreeBSD: head/etc/devd.conf 184663 2008-11-04 23:03:36Z delphij $
1# $FreeBSD: head/etc/devd.conf 186249 2008-12-17 19:12:30Z thompsa $
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

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

272
273notify 0 {
274 match "system" "ACPI";
275 match "subsystem" "ASUS";
276 match "notify" "0x30";
277 action "mixer vol +10";
278};
279
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

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

272
273notify 0 {
274 match "system" "ACPI";
275 match "subsystem" "ASUS";
276 match "notify" "0x30";
277 action "mixer vol +10";
278};
279
280# The next blocks enable volume hotkeys that can be found on the Asus EeePC
281# The four keys above the keyboard notify 0x1a through to 0x1d respectively
282notify 0 {
283 match "system" "ACPI";
284 match "subsystem" "ASUS-Eee";
285 match "notify" "0x13";
286 action "mixer 0";
287};
288
289notify 0 {
290 match "system" "ACPI";
291 match "subsystem" "ASUS-Eee";
292 match "notify" "0x14";
293 action "mixer vol -10";
294};
295
296notify 0 {
297 match "system" "ACPI";
298 match "subsystem" "ASUS-Eee";
299 match "notify" "0x15";
300 action "mixer vol +10";
301};
302
303/* EXAMPLES TO END OF FILE
304
305# The following might be an example of something that a vendor might
306# install if you were to add their device. This might reside in
307# /usr/local/etc/devd/deqna.conf. A deqna is, in this hypothetical
308# example, a pccard ethernet-like device. Students of history may
309# know other devices by this name, and will get the in-jokes in this
310# 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 ---