VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @48214   11 years vboxsync Added new PS/2 mouse implementation (currently disabled).
(edit) @48033   11 years vboxsync DevPS2: Support alternate KBC reset command.
(edit) @47571   11 years vboxsync include,Devices,Main,VirtualBox: multi-touch input.
(edit) @47259   11 years vboxsync pdmifs: fix putEventMT definition.
(edit) @47246   11 years vboxsync Setings: add multi-touch setting and fix combo mouse somewhat.
(edit) @47208   11 years vboxsync Devices/Input: more multi-touch plumbing.
(edit) @46932   11 years vboxsync Devices/Input/UsbMouse: add multi-touch mode to pfnReportModes in PDM.
(edit) @45025   12 years vboxsync Update PDMDEVREG initialization comment so they refer to pfnMemSetup …
(edit) @44806   12 years vboxsync DevPS2.cpp++: Drop two critsects in favor of the default device …
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @41560   13 years vboxsync Log which device triggered a reset.
(edit) @40280   13 years vboxsync Corrected a bunch of HC and GC uses in status codes.
(edit) @40040   13 years vboxsync Removed old keyboard code.
(edit) @39972   13 years vboxsync Updated struct testcase to see what breaks.
(edit) @39967   13 years vboxsync Is this any better?
(edit) @39965   13 years vboxsync Just being desperate.
(edit) @39964   13 years vboxsync Let us try without the enum.
(edit) @39959   13 years vboxsync New and improved PS/2 keyboard emulation.
(edit) @39091   13 years vboxsync More parameter warning fixes; made PciIch9 check the saved state version.
(edit) @38454   13 years vboxsync Minor scan set 3 fix.
(edit) @38383   13 years vboxsync Write obuf must ignore kbd interface state.
(edit) @38377   13 years vboxsync DevPS2: Reworked and improved the KBC emulation.
(edit) @37466   13 years vboxsync VMM,Devices: Automatically use a per-device lock instead of the giant …
(edit) @36989   14 years vboxsync kbd: Rough support for scan set 3.
(edit) @35353   14 years vboxsync Move the misc files the in src/VBox/Devices/ directory into a build/ …
(edit) @35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @34371   14 years vboxsync DevPS2: Removed code identified as incorrect in comment. I canot see …
(edit) @33928   14 years vboxsync DevPS2: typo
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @30595   14 years vboxsync DevPS2: Only call pfnSetActive if there is a driver attached
(edit) @30416   14 years vboxsync Devices/Input/DevPS2: fix tilt wheel reporting regression which …
(edit) @30013   15 years vboxsync scm cleanup.
(edit) @28909   15 years vboxsync Route input to PS/2 keyboard unless USB keyboard was explicitly activated.
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28455   15 years vboxsync DevPS2: Once OBF is set, do not change the type of the reported event.
(edit) @28079   15 years vboxsync Devices/Input/DevPS2: test a fix for a mouse reporting issue with …
(edit) @27797   15 years vboxsync misc compiler warning fixes, comment typos and other minor cleanups
(edit) @27463   15 years vboxsync Devices/Input/DevPS2: cleaned up some harmless messed up code and …
(edit) @27188   15 years vboxsync Devices/Input/DevPS2: make sure that the device is re-enabled when …
(edit) @27060   15 years vboxsync Devices, Main: add support for multiple pointing devices and let the …
(edit) @26925   15 years vboxsync Devices/Input/DevPS2: backed out the absolute reporting code, minus …
(edit) @26690   15 years vboxsync Devices/PS/2: do not report that the touchscreen is being touched, as …
(edit) @26650   15 years vboxsync pdmifs,DevPS2,DrvMouseQueue,MouseImpl: hungarian changes and some …
(edit) @26638   15 years vboxsync Devices, Main, pdmifs.h: changed the Main-to-Device absolute event …
(edit) @26624   15 years vboxsync Devices, Main, pdmifs.h: initial support for PS/2 touchscreen …
(edit) @26572   15 years vboxsync DevPS2.cpp: stop at column 130, please.
(edit) @26173   15 years vboxsync PDM: s/pCfgHandle/pCfg/g - part 2.
(edit) @26169   15 years vboxsync PDM: s/pDevHlp\(|R0|R3|RC\)/pHlp\1/g - PDMDEVINS.
(edit) @26165   15 years vboxsync PDM: s/szDeviceName/szName/g - PDMDEVREG & PDMUSBREG.
(edit) @26160   15 years vboxsync PDM: s/pDevReg/pReg/g
(edit) @26157   15 years vboxsync PDMDEVHLPR3 cleanup; reduced the number of strict functions.
(edit) @26001   15 years vboxsync PDM,*: Redid the PDM structure versions. Check the instance and helper …
(edit) @25985   15 years vboxsync pdmifs.h: the final batch of refactored interface ID code.
(edit) @25971   15 years vboxsync pdmifs.h: another batch of _IID changes.
(edit) @25969   15 years vboxsync pdmifs.h: Converted the mouse interface ids. Committing early to see …
(edit) @25966   15 years vboxsync PDMIBASE refactoring; use UUID as interface IDs.
(edit) @25732   15 years vboxsync PDMCritSect: Deployed lock ordering. (ring-3 only, only DEBUG_bird atm)
(edit) @24396   15 years vboxsync DevPS2: Added qemu code to emulate turning off scancode translation in …
(edit) @23690   15 years vboxsync Devices/DevPS2: we only send an additional packet in ImEX mode, so …
(edit) @22909   15 years vboxsync DevPS.cpp: svn:keywords.
(edit) @22903   15 years vboxsync DevPS2.cpp: use SSM and avoid silly casts.
(edit) @22858   15 years vboxsync Devices/Input/DevPS2: cleaned out all non-VBox-code
(edit) @22810   15 years vboxsync FE/Qt, Devices/Input, Main, FE/*: upgrade mouse device to an MS …
(edit) @22793   15 years vboxsync SSM,*: Renamed phase to pass (uPhase/SSM_PHASE_FINAL) and wrote the …
(edit) @22584   15 years vboxsync Devices: tab
(edit) @22480   15 years vboxsync SSM,VMM,Devices,Main,VBoxBFE: Live snapshot/migration SSM API adjustments.
(edit) @22462   15 years vboxsync Reverted unintentionally committed change.
(edit) @22461   15 years vboxsync DevPS2: Protect the internal device state with a PDM critsect.
(edit) @22277   15 years vboxsync PDMDRVREG change (big changeset).
(edit) @21188   15 years vboxsync Add hotplug flag to PDMR3DeviceAttach/Detach
(edit) @20374   15 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
(edit) @20367   15 years vboxsync Devices: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @19614   16 years vboxsync Main and Devices: absolute mouse support: do not send a mouse movement …
(edit) @12977   16 years vboxsync #1865: Updated PDMDEVREG with pfnSoftReset, u32VersionEnd and some …
(edit) @12969   16 years vboxsync #1865: PDMINS.
(edit) @11303   16 years vboxsync pdm: Retired PPDMDEVINSGC.
(edit) @11284   16 years vboxsync Devices: %Vrc -> %Rrc (just preferred, not mandatory (yet))
(edit) @11269   16 years vboxsync Devices: pData -> pThis.
(edit) @11268   16 years vboxsync Devices: ELEMENTS -> RT_ELEMENTS.
(edit) @11266   16 years vboxsync Devices: VBOX_SUCCESS/FAILURE -> RT_SUCCESS/FAILURE.
(edit) @11196   16 years vboxsync DevPS2: some AssertLogRel in attach.
(edit) @11195   16 years vboxsync DevPS2: cosmetics.
(edit) @11194   16 years vboxsync #1865: DevPS2.
(edit) @8170   17 years vboxsync Rebranding: replacing more innotek strings.
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @6102   17 years vboxsync Implemented 8042 command E0h, read test inputs.
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @4787   17 years vboxsync Eliminated HCPTRTYPE and replaced with R3R0PTRTYPE where necessary.
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @4014   17 years vboxsync Use pdmdrv.h and pdmdev.h where appropirate.
(edit) @3265   17 years vboxsync NACK mouse commands we don't implement (not doing so slows down OS/2 …
(edit) @2981   18 years vboxsync InnoTek -> innotek: all the headers and comments.
(copy) @2246   18 years vboxsync Input/pckbd.c => Input/DevPS2.cpp
copied from trunk/src/VBox/Devices/Input/pckbd.c
(edit) @1855   18 years vboxsync PDMDevHlpDriverAttach
Note: See TracRevisionLog for help on using the revision log.

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