Home
last modified time | relevance | path

Searched refs:xmon_adb_shiftstate (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/arch/ppc/xmon/
Dstart.c294 static int xmon_adb_shiftstate; variable
337 xmon_adb_shiftstate = (k & 0x80) == 0; in xmon_get_adb_key()
342 k = (xmon_adb_shiftstate? xmon_shift_keytab: xmon_keytab)[k]; in xmon_get_adb_key()