genode/repos/os/src
Christian Helmuth d909715f1b input/ps2: drop fake right-shift scancodes
Seen on X250

Description from https://www.win.tue.nl/~aeb/linux/kbd/scancodes-1.html

  The ten grey keys Insert, Home, PgUp, Delete, End, PgDn, Up, Left,
  Down, Right are supposed to function regardless of the state of Shift
  and NumLock keys. But for an old AT keyboard the keypad keys would
  produce digits when Numlock was on or Shift was down. Therefore, in
  order to fool old programs, fake scancodes are sent: when LShift is
  down, and Insert is pressed, e0 aa e0 52 is sent; upon release of
  Insert e0 d2 e0 2a is sent. In other words, a fake LShift-up and fake
  LShift-down are inserted.

Fixes #2888
2018-08-28 16:48:45 +02:00
..
app init: preserve final state of exited children 2018-07-03 09:39:30 +02:00
drivers input/ps2: drop fake right-shift scancodes 2018-08-28 16:48:45 +02:00
init base: rm first-class support for static binaries 2018-08-02 14:36:38 +02:00
lib VFS: add an error to to the Sync_result enum 2018-08-02 14:36:49 +02:00
server Serve empty dataspace for empty files at cached_fs_rom 2018-08-28 16:45:25 +02:00
test File_system packet processing test 2018-08-02 14:36:36 +02:00