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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/752542

Title:
  ACPI DSDT info

To manage notifications about this bug go to:
https://bugs.launchpad.net/bumblebee/+bug/752542/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to