Patch Hunks Failing
Steve Holmes
steve at holmesgrown.com
Mon May 1 17:02:24 EDT 2006
-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160
I just now tried patching a 2.6.16.12 kernel with the latest CVS of
speakup and I get a single hunk failure with vt.c; I will attach the
rej file below. This is the regular vt100 driver in the char directory
just above speakup. I always feel uncomfortable with patch failures
with speakup.
- ----- begin rej file -----
***************
*** 2081,2087 ****
}
if (vc->vc_decim)
insert_char(vc, 1);
- - speakup_con_write(vc, (char *) &tc, 1);
scr_writew(himask ?
((vc->vc_attr << 8) & ~himask) + ((tc & 0x100) ? himask : 0) + (tc & 0xff) :
(vc->vc_attr << 8) + tc,
- --- 2081,2087 ----
}
if (vc->vc_decim)
insert_char(vc, 1);
+ speakup_con_write(vc, (char *) &c, 1);
scr_writew(himask ?
((vc->vc_attr << 8) & ~himask) + ((tc & 0x100) ? himask : 0) + (tc & 0xff) :
(vc->vc_attr << 8) + tc,
- ----- end rej file -----
- --
HolmesGrown Solutions
The best solutions for the best price!
http://ld.net/?holmesgrown
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.7 (GNU/Linux)
iD8DBQFEVndcWSjv55S0LfERAyyGAJ9MdKGAWP7S6JhB6up/KghrVCfGxQCfQVDK
es44e1kBJjN7qvK0ibUAQqo=
=Xek+
-----END PGP SIGNATURE-----
More information about the Speakup
mailing list