[Bug 511965] Re: [i915][kms] kernel backlight interface missing for macbooks
Eric
etmeek at gmail.com
Sat May 8 22:01:21 UTC 2010
adding the below to my drivers/video/backlight/mbp_nvidia_bl.c fixed the
problem for me on my MacBookPro1,1 after recompiling and inserting the
module
{
.callback = mbp_dmi_match,
.ident = "MacBookPro 1,1",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Apple Computer, Inc."),
DMI_MATCH(DMI_PRODUCT_NAME, "MacBookPro1,1"),
},
.driver_data = (void *)&intel_chipset_data,
},
--
[i915][kms] kernel backlight interface missing for macbooks
https://bugs.launchpad.net/bugs/511965
You received this bug notification because you are a member of Kernel
Bugs, which is subscribed to linux in ubuntu.
More information about the kernel-bugs
mailing list