Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/usbhid/generic/hiddev.c

    r378bf85 r3e6a98c5  
    4949#include "usbhid.h"
    5050
     51
     52
    5153const usb_endpoint_description_t usb_hid_generic_poll_endpoint_description = {
    5254        .transfer_type = USB_TRANSFER_INTERRUPT,
     
    5961
    6062const char *HID_GENERIC_FUN_NAME = "hid";
    61 const char *HID_GENERIC_CATEGORY = "hid";
     63const char *HID_GENERIC_CLASS_NAME = "hid";
    6264
    6365
     
    224226        return true;
    225227}
    226 
    227228/**
    228229 * @}
Note: See TracChangeset for help on using the changeset viewer.