[parisc-linux-cvs] 2.4.17-pa2

Thomas Bogendoerfer tsbogend@alpha.franken.de
Fri, 4 Jan 2002 23:48:15 +0100


I've enabled CRX cards for stifb after testing it on my 730 (0.9.3 worked
out of the box on that machine).

Thomas.

Index: stifb.c
===================================================================
RCS file: /var/cvs/linux/drivers/video/sti/stifb.c,v
retrieving revision 1.26
diff -u -p -r1.26 stifb.c
--- stifb.c	2001/12/05 23:17:06	1.26
+++ stifb.c	2002/01/04 22:46:58
@@ -1231,6 +1231,7 @@ stifb_init_fb(struct sti_struct *sti, in
 	if ((fb->id != S9000_ID_ARTIST) &&
 	    (fb->id != S9000_ID_HCRX) &&
 	    (fb->id != S9000_ID_TIMBER) &&
+	    (fb->id != S9000_ID_A1659A) &&
 	    (fb->id != CRT_ID_VISUALIZE_EG)) {
 		return -ENXIO;
 	}

-- 
Crap can work. Given enough thrust pigs will fly, but it's not necessary a
good idea.                                 [ Alexander Viro on linux-kernel ]