lkml.org 
[lkml]   [2013]   [Jun]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 43/84] drm/i915: no lvds quirk for hp t5740
    Date
    3.8.13.3 -stable review patch.  If anyone has any objections, please let me know.

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

    From: Ben Mesman <ben@bnc.nl>

    commit 45a211d75137b1ac869a8a758a6667f15827a115 upstream.

    Last year, a patch was made for the "HP t5740e Thin Client" (see
    http://lists.freedesktop.org/archives/dri-devel/2012-May/023245.html).
    This device reports an lvds panel, but does not really have one.

    The predecessor of this device is the "hp t5740", which also does not have
    an lvds panel. This patch will add the same quirk for this device.

    Signed-off-by: Ben Mesman <ben@bnc.nl>
    Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
    Signed-off-by: Kamal Mostafa <kamal@canonical.com>
    ---
    drivers/gpu/drm/i915/intel_lvds.c | 4 ++--
    1 file changed, 2 insertions(+), 2 deletions(-)

    diff --git a/drivers/gpu/drm/i915/intel_lvds.c b/drivers/gpu/drm/i915/intel_lvds.c
    index 8b383a6..2f0364d 100644
    --- a/drivers/gpu/drm/i915/intel_lvds.c
    +++ b/drivers/gpu/drm/i915/intel_lvds.c
    @@ -743,10 +743,10 @@ static const struct dmi_system_id intel_no_lvds[] = {
    },
    {
    .callback = intel_no_lvds_dmi_callback,
    - .ident = "Hewlett-Packard HP t5740e Thin Client",
    + .ident = "Hewlett-Packard HP t5740",
    .matches = {
    DMI_MATCH(DMI_BOARD_VENDOR, "Hewlett-Packard"),
    - DMI_MATCH(DMI_PRODUCT_NAME, "HP t5740e Thin Client"),
    + DMI_MATCH(DMI_PRODUCT_NAME, " t5740"),
    },
    },
    {
    --
    1.8.1.2


    \
     
     \ /
      Last update: 2013-06-18 01:21    [W:4.136 / U:0.188 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site