USB HID: Restore previous handler sorting.
* Since additional handlers put themself in the front the handler list, asking the tablet handler last actually puts its handler in the first position, as before my changes.
This commit is contained in:
@@ -94,8 +94,8 @@ ProtocolHandler::AddHandlers(HIDDevice &device, ProtocolHandler *&handlerList,
|
||||
// regular (relative) mouse, or (absolute) tablet?
|
||||
KeyboardProtocolHandler::AddHandlers(device, *collection, handlerList);
|
||||
JoystickProtocolHandler::AddHandlers(device, *collection, handlerList);
|
||||
TabletProtocolHandler::AddHandlers(device, *collection, handlerList);
|
||||
MouseProtocolHandler::AddHandlers(device, *collection, handlerList);
|
||||
TabletProtocolHandler::AddHandlers(device, *collection, handlerList);
|
||||
}
|
||||
|
||||
handlerCount = 0;
|
||||
|
||||
Reference in New Issue
Block a user