Changeset 7bb8036 in mainline for uspace/drv/usbhid/usbhid.c


Ignore:
Timestamp:
2011-05-06T13:01:27Z (13 years ago)
Author:
Lubos Slovak <lubos.slovak@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f8e549b
Parents:
04c1524
Message:

Mouse subdriver for generic mouse.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/usbhid/usbhid.c

    r04c1524 r7bb8036  
    415415       
    416416        // TODO: remove the mouse hack
    417         if (hid_dev->poll_pipe_index == USB_HID_MOUSE_POLL_EP_NO ||
    418             fallback) {
     417        if (fallback) {
    419418                // fall back to boot protocol
    420419                switch (hid_dev->poll_pipe_index) {
Note: See TracChangeset for help on using the changeset viewer.