xserver/hw/xfree86/os-support
Tobias Stoeckmann 9890e91265 hw/xfree86: Support ACPI without APM.
On systems with ACPI but disabled APM (e.g. --disable-linux-apm)
the code does not compile due to preprocessor directives.

If APM is disabled, the final return statement is considered to
be part of ACPI's last if-statement, leading to a function which
has no final return statement at all.

I have refactored the code so ACPI and APM are independent of each
other.

Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
2020-04-30 18:45:35 +00:00
..
bsd Fix old-style definition warning for xf86OSInputThreadInit() 2019-04-17 13:57:20 +01:00
bus xfree86: Move DRICreatePCIBusID to xf86Pci.h 2017-06-22 10:53:08 -04:00
hurd Fix old-style definition warning for xf86OSInputThreadInit() 2019-04-17 13:57:20 +01:00
linux hw/xfree86: Support ACPI without APM. 2020-04-30 18:45:35 +00:00
misc Replace all checks for 'linux' macro with '__linux__' 2017-05-11 15:24:05 -04:00
shared xfree86: Test presence of isastream() 2019-11-22 15:22:43 -05:00
solaris Fix old-style definition warning for xf86OSInputThreadInit() 2019-04-17 13:57:20 +01:00
stub Fix old-style definition warning for xf86OSInputThreadInit() 2019-04-17 13:57:20 +01:00
Makefile.am xfree86: Add stubs for os-support to help adding new architecture support 2011-10-15 21:18:47 -07:00
int10Defines.h Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
meson.build meson: fix builds on Solaris 11.4 2019-09-23 16:28:42 -07:00
xf86OSpriv.h xfree86: Remove xf86LinearVidMem 2014-09-16 11:58:53 -04:00
xf86_OSlib.h os, xfree86: Stop being so weird about <limits.h> 2017-05-12 09:49:07 -04:00
xf86_OSproc.h Add xf86OSInputThreadInit call from common layer into os-support layer 2019-02-25 15:48:03 +00:00