On Thu, Mar 15, 2012 at 03:56:23PM +0100, Carsten Emde wrote:
Changes from V4 to V5:
- Split the previous patch 2/2 into three patches to separately i) add the
module parameter, ii) add the quirk infrastructure, and iii) actually quirk the related machine.
Rename the module parameter variable to i915_panel_invert_brightness.
Make the module parameter variable tristate to either ignore the
quirk, consider the quirk, if any, or force inversion.
- Print an instruction along the description of the module parameter to
encourage people sending machine data, should another machine be found that needs to be quirked.
- Introduce the function intel_panel_compute_brightness where the
brightness calculation is handled.
Thanks, Chris, for these very valuable suggestions.
I've picked up patches 2-4 from this series, thanks. -Daniel