Ignore:
File:
1 edited

Legend:

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

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