Changeset dd10e07 in mainline for uspace/drv/usbhid/usbhid.c


Ignore:
Timestamp:
2011-04-08T07:04:30Z (13 years ago)
Author:
Lubos Slovak <lubos.slovak@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
73ae3373
Parents:
7f2e33a
Message:

Renamed hidd to hiddev

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/usbhid/usbhid.c

    r7f2e33a rdd10e07  
    4646
    4747#include "kbd/kbddev.h"
    48 #include "generic/hidd.h"
    49 
    50 /*----------------------------------------------------------------------------*/
    51 
    52 /** Generic HID device polling endpoint description. */
    53 //static usb_endpoint_description_t usb_hid_generic_poll_endpoint_description = {
    54 //      .transfer_type = USB_TRANSFER_INTERRUPT,
    55 //      .direction = USB_DIRECTION_IN,
    56 //      .interface_class = USB_CLASS_HID,
    57 //      .flags = 0
    58 //};
    59 
    60 ///** Keyboard polling endpoint description for boot protocol class. */
    61 //static usb_endpoint_description_t ush_hid_kbd_poll_endpoint_description = {
    62 //      .transfer_type = USB_TRANSFER_INTERRUPT,
    63 //      .direction = USB_DIRECTION_IN,
    64 //      .interface_class = USB_CLASS_HID,
    65 //      .interface_subclass = USB_HID_SUBCLASS_BOOT,
    66 //      .interface_protocol = USB_HID_PROTOCOL_KEYBOARD,
    67 //      .flags = 0
    68 //};
     48#include "generic/hiddev.h"
     49
     50/*----------------------------------------------------------------------------*/
    6951
    7052/** Mouse polling endpoint description for boot protocol class. */
Note: See TracChangeset for help on using the changeset viewer.