Ignore:
File:
1 edited

Legend:

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

    r350274a r3e6a98c5  
    3535 */
    3636
     37/* XXX Fix this */
     38#define _DDF_DATA_IMPLANT
     39
    3740#include <usb/debug.h>
    3841#include <usb/classes/classes.h>
     
    4548#include "hiddev.h"
    4649#include "usbhid.h"
     50
     51
    4752
    4853const usb_endpoint_description_t usb_hid_generic_poll_endpoint_description = {
     
    5661
    5762const char *HID_GENERIC_FUN_NAME = "hid";
    58 const char *HID_GENERIC_CATEGORY = "hid";
     63const char *HID_GENERIC_CLASS_NAME = "hid";
    5964
    6065
     
    221226        return true;
    222227}
    223 
    224228/**
    225229 * @}
Note: See TracChangeset for help on using the changeset viewer.