cvs commit: src/sys/dev/acpica acpi_video.c

[ Available lists | Index of cvs-src-old | Month of Mar 2010 | Week of 10 Mar 2010 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Jung-uk Kim <jkim@FreeBSD.org>
Date
10 Mar 2010 17:58:46
Subject
cvs commit: src/sys/dev/acpica acpi_video.c
Message-ID
201003101758.o2AHwkqB000557@repoman.freebsd.org


[ Hide this part ]
jkim        2010-03-10 17:58:32 UTC

FreeBSD src repository

Modified files: (Branch: RELENG_8)
sys/dev/acpica acpi_video.c
Log:
SVN rev 204963 on 2010-03-10 17:58:32Z by jkim

MFC: r197438, r203810, r203813, r203935, r203936

Sync acpi_video(4) with HEAD.

r197438:
Uninline an instance of STAILQ_FOREACH_SAFE().

r203810:
Implement LCD brightness control notify handler.

r203813:
Make sanity check slightly more useful and tweak an error message.

r203935:
Add support for `cycle' and `zero' events for LCD brightness control.

r203936:
Rename some macros to clarify their intentions and fix style nits.

Revision Changes Path
1.14.2.4 +140 -37 src/sys/dev/acpica/acpi_video.c


Elapsed time: 0.075 seconds