diff for duplicates of <1425416163-10700-2-git-send-email-linux@rainbow-software.org> diff --git a/a/1.txt b/N1/1.txt index f09e8f0..dbc59df 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -20,7 +20,7 @@ index 7429713..01b43e9 100644 - (read3X4(par, AddColReg) & 0xCF) | ((width & 0x300) >> 4)); + /* chips older than TGUI9660 have only 1 width bit in AddColReg */ + /* touching the other one breaks I2C/DDC */ -+ if (par->chip_id = TGUI9440 || par->chip_id = CYBER9320) ++ if (par->chip_id == TGUI9440 || par->chip_id == CYBER9320) + write3X4(par, AddColReg, + (read3X4(par, AddColReg) & 0xEF) | ((width & 0x100) >> 4)); + else diff --git a/a/content_digest b/N1/content_digest index dd0569a..bd3b30d 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\01425416163-10700-1-git-send-email-linux@rainbow-software.org\0" "From\0Ondrej Zary <linux@rainbow-software.org>\0" "Subject\0[PATCH 2/4] [resend] tridentfb: Fix set_lwidth on TGUI9440 and CYBER9320\0" - "Date\0Tue, 03 Mar 2015 20:56:01 +0000\0" + "Date\0Tue, 3 Mar 2015 21:56:01 +0100\0" "To\0Krzysztof Helt <krzysztof.h1@wp.pl>\0" "Cc\0linux-fbdev@vger.kernel.org" " Kernel development list <linux-kernel@vger.kernel.org>\0" @@ -29,7 +29,7 @@ "-\t\t (read3X4(par, AddColReg) & 0xCF) | ((width & 0x300) >> 4));\n" "+\t/* chips older than TGUI9660 have only 1 width bit in AddColReg */\n" "+\t/* touching the other one breaks I2C/DDC */\n" - "+\tif (par->chip_id = TGUI9440 || par->chip_id = CYBER9320)\n" + "+\tif (par->chip_id == TGUI9440 || par->chip_id == CYBER9320)\n" "+\t\twrite3X4(par, AddColReg,\n" "+\t\t (read3X4(par, AddColReg) & 0xEF) | ((width & 0x100) >> 4));\n" "+\telse\n" @@ -41,4 +41,4 @@ "-- \n" Ondrej Zary -d156e2ba077f323687fd85bb4ed4a23a6fdbc21cf1f63e5a670ce763a1d82f78 +71da9cc1a4e65564a2e9976435e232c0134f31b8d77d4a1b93005f8b0b7db2f4
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.