Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4338 → Rev 4337

/branches/dynload/uspace/srv/kbd/Makefile
92,10 → 92,6
GENARCH_SOURCES += \
genarch/src/nofb.c
endif
ifeq ($(ARCH), mips32eb)
GENARCH_SOURCES += \
genarch/src/nofb.c
endif
 
GENERIC_OBJECTS := $(addsuffix .o,$(basename $(GENERIC_SOURCES)))
ARCH_OBJECTS := $(addsuffix .o,$(basename $(ARCH_SOURCES)))
/branches/dynload/uspace/srv/kbd/genarch/src/nofb.c
59,11 → 59,8
{
static unsigned long buf = 0;
static int count = 0;
 
if (scan_code == '\r')
scan_code = '\n';
 
if (scan_code == 0x7e) {
if(scan_code == 0x7e) {
switch (buf) {
case KEY_F5:
keybuffer_push(keybuffer,FUNCTION_KEYS | 5);