VirtualBox

source: vbox/trunk/src/VBox/Devices/Input

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @27838   15 years vboxsync USB keyboard: avoid loosing keypresses due to missed URBs
(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) @27129   15 years vboxsync scm cleaned up some whitespace.
(edit) @27060   15 years vboxsync Devices, Main: add support for multiple pointing devices and let the …
(edit) @26966   15 years vboxsync UsbKbd: Sign fix.
(edit) @26965   15 years vboxsync UsbMouse: Implemented GET_STATUS request processing (for happy lsusb).
(edit) @26948   15 years vboxsync UsbKbd: Fixed broken keyboard report descriptor. Now works with Linux …
(edit) @26945   15 years vboxsync UsbKbd: Implemented GET_STATUS request processing.
(edit) @26935   15 years vboxsync pdmifs, Devices/Input, Main, FE/BFE: add support for absolute-only …
(edit) @26925   15 years vboxsync Devices/Input/DevPS2: backed out the absolute reporting code, minus …
(edit) @26875   15 years vboxsync UsbKbd: Avoided warning, but Pause key handling still needs to be …
(edit) @26870   15 years vboxsync USB Keyboard: Build fix.
(edit) @26867   15 years vboxsync UsbKbd: Improved scancode to HID usage translation.
(edit) @26811   15 years vboxsync UsbMouse: Reordered report to work around apparent Windows bug.
(edit) @26810   15 years vboxsync UsbMouse: Do not report boot interface on tablet.
(edit) @26690   15 years vboxsync Devices/PS/2: do not report that the touchscreen is being touched, as …
(edit) @26682   15 years vboxsync UsbMouse: Added tablet support.
(edit) @26669   15 years vboxsync Devices/Input/UsbKbd.cpp: warning, style
(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) @26495   15 years vboxsync Devices: whitespace cleanup
(edit) @26473   15 years vboxsync USB: Added a virtual USB mouse and keyboard. Not yet enabled.
(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) @26166   15 years vboxsync PDM: s/szDriverName/szName/g - PDMDRVREG.
(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) @25893   15 years vboxsync PDMDrv,*: multi context drivers, part 2.
(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) @21363   15 years vboxsync PDMQueue&users-thereof: Named the queues and added statistics.
(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) @15941   16 years vboxsync use new PDMDrv helpers
(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) @11286   16 years vboxsync Devices: %Vra -> %Rra (just preferred, not mandatory (yet))
(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) @11267   16 years vboxsync Devices: PDMINS2DATA -> PDMINS_2_DATA.
(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) @9022   17 years vboxsync Don't assert when the queue is full.
(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.
(edit) @2477   18 years vboxsync export
(edit) @2475   18 years vboxsync Makefile.kmk -> Makefile.kup
(edit) @2246   18 years vboxsync Input/pckbd.c => Input/DevPS2.cpp
(edit) @1855   18 years vboxsync PDMDevHlpDriverAttach
(edit) @481   18 years vboxsync 64-bit alignment.
(add) @1   55 years vboxsync import
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