VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @52128   10 years vboxsync PS2M: Do not delay resets (too much trouble).
(edit) @52052   10 years vboxsync DevPS2: Removed debugging code inadvertently left in a while ago.
(edit) @51609   10 years vboxsync DrvMouse: Added queue flush callback like we have for keyboard.
(edit) @51546   10 years vboxsync UsbKbd: Added a brief theory of operation.
(edit) @51539   11 years vboxsync Keyboard: Extended keyboard driver and reworked USB keyboard device …
(edit) @50998   11 years vboxsync PS2M: Clear any buffered command response if command reissued.
(edit) @50965   11 years vboxsync DevPS2: Saved state update for new PS/2 mouse emulation. Curretly disabled.
(edit) @50962   11 years vboxsync Send HID usage codes rather than XT scan codes to keyboard devices, …
(edit) @50806   11 years vboxsync PS2M: ImEx can be enabled any time.
(edit) @49886   11 years vboxsync Devices/Input/DevPS2.cpp: fix regression in previous change, …
(edit) @49882   11 years vboxsync Devices/Input/DevPS2.cpp: eliminate use of vl_vbox.h
(edit) @49814   11 years vboxsync Devices/USB: First part of the rework, move most of the work to …
(edit) @49469   11 years vboxsync DevPS2: Release keys after restoring saved state, not while loading it.
(edit) @49451   11 years vboxsync DrvKeyboardQueue: activate on resume (from saved state).
(edit) @49423   11 years vboxsync Do not block input on keyboard queue level when VM is paused.
(edit) @49385   11 years vboxsync USBK: Recognize 0xFC as a special 'release all keys' event.
(edit) @49384   11 years vboxsync PS2K: Recognize 0xFC as a special 'release all keys' event.
(edit) @49255   11 years vboxsync PS2M: Use default critsect for timers, too.
(edit) @49254   11 years vboxsync PS2K: Use default critsect for timers, too.
(edit) @48947   11 years vboxsync Devices: Whitespace and svn:keyword cleanups by scm.
(edit) @48358   11 years vboxsync PS2M: Implemented wrap mode.
(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) @47885   11 years vboxsync Devices\Input\UsbMouse: update.
(edit) @47855   11 years vboxsync Devices/input: re-added mouse wheel to tablet device.
(edit) @47796   11 years vboxsync Devices/Input: reverting r88027 as several guests did not like it.
(edit) @47768   11 years vboxsync Devices/Input: add horizontal scrolling to the USB mouse device.
(edit) @47727   11 years vboxsync Devices\Input\UsbMouse: report the latest state (update).
(edit) @47725   11 years vboxsync Devices\Input\UsbMouse: implemented GET_REPORT stubs; report the …
(edit) @47675   11 years vboxsync UsbKbd: Report LED state changes.
(edit) @47674   11 years vboxsync tstUsbMouse: update.
(edit) @47672   11 years vboxsync Frontend,Devices: touch input updates
(edit) @47656   11 years vboxsync Devices\Input\UsbMouse: fixed tablet emulation (regression from r87343).
(edit) @47613   11 years vboxsync Input/UsbMouse: warnings
(edit) @47576   11 years vboxsync Devices,Main: another multi-touch build fix.
(edit) @47574   11 years vboxsync Devices: multi-touch build fix.
(edit) @47571   11 years vboxsync include,Devices,Main,VirtualBox: multi-touch input.
(edit) @47468   11 years vboxsync Devices/Input: try to avoid losing multi-touch events if the guest is …
(edit) @47422   11 years vboxsync Devices/Input: updated the USB mouse unit test.
(edit) @47418   11 years vboxsync Devices/Input/UsbMouse: multi-touch co-ordinate fix.
(edit) @47397   11 years vboxsync Removed irrelevant copy-and-pasted code.
(edit) @47360   11 years vboxsync Multi-touch: little fixes.
(edit) @47331   11 years vboxsync Devices/Input/Multi-Touch: actually install the multi-touch call back.
(edit) @47321   11 years vboxsync PS2K: Merged and extended scan set 1/2 processing.
(edit) @47316   11 years vboxsync UsbKbd: Do not drop SysReq.
(edit) @47313   11 years vboxsync PS2K: Do not lose SysReq key.
(edit) @47259   11 years vboxsync pdmifs: fix putEventMT definition.
(edit) @47248   11 years vboxsync Input/USBMouse: fixed a warning in the test case.
(edit) @47246   11 years vboxsync Setings: add multi-touch setting and fix combo mouse somewhat.
(edit) @47244   11 years vboxsync Devices/input: make Windows like the device again for mysterious reasons.
(edit) @47227   11 years vboxsync Devices/input: more adjustments to the USB input device.
(edit) @47219   11 years vboxsync Devices/Input: machine configuration for multi-touch device.
(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) @46930   11 years vboxsync Devices/Input/UsbMouse: release logging.
(edit) @46923   11 years vboxsync Devices/Input: add USB multi-touch device, not yet active.
(edit) @46818   11 years vboxsync Devices/Input/UsbMouse: added the specification multi-touch …
(edit) @46817   11 years vboxsync Devices/Input/UsbMouse: simple report test.
(edit) @46800   11 years vboxsync Devices/Input/UsbMouse: only build the unit test if test cases are …
(edit) @46799   11 years vboxsync Devices/Input/UsbMouse: new unit test harness.
(edit) @46767   11 years vboxsync Devices/Input: and reverted r86653.
(edit) @46766   11 years vboxsync Devices/Input: reverted r86686 again.
(edit) @46758   11 years vboxsync Devices/Input/UsbMouse: add basic unit test harness.
(edit) @46730   11 years vboxsync Devices/Input/UsbMouse: re-factor code to make it easier to put it …
(edit) @46516   11 years vboxsync Devices/Input: add a report ID field to our USB tablet report descriptor.
(edit) @45025   12 years vboxsync Update PDMDEVREG initialization comment so they refer to pfnMemSetup …
(edit) @44973   12 years vboxsync PS2K: Redo typematic setup when loading state.
(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.
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