<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/modules/acpi, branch releng/10.2</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F10.2</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F10.2'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2013-05-20T23:52:49Z</updated>
<entry>
<title>Merge ACPICA 20130517.</title>
<updated>2013-05-20T23:52:49Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2013-05-20T23:52:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a9d8d09c46ec699e45f3fd46ca9abcf02e5baca9'/>
<id>urn:sha1:a9d8d09c46ec699e45f3fd46ca9abcf02e5baca9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>A driver for Intel Rapid Start Technology ACPI device.</title>
<updated>2013-05-08T12:53:21Z</updated>
<author>
<name>Takanori Watanabe</name>
<email>takawata@FreeBSD.org</email>
</author>
<published>2013-05-08T12:53:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=df07418447d156e79a85ca3db73a1d5a65228ffd'/>
<id>urn:sha1:df07418447d156e79a85ca3db73a1d5a65228ffd</id>
<content type='text'>
Note that it is just for 'Advanced' configuration for Rapid start technology.
</content>
</entry>
<entry>
<title>Merge ACPICA 20130418.</title>
<updated>2013-04-19T23:49:34Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2013-04-19T23:49:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=895f26a936215c6187ee6f713ce504921b6010e1'/>
<id>urn:sha1:895f26a936215c6187ee6f713ce504921b6010e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge ACPICA 20130214.</title>
<updated>2013-02-15T20:36:28Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2013-02-15T20:36:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9c48c75ed62587d422471fade1b0ceba2077bd20'/>
<id>urn:sha1:9c48c75ed62587d422471fade1b0ceba2077bd20</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge ACPICA 20121114.</title>
<updated>2012-11-20T21:01:59Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2012-11-20T21:01:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ed17e06e2cdf97a1c05c04d88ef6c54cbdb34871'/>
<id>urn:sha1:ed17e06e2cdf97a1c05c04d88ef6c54cbdb34871</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge ACPICA 20120816.</title>
<updated>2012-08-16T20:54:52Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2012-08-16T20:54:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1df130f1d47a88a3dd0b18f2ae44677f4b93ba88'/>
<id>urn:sha1:1df130f1d47a88a3dd0b18f2ae44677f4b93ba88</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge ACPICA 20120711.</title>
<updated>2012-07-11T23:18:35Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2012-07-11T23:18:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e8241eabbbf83f4cef70bce69981e9215496455a'/>
<id>urn:sha1:e8241eabbbf83f4cef70bce69981e9215496455a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add acpi_asus_wmi(4) -- driver for random extras found on WMI-compatible</title>
<updated>2012-07-02T08:31:29Z</updated>
<author>
<name>Alexander Motin</name>
<email>mav@FreeBSD.org</email>
</author>
<published>2012-07-02T08:31:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=461a98a2790cab1a2a2cf56071fc9db890ce3790'/>
<id>urn:sha1:461a98a2790cab1a2a2cf56071fc9db890ce3790</id>
<content type='text'>
Asus laptops. It is alike to acpi_asus(4), but uses WMI interface instead
of separate ACPI device.

On Asus EeePC T101MT netbook it allows to handle hotkeys and on/off WLAN,
Bluetooth, LCD backlight, camera, cardreader and touchpad.

On Asus UX31A ultrabook it allows to handle hotkeys, on/off WLAN, Bluetooth,
Wireless LED, control keyboard backlight brightness, monitor temperature
and fan speed. LCD brightness control doesn't work now for unknown reason,
possibly requiring some video card initialization.

Sponsored by:	iXsystems, Inc.
</content>
</entry>
<entry>
<title>Merge ACPICA 20120215.</title>
<updated>2012-02-16T22:59:29Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2012-02-16T22:59:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a159c266a93c3c4f229864954c5f963acd8f60f2'/>
<id>urn:sha1:a159c266a93c3c4f229864954c5f963acd8f60f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge ACPICA 20120111.</title>
<updated>2012-01-11T23:06:37Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2012-01-11T23:06:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ec3fc72f94b64840ffc88b4c376437ca7ee43fda'/>
<id>urn:sha1:ec3fc72f94b64840ffc88b4c376437ca7ee43fda</id>
<content type='text'>
</content>
</entry>
</feed>
