Changeset 7bb8036 in mainline for uspace/drv/usbhid/usbhid.c
- Timestamp:
- 2011-05-06T13:01:27Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f8e549b
- Parents:
- 04c1524
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbhid/usbhid.c
r04c1524 r7bb8036 415 415 416 416 // TODO: remove the mouse hack 417 if (hid_dev->poll_pipe_index == USB_HID_MOUSE_POLL_EP_NO || 418 fallback) { 417 if (fallback) { 419 418 // fall back to boot protocol 420 419 switch (hid_dev->poll_pipe_index) {
Note:
See TracChangeset
for help on using the changeset viewer.