Changeset 03197ffc in mainline for uspace/drv/usbhid/hid.h


Ignore:
Timestamp:
2011-02-11T13:04:13Z (14 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1968de5, 4e38d69
Parents:
5d4193c
Message:

HID driver uses pipe API (again)

The SET_CONFIGURATION request is commented because the implementation behind
is wrong. Will fix soon.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/usbhid/hid.h

    r5d4193c r03197ffc  
    6969        device_t *device;
    7070        usb_hid_configuration_t *conf;
    71         usb_address_t address;
    7271        usb_hid_report_parser_t *parser;
    7372
    7473        usb_device_connection_t wire;
     74        usb_endpoint_pipe_t ctrl_pipe;
    7575        usb_endpoint_pipe_t poll_pipe;
    7676} usb_hid_dev_kbd_t;
Note: See TracChangeset for help on using the changeset viewer.