# HG changeset patch # User Paul Boddie # Date 1612129634 -3600 # Node ID b0145ae94a490f296839182dc14beb523d318985 # Parent 64fb2fa9968068ec07b85e54366f6ba33f68070c# Parent 6fb955a6d639852bc40e3b9c153c44e0996066f6 Merged changes from the default branch. diff -r 64fb2fa99680 -r b0145ae94a49 pkg/devices/lib/panel/src/letux400/panel-letux400.c --- a/pkg/devices/lib/panel/src/letux400/panel-letux400.c Sun Jan 31 00:49:22 2021 +0100 +++ b/pkg/devices/lib/panel/src/letux400/panel-letux400.c Sun Jan 31 22:47:14 2021 +0100 @@ -1,7 +1,7 @@ /* * Export a panel structure for the Letux 400 notebook computer. * - * Copyright (C) 2018 Paul Boddie + * Copyright (C) 2018, 2021 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -25,7 +25,6 @@ static struct Jz4740_lcd_panel panel = { .config = ( Jz4740_lcd_mode_tft_generic - | Jz4740_lcd_pclock_negative | Jz4740_lcd_hsync_negative | Jz4740_lcd_vsync_negative | Jz4740_lcd_de_positive),