diff for duplicates of <1427054147-26158-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 fd82f28..8a811ae 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\01427054147-26158-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\0Sun, 22 Mar 2015 19:55:45 +0000\0" + "Date\0Sun, 22 Mar 2015 20:55:45 +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 -2de411b1278ba338bbd8fb5deea58769621dc150fdec9e9494bbf92a330eeeb8 +ec2be79effc4c24042096700c7a998120b63c3ebddadfec8a06822a8209b4a69
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.