index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
input
/
ps2.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-27
hppa: add emulation of LASI PS2 controllers
Sven Schnelle
1
-0
/
+5
2020-01-27
ps2: accept 'Set Key Make and Break' commands
Sven Schnelle
1
-0
/
+10
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
1
-1
/
+1
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
1
-1
/
+0
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include sysemu/reset.h a lot less
Markus Armbruster
1
-0
/
+2
2018-12-18
qmp hmp: Make system_wakeup check wake-up support and run state
Daniel Henrique Barboza
1
-3
/
+3
2018-11-27
ps2kbd: default to scan enabled after reset
Hervé Poussineau
1
-1
/
+1
2018-10-02
ps2: prevent changing irq state on save and load
Pavel Dovgalyuk
1
-2
/
+6
2018-06-18
ps2: check PS2Queue wptr pointer in post_load routine
liujunjie
1
-1
/
+1
2018-05-15
ps2: Fix mouse stream corruption due to lost data
Geoffrey McRae
1
-29
/
+95
2018-05-15
ps2: Clear the PS/2 queue and obey disable
Geoffrey McRae
1
-0
/
+11
2018-01-29
hw: convert ps2 device to keycodemapdb
Daniel P. Berrange
1
-399
/
+7
2018-01-29
ps2: check PS2Queue pointers in post_load routine
Prasad J Pandit
1
-12
/
+9
2017-10-23
ps2: fix scancodes sent for Ctrl+Pause key combination
Daniel P. Berrange
1
-16
/
+35
2017-10-23
ps2: fix scancodess sent for Pause key in AT set 1
Daniel P. Berrange
1
-1
/
+1
2017-10-23
ps2: fix scancodes sent for Shift/Ctrl+Print key combination
Daniel P. Berrange
1
-0
/
+19
2017-10-23
ps2: fix scancodes sent for Alt-Print key combination (aka SysRq)
Daniel P. Berrange
1
-20
/
+117
2017-09-27
migration: pre_save return int
Dr. David Alan Gilbert
1
-2
/
+6
2017-07-28
ui: drop ac_search and ac_stop
Gerd Hoffmann
1
-4
/
+4
2017-07-27
ui: drop altgr and altgr_r QKeyCodes
Gerd Hoffmann
1
-2
/
+0
2017-07-27
ps2: enable multimedia keys
Gerd Hoffmann
1
-4
/
+0
2017-06-23
ps2: reset queue in ps2_reset_keyboard
Gerd Hoffmann
1
-0
/
+1
2017-06-23
ps2: add ps2_reset_queue
Gerd Hoffmann
1
-5
/
+10
2017-06-23
ps2: add and use PS2State typedef
Gerd Hoffmann
1
-7
/
+5
2017-01-31
ps2: add support for mice with extra/side buttons
Fabian Lesniak
1
-3
/
+5
2017-01-10
ps2: Fix lost scancodes by recent changes
OGAWA Hirofumi
1
-0
/
+10
2016-09-28
ps2: do not generate invalid key codes for unknown keys
Hervé Poussineau
1
-13
/
+7
2016-09-28
ps2: use QEMU qcodes instead of scancodes
Hervé Poussineau
1
-48
/
+485
2016-09-28
ps2: allow keycode translation for all scancode sets
Hervé Poussineau
1
-26
/
+97
2016-09-28
ps2: correctly handle 'get/set scancode' command
Hervé Poussineau
1
-3
/
+5
2016-09-28
ps2: reject unknown commands, instead of blindly accepting them
Hervé Poussineau
1
-1
/
+1
2016-04-08
ps2kbd: default to scancode_set 2, as with KBD_CMD_RESET
Hervé Poussineau
1
-1
/
+1
2016-03-18
qapi: Don't special-case simple union wrappers
Eric Blake
1
-3
/
+3
2016-03-05
ui: Shorten references into InputEvent
Eric Blake
1
-11
/
+16
2016-03-01
qapi: rename input buttons
Gerd Hoffmann
1
-2
/
+2
2016-01-29
hw: Clean up includes
Peter Maydell
1
-0
/
+1
2015-12-17
qapi: Change munging of CamelCase enum values
Eric Blake
1
-2
/
+2
2015-12-17
qapi: Don't let implicit enum MAX member collide
Eric Blake
1
-1
/
+1
2015-11-02
input: Convert to new qapi union layout
Eric Blake
1
-12
/
+12
2015-06-12
migration: Use normal VMStateDescriptions for Subsections
Juan Quintela
1
-7
/
+4
2015-02-10
Add trace to ps2.c.
Don Koch
1
-0
/
+16
2014-06-16
savevm: Remove all the unneeded version_minimum_id_old (x86)
Juan Quintela
1
-8
/
+4
2014-05-16
input: switch ps/2 mouse to new input api
Gerd Hoffmann
1
-15
/
+52
2014-05-16
input: switch ps/2 kbd to new input api
Gerd Hoffmann
1
-1
/
+24
2014-05-16
ps2: set ps/2 output buffer size as the same as kernel
Gonglei
1
-6
/
+68
2013-04-08
hw: move target-independent files to subdirectories
Paolo Bonzini
1
-0
/
+676