Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 154 → Rev 155

/shark/trunk/drivers/oldchar/8042.c
20,11 → 20,11
 
/**
------------
CVS : $Id: 8042.c,v 1.2 2003-04-30 14:30:02 pj Exp $
CVS : $Id: 8042.c,v 1.3 2003-04-30 14:40:14 pj Exp $
 
File: $File$
Revision: $Revision: 1.2 $
Last update: $Date: 2003-04-30 14:30:02 $
Revision: $Revision: 1.3 $
Last update: $Date: 2003-04-30 14:40:14 $
------------
 
8042.h
506,7 → 506,7
c=C8042_sendctrldata(KBD_CCMD_KBD_TEST);
if (c) return -10;
c=C8042_readdata();
#ifdef __KEYB_NO_INIT_CHECK__
#ifndef __KEYB_NO_INIT_CHECK__
if (c!=KBD_REPLY_KISTOK) return -2;
#endif
 
546,7 → 546,7
c=C8042_sendctrldata(KBD_CCMD_TEST_MOUSE);
if (c) return -12;
c=C8042_readdata();
#ifdef __KEYB_NO_INIT_CHECK__
#ifndef __KEYB_NO_INIT_CHECK__
if (c!=KBD_REPLY_MISTOK) return -13;
#endif