lkml.org 
[lkml]   [2010]   [Apr]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[066/139] drm/i915: Add no_lvds entry for the Clientron U800
    2.6.33-stable review patch.  If anyone has any objections, please let us know.

    ------------------

    From: Stefan Bader <stefan.bader@canonical.com>

    commit 9875557ee8247c3f7390d378c027b45c7535a224 upstream.

    BugLink: http://bugs.launchpad.net/ubuntu/bugs/544671

    This system claims to have a LVDS but has not.

    Signed-off-by: Stephane Graber <stgraber@ubuntu.com>
    Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
    Signed-off-by: Eric Anholt <eric@anholt.net>
    Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

    ---
    drivers/gpu/drm/i915/intel_lvds.c | 8 ++++++++
    1 file changed, 8 insertions(+)

    --- a/drivers/gpu/drm/i915/intel_lvds.c
    +++ b/drivers/gpu/drm/i915/intel_lvds.c
    @@ -899,6 +899,14 @@ static const struct dmi_system_id intel_
    DMI_MATCH(DMI_PRODUCT_VERSION, "AO00001JW"),
    },
    },
    + {
    + .callback = intel_no_lvds_dmi_callback,
    + .ident = "Clientron U800",
    + .matches = {
    + DMI_MATCH(DMI_SYS_VENDOR, "Clientron"),
    + DMI_MATCH(DMI_PRODUCT_NAME, "U800"),
    + },
    + },

    { } /* terminating entry */
    };



    \
     
     \ /
      Last update: 2010-04-22 22:23    [W:5.739 / U:0.216 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site