Changeset 18854 in vbox
- Timestamp:
- Apr 9, 2009 12:21:31 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/MouseFilter/VBoxMouse.cpp
r18688 r18854 232 232 233 233 dprintf(("VBoxMouse::vboxDeviceAdded: PartialDescriptor %d: Int %ld\n", iPartialDescriptor, pPartialDescriptor->u.Interrupt.Vector)); 234 if (pPartialDescriptor->u.Interrupt.Vector == 0x 12)234 if (pPartialDescriptor->u.Interrupt.Vector == 0xC) 235 235 { 236 236 bDetected = TRUE;
Note:
See TracChangeset
for help on using the changeset viewer.