Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/virtusbkbd/virtusbkbd.c

    r56b962d r4b4c797  
    111111 */
    112112static usbvirt_device_ops_t keyboard_ops = {
    113         .on_standard_request[USB_DEVREQ_GET_DESCRIPTOR]
    114             = stdreq_on_get_descriptor,
     113        .standard_request_ops = &standard_request_ops,
    115114        .on_class_device_request = on_class_request,
    116115        .on_data = on_incoming_data,
Note: See TracChangeset for help on using the changeset viewer.