VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @91058   3 years vboxsync Fixed broken testcase.
(edit) @90993   3 years vboxsync UsbMouse: Reworked URB processing to make it simpler and more uniform. …
(edit) @90700   3 years vboxsync UsbKbd: Corrected intended default (see bugref:10068).
(edit) @90697   3 years vboxsync UsbKbd: Extended USB keyboard emulation to optionally support …
(edit) @90447   3 years vboxsync Dev*: Checked up all the PDMDevHlpCritSectEnter calls to make sure the …
(edit) @90303   3 years vboxsync Typo.
(edit) @90241   3 years vboxsync DrvKeyboardQueue: Fixed Korean key detection (I think), added …
(edit) @90198   3 years vboxsync DevPS2: The queue header member pszDesc is ring-3 only and must be …
(edit) @89982   3 years vboxsync DevPS2K: Assertion details.
(edit) @89943   3 years vboxsync scm
(edit) @89941   3 years vboxsync scm
(edit) @89940   3 years vboxsync Doxygen.
(edit) @89939   3 years vboxsync Warnings.
(edit) @89938   3 years vboxsync Warnings.
(edit) @89937   3 years vboxsync Warnings.
(edit) @89936   3 years vboxsync Typo.
(edit) @89935   3 years vboxsync Keyboard: Reworked the release-all-keys mechanism, made sure it's used …
(edit) @89832   3 years vboxsync DrvMouseQueue,DrvKeyboardQueue: Don't keep items in the queue unless …
(edit) @89831   3 years vboxsync DrvMouseQueue,DrvKeyboardQueue: Don't keep items in the queue unless …
(edit) @89812   3 years vboxsync Typo.
(edit) @87820   4 years vboxsync DevPS2M: The timer callbacks implicitly takes the device critical …
(edit) @87773   4 years vboxsync VMM/TM,Devices: Store the timer name in the TMTIMER structure and …
(edit) @87767   4 years vboxsync VMM/TM,Devices/*: Changed the device and usb timer callbacks to take a …
(edit) @87760   4 years vboxsync VMM/TM,VMM/DevHlp: Require flag on timers that are to be used in …
(edit) @87378   4 years vboxsync DevPS2: Prepare for operation without keyboard driver.
(edit) @86399   4 years vboxsync tstUsbMouse: Don't leak the CFGM tree for each test instance. bugref:9841
(edit) @83444   5 years vboxsync Logging.
(edit) @83443   5 years vboxsync DevPS2: Improved logging, gave queues human-readable names.
(edit) @83301   5 years vboxsync Doxygen.
(edit) @83300   5 years vboxsync scm
(edit) @83299   5 years vboxsync DevPS2: Discard input when device's serial line is disabled. Also …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @82234   5 years vboxsync DevPS2K: fixed separator comment. bugref:9218
(edit) @82213   5 years vboxsync doxygen fixes. bugref:9218
(edit) @82208   5 years vboxsync DevPS2: Converted the generic queue stuff into some a lot more …
(edit) @82206   5 years vboxsync DevPS2: Split up the state structures. bugref:9218
(edit) @82204   5 years vboxsync DevPS2: type name cleanup. bugref:9218
(edit) @82203   5 years vboxsync DevPS2: Eliminated some pDevInsR? structure members. bugref:9218
(edit) @82202   5 years vboxsync DevPS2: simplifying fluff. bugref:9218
(edit) @82201   5 years vboxsync DevPS2: Converted I/O ports. bugref:9218
(edit) @82200   5 years vboxsync DevPS2: Critsect. bugref:9218
(edit) @82195   5 years vboxsync DevPS2: Converted timers. bugref:9218
(edit) @82191   5 years vboxsync DevPS2: Moved XlateAT2PC to the DevPS2.cpp file. bugref:9218
(edit) @82190   5 years vboxsync DevPS2: ps2kRemoveQueue is common to both DevPS2M.cpp and DevPS2K.cpp, …
(edit) @82189   5 years vboxsync DevPS2: Saved state, prefixes, ++. bugref:9218
(edit) @82173   5 years vboxsync DevPS2: Less opaque and structure duplicatication. (The opaque stuff …
(edit) @82170   5 years vboxsync Devices: PS2K.cpp -> DevPS2K.cpp; PS2M.cpp -> DevPS2M.cpp; PS2Dev.h -> …
(edit) @81765   5 years vboxsync Devices: Use new volatile SSM getters and enum macros. bugref:9218
(edit) @81591   5 years vboxsync Devices: Use PDMDEVINS_2_DATA and PDMDEVINS_2_DATA. bugref:9218
(edit) @81514   5 years vboxsync Devices,ExtPacks: Use PDM_DEVREG_FLAGS_RZ and …
(edit) @81216   5 years vboxsync Bracing for more.
(edit) @81215   5 years vboxsync Signedness.
(edit) @81214   5 years vboxsync Input: Added support for translating USB HID usage page 12 (Consumer …
(edit) @81067   5 years vboxsync tstUsbMouse: Must initialize pvInstanceDataR3 or PDMINS_2_DATA will …
(edit) @80704   5 years vboxsync PDM,Devices: Changed PDM_DEVREG_FLAGS_MSI_X into a registration field …
(edit) @80703   5 years vboxsync PDM,Devices: Redefined uReserved1 to cMaxPciDevices in the PDMDEVREG …
(edit) @80531   5 years vboxsync VMM,Devices: Some PDM device model refactoring. bugref:9218
(edit) @80040   5 years vboxsync scm.
(edit) @80039   5 years vboxsync PS2M: Implemented (again) support for horizontal scrolling over the …
(edit) @79675   5 years vboxsync PDM: Added a way to directly queue HID usage based keyboard events.
(edit) @76565   6 years vboxsync Devices: Use VBOX_INCLUDED_SRC_ as header guard prefix with scm.
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76520   6 years vboxsync Devices: scm --fix-header-guards. bugref:9344
(edit) @73097   6 years vboxsync *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
(edit) @72450   6 years vboxsync PS2K: Switched delay timers from real to virtual time. That is what …
(edit) @72408   7 years vboxsync PS2K: Corrected typematic action stopping. See bbugref:4118c57
(edit) @72407   7 years vboxsync PS2K: Renamed variable to avoid partial duplicate.
(edit) @72115   7 years vboxsync SCM
(edit) @72113   7 years vboxsync PS2K: Place only entire key press/release sequences in queue to avoid …
(edit) @71779   7 years vboxsync USB*: no else after return
(edit) @71358   7 years vboxsync PS2K: Forgot to relocate the new timer.
(edit) @71351   7 years vboxsync PS2K: Throttle keyboard input to satisfy questionable software (see …
(edit) @69704   7 years vboxsync DevPS2: They really do think different! Darwin 6.0.2 and earlier reads …
(edit) @69500   7 years vboxsync *: scm --update-copyright-year
(edit) @69498   7 years vboxsync backed out r118835 as it incorrectly updated the 'This file is based …
(edit) @69496   7 years vboxsync *: scm --update-copyright-year
(edit) @69341   7 years vboxsync UsbMouse: Report no input capability on device reset.
(edit) @69296   7 years vboxsync Devices/Input: scm cleanups
(edit) @69111   7 years vboxsync (C) year
(edit) @69046   7 years vboxsync Global: replace fall-through comments with RT_FALL_THRU(). …
(edit) @68109   7 years vboxsync PS2M: Removed unused code, cleaned up comments.
(edit) @68100   7 years vboxsync PS/2 mouse emulation: correct comment in test case and move test code …
(edit) @68089   7 years vboxsync bugref:8778: Double click not working with precision touchpad (user …
(edit) @68088   7 years vboxsync bugref:8778: Double click not working with precision touchpad (user …
(edit) @68052   7 years vboxsync bugref:8778: Double click not working with precision touchpad (user …
(edit) @66989   8 years vboxsync VUSB: Collect opaque class-specific data between config and interface …
(edit) @65919   8 years vboxsync gcc 7: fall thru
(edit) @65648   8 years vboxsync gcc 7: Devices: fall thru
(edit) @64368   8 years vboxsync Devices/Input: Doxygen
(edit) @63562   8 years vboxsync scm: cleaning up todos
(edit) @63478   8 years vboxsync Devices: warnings (clang)
(edit) @63208   8 years vboxsync DrvMouseQueue: Hook up PDMIMOUSECONNECTOR::pfnFlushQueue and …
(edit) @62956   8 years vboxsync @copydoc -> @interface_method_impl
(edit) @62920   8 years vboxsync Devices: warnings
(edit) @62907   8 years vboxsync Devices: warnings
(edit) @62906   8 years vboxsync Devices: warnings
(edit) @62889   8 years vboxsync Devices: warnings
(edit) @62888   8 years vboxsync tstUsbMouse: Fixed.
(edit) @62885   8 years vboxsync Devices: gcc warnings
(edit) @62573   8 years vboxsync Cleanup: Removed VBOX_WITH_NEW_PS2M switch.
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