Comment 713 for bug 752542

Revision history for this message
hamish (hamish-b) wrote :

re. "reporting bugs" directions at https://github.com/Bumblebee-Project/bbswitch

I'd note that acpi_dump_info.c from the bbswitch github repo does not build on ubuntu 14.04 since the kernel function name changed. work-around patch in launchpad bug #1338404 and https://github.com/Bumblebee-Project/bbswitch/issues/95

"""
#include <linux/version.h>
#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 13, 0) && defined(ACPI_HANDLE)
#define DEVICE_ACPI_HANDLE(a) ACPI_HANDLE(a)
#endif
"""

thanks,
Hamish