VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @44806   12 years vboxsync DevPS2.cpp++: Drop two critsects in favor of the default device …
(edit) @44764   12 years vboxsync UsbKbd: Workaround for simulated Ctrl-Alt-Del being sent too fast.
(edit) @44755   12 years vboxsync UsbKbd: Avoid stuck keys when overrun.
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44023   12 years vboxsync PS2K: Fixed Korean keys broken earlier.:
(edit) @44022   12 years vboxsync Typo fix.
(edit) @43960   12 years vboxsync VUSB: interface association descriptor for emulated devices.
(edit) @43780   12 years vboxsync Added forgotten USB mouse/tablet log group.
(edit) @43605   12 years vboxsync UsbMouse: If event could not be sent to guest due to lack of available …
(edit) @43561   12 years vboxsync Comment.
(edit) @41783   12 years vboxsync Doxygen, comment typos.
(edit) @41569   13 years vboxsync Devices/Input/PS2: LogRel to Log for typematic delay.
(edit) @41560   13 years vboxsync Log which device triggered a reset.
(edit) @40593   13 years vboxsync Print PS2K queue info.
(edit) @40592   13 years vboxsync Fixed keyboard command state machine (incomplete command with …
(edit) @40392   13 years vboxsync Devices/keyboards: try to better support Sun function keys, take 2.
(edit) @40367   13 years vboxsync In-progress command blocks keyboard input.
(edit) @40364   13 years vboxsync Avoid spurious resend responses.
(edit) @40326   13 years vboxsync Devices/keyboards: try to better support Sun function keys.
(edit) @40282   13 years vboxsync *: gcc-4.7: ~0 => ~0U in initializers (warning: narrowing conversion …
(edit) @40281   13 years vboxsync gcc warnings
(edit) @40280   13 years vboxsync Corrected a bunch of HC and GC uses in status codes.
(edit) @40133   13 years vboxsync Improved Num Lock handling.
(edit) @40096   13 years vboxsync Improved PrtSc/Pause key handling.
(edit) @40040   13 years vboxsync Removed old keyboard code.
(edit) @39977   13 years vboxsync Typo…
(edit) @39976   13 years vboxsync 32-bit padding.
(edit) @39975   13 years vboxsync Force enum size.
(edit) @39973   13 years vboxsync Alignment again.
(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) @39963   13 years vboxsync Force enum to 32 bits.
(edit) @39960   13 years vboxsync Too much token pasting.
(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) @37795   13 years vboxsync Devices: use helpers
(edit) @37788   13 years vboxsync Tablet: Added a CFGM key to modify coordinate munging.
(edit) @37646   13 years vboxsync Tiny refactoring.
(edit) @37466   13 years vboxsync VMM,Devices: Automatically use a per-device lock instead of the giant …
(edit) @37388   13 years vboxsync Devices/Input/UsbMouse, UsbKbd: Support explicit USB HID descriptor …
(edit) @36989   14 years vboxsync kbd: Rough support for scan set 3.
(edit) @36445   14 years vboxsync Input/USB: comments (typo).
(edit) @36421   14 years vboxsync Input/Usb: typo (comments).
(edit) @36322   14 years vboxsync USB/Input: comments typo.
(edit) @35438   14 years vboxsync Devices/Input/UsbKbd: wrong index
(edit) @35428   14 years vboxsync Devices/Input/UsbMouse: wrong index
(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) @34028   14 years vboxsync UsbKbd: Fixed off-by-one bug which broke the Right GUI key translation.
(edit) @34001   14 years vboxsync UsbKbd: Proper fix for funny Korean keys.
(edit) @34000   14 years vboxsync UsbKbd: Tentative fix for funny Korean keys.
(edit) @33928   14 years vboxsync DevPS2: typo
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @33330   14 years vboxsync warning
(edit) @30595   14 years vboxsync DevPS2: Only call pfnSetActive if there is a driver attached
(edit) @30594   14 years vboxsync Fix VBoxBFE frontend after latest interface changes
(edit) @30562   14 years vboxsync Devices/Input/UsbMouse: support five buttons
(edit) @30511   14 years vboxsync Devices/Input/UsbKbd: silly regression that sent URBs back ad infinitum
(edit) @30507   14 years vboxsync Devices/Input/UsbKbd: rewrite of the event processing code to make it …
(edit) @30416   14 years vboxsync Devices/Input/DevPS2: fix tilt wheel reporting regression which …
(edit) @30224   14 years vboxsync Devices: three size_t warnings.
(edit) @30013   15 years vboxsync scm cleanup.
(edit) @29749   15 years vboxsync Devices and FE/Common: keyboard table cleanup and a hack to support …
(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) @28258   15 years vboxsync PDM critsects for drivers. Fixed critsect cleanup in failure path. …
(edit) @28079   15 years vboxsync Devices/Input/DevPS2: test a fix for a mouse reporting issue with …
(edit) @27969   15 years vboxsync UsbKbd.cpp: Use doxygen comment where applicable; hungarian typos; …
(edit) @27917   15 years vboxsync UsbKbd: Really ignore key repeat events.
(edit) @27915   15 years vboxsync UsbKbd: Improved translation tables.
(edit) @27901   15 years vboxsync OSE header fixes
(edit) @27890   15 years vboxsync USB keyboard: state machine refinements, locking, Caps Lock scancode bug
(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 …
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