VirtualBox

source: vbox/trunk/src/VBox/Devices/Input/DevPS2.cpp

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @38454   13 年 vboxsync Minor scan set 3 fix.
(edit) @38383   13 年 vboxsync Write obuf must ignore kbd interface state.
(edit) @38377   13 年 vboxsync DevPS2: Reworked and improved the KBC emulation.
(edit) @37466   13 年 vboxsync VMM,Devices: Automatically use a per-device lock instead of the giant …
(edit) @36989   14 年 vboxsync kbd: Rough support for scan set 3.
(edit) @35353   14 年 vboxsync Move the misc files the in src/VBox/Devices/ directory into a build/ …
(edit) @35346   14 年 vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @34371   14 年 vboxsync DevPS2: Removed code identified as incorrect in comment. I canot see …
(edit) @33928   14 年 vboxsync DevPS2: typo
(edit) @33540   14 年 vboxsync *: spelling fixes, thanks Timeless!
(edit) @30595   14 年 vboxsync DevPS2: Only call pfnSetActive if there is a driver attached
(edit) @30416   14 年 vboxsync Devices/Input/DevPS2: fix tilt wheel reporting regression which …
(edit) @30013   14 年 vboxsync scm cleanup.
(edit) @28909   15 年 vboxsync Route input to PS/2 keyboard unless USB keyboard was explicitly activated.
(edit) @28800   15 年 vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28455   15 年 vboxsync DevPS2: Once OBF is set, do not change the type of the reported event.
(edit) @28079   15 年 vboxsync Devices/Input/DevPS2: test a fix for a mouse reporting issue with …
(edit) @27797   15 年 vboxsync misc compiler warning fixes, comment typos and other minor cleanups
(edit) @27463   15 年 vboxsync Devices/Input/DevPS2: cleaned up some harmless messed up code and …
(edit) @27188   15 年 vboxsync Devices/Input/DevPS2: make sure that the device is re-enabled when …
(edit) @27060   15 年 vboxsync Devices, Main: add support for multiple pointing devices and let the …
(edit) @26925   15 年 vboxsync Devices/Input/DevPS2: backed out the absolute reporting code, minus …
(edit) @26690   15 年 vboxsync Devices/PS/2: do not report that the touchscreen is being touched, as …
(edit) @26650   15 年 vboxsync pdmifs,DevPS2,DrvMouseQueue,MouseImpl: hungarian changes and some …
(edit) @26638   15 年 vboxsync Devices, Main, pdmifs.h: changed the Main-to-Device absolute event …
(edit) @26624   15 年 vboxsync Devices, Main, pdmifs.h: initial support for PS/2 touchscreen …
(edit) @26572   15 年 vboxsync DevPS2.cpp: stop at column 130, please.
(edit) @26173   15 年 vboxsync PDM: s/pCfgHandle/pCfg/g - part 2.
(edit) @26169   15 年 vboxsync PDM: s/pDevHlp\(|R0|R3|RC\)/pHlp\1/g - PDMDEVINS.
(edit) @26165   15 年 vboxsync PDM: s/szDeviceName/szName/g - PDMDEVREG & PDMUSBREG.
(edit) @26160   15 年 vboxsync PDM: s/pDevReg/pReg/g
(edit) @26157   15 年 vboxsync PDMDEVHLPR3 cleanup; reduced the number of strict functions.
(edit) @26001   15 年 vboxsync PDM,*: Redid the PDM structure versions. Check the instance and helper …
(edit) @25985   15 年 vboxsync pdmifs.h: the final batch of refactored interface ID code.
(edit) @25971   15 年 vboxsync pdmifs.h: another batch of _IID changes.
(edit) @25969   15 年 vboxsync pdmifs.h: Converted the mouse interface ids. Committing early to see …
(edit) @25966   15 年 vboxsync PDMIBASE refactoring; use UUID as interface IDs.
(edit) @25732   15 年 vboxsync PDMCritSect: Deployed lock ordering. (ring-3 only, only DEBUG_bird atm)
(edit) @24396   15 年 vboxsync DevPS2: Added qemu code to emulate turning off scancode translation in …
(edit) @23690   15 年 vboxsync Devices/DevPS2: we only send an additional packet in ImEX mode, so …
(edit) @22909   15 年 vboxsync DevPS.cpp: svn:keywords.
(edit) @22903   15 年 vboxsync DevPS2.cpp: use SSM and avoid silly casts.
(edit) @22858   15 年 vboxsync Devices/Input/DevPS2: cleaned out all non-VBox-code
(edit) @22810   15 年 vboxsync FE/Qt, Devices/Input, Main, FE/*: upgrade mouse device to an MS …
(edit) @22793   15 年 vboxsync SSM,*: Renamed phase to pass (uPhase/SSM_PHASE_FINAL) and wrote the …
(edit) @22584   15 年 vboxsync Devices: tab
(edit) @22480   15 年 vboxsync SSM,VMM,Devices,Main,VBoxBFE: Live snapshot/migration SSM API adjustments.
(edit) @22462   15 年 vboxsync Reverted unintentionally committed change.
(edit) @22461   15 年 vboxsync DevPS2: Protect the internal device state with a PDM critsect.
(edit) @22277   15 年 vboxsync PDMDRVREG change (big changeset).
(edit) @21188   15 年 vboxsync Add hotplug flag to PDMR3DeviceAttach/Detach
(edit) @20374   15 年 vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
(edit) @20367   15 年 vboxsync Devices: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @19614   16 年 vboxsync Main and Devices: absolute mouse support: do not send a mouse movement …
(edit) @12977   16 年 vboxsync #1865: Updated PDMDEVREG with pfnSoftReset, u32VersionEnd and some …
(edit) @12969   16 年 vboxsync #1865: PDMINS.
(edit) @11303   16 年 vboxsync pdm: Retired PPDMDEVINSGC.
(edit) @11284   16 年 vboxsync Devices: %Vrc -> %Rrc (just preferred, not mandatory (yet))
(edit) @11269   16 年 vboxsync Devices: pData -> pThis.
(edit) @11268   16 年 vboxsync Devices: ELEMENTS -> RT_ELEMENTS.
(edit) @11266   16 年 vboxsync Devices: VBOX_SUCCESS/FAILURE -> RT_SUCCESS/FAILURE.
(edit) @11196   16 年 vboxsync DevPS2: some AssertLogRel in attach.
(edit) @11195   16 年 vboxsync DevPS2: cosmetics.
(edit) @11194   16 年 vboxsync #1865: DevPS2.
(edit) @8170   17 年 vboxsync Rebranding: replacing more innotek strings.
(edit) @8155   17 年 vboxsync The Big Sun Rebranding Header Change
(edit) @6102   17 年 vboxsync Implemented 8042 command E0h, read test inputs.
(edit) @5999   17 年 vboxsync The Giant CDDL Dual-License Header Change.
(edit) @4787   17 年 vboxsync Eliminated HCPTRTYPE and replaced with R3R0PTRTYPE where necessary.
(edit) @4071   17 年 vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @4014   17 年 vboxsync Use pdmdrv.h and pdmdev.h where appropirate.
(edit) @3265   17 年 vboxsync NACK mouse commands we don't implement (not doing so slows down OS/2 …
(edit) @2981   17 年 vboxsync InnoTek -> innotek: all the headers and comments.
(copy) @2246   18 年 vboxsync Input/pckbd.c => Input/DevPS2.cpp
trunk/src/VBox/Devices/Input/pckbd.c 複製
(edit) @1855   18 年 vboxsync PDMDevHlpDriverAttach
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette