]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- it has been finally merged in 2.4.27, wow
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 2 Jul 2004 16:31:11 +0000 (16:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    linux-rivafb16.patch -> 1.2

linux-rivafb16.patch [deleted file]

diff --git a/linux-rivafb16.patch b/linux-rivafb16.patch
deleted file mode 100644 (file)
index 0348f64..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
---- linux-2.4.19/drivers/video/riva/accel.c.orig       Sat Aug  3 02:39:45 2002
-+++ linux-2.4.19/drivers/video/riva/accel.c    Thu Nov 28 12:08:49 2002
-@@ -293,8 +293,8 @@
- static inline void convert_bgcolor_16(u32 *col)
- {
--      *col = ((*col & 0x00007C00) << 9)
--             | ((*col & 0x000003E0) << 6)
-+      *col = ((*col & 0x0000F800) << 8)
-+             | ((*col & 0x000007E0) << 5)
-              | ((*col & 0x0000001F) << 3)
-              |          0xFF000000;
- }
This page took 0.152708 seconds and 4 git commands to generate.