Ignore:
Timestamp:
2014-09-12T13:22:33Z (10 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9b20126
Parents:
8db09e4 (diff), 105d8d6 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge mainline changes

File:
1 edited

Legend:

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

    r8db09e4 r15d0046  
    3535 */
    3636
    37 /* XXX Fix this */
    38 #define _DDF_DATA_IMPLANT
    39 
    4037#include <usb/debug.h>
    4138#include <usb/classes/classes.h>
     
    4845#include "hiddev.h"
    4946#include "usbhid.h"
    50 
    51 
    5247
    5348const usb_endpoint_description_t usb_hid_generic_poll_endpoint_description = {
     
    6156
    6257const char *HID_GENERIC_FUN_NAME = "hid";
    63 const char *HID_GENERIC_CLASS_NAME = "hid";
     58const char *HID_GENERIC_CATEGORY = "hid";
    6459
    6560
     
    226221        return true;
    227222}
     223
    228224/**
    229225 * @}
Note: See TracChangeset for help on using the changeset viewer.