Changeset 62bd8d3 in mainline


Ignore:
Timestamp:
2011-04-10T16:33:04Z (13 years ago)
Author:
Lubos Slovak <lubos.slovak@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f76153ce
Parents:
ba358ed
Message:

First draft of subdriver mappings.

Location:
uspace/drv/usbhid
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/usbhid/Makefile

    rba358ed r62bd8d3  
    4040        main.c \
    4141        usbhid.c \
     42        subdrivers.c \
    4243        kbd/conv.c \
    4344        kbd/kbddev.c \
  • uspace/drv/usbhid/usbhid.c

    rba358ed r62bd8d3  
    4848#include "generic/hiddev.h"
    4949#include "mouse/mousedev.h"
     50#include "subdrivers.h"
    5051
    5152/*----------------------------------------------------------------------------*/
  • uspace/drv/usbhid/usbhid.h

    rba358ed r62bd8d3  
    6363        usb_hid_driver_poll_ended poll_end;
    6464} usb_hid_subdriver_t;
    65 
    66 /*----------------------------------------------------------------------------*/
    67 
    68 typedef struct usb_hid_callback_mapping {
    69         usb_hid_report_path_t *path;
    70         char *vendor_id;
    71         char *product_id;
    72 } usb_hid_callback_mapping_t;
    7365
    7466/*----------------------------------------------------------------------------*/
Note: See TracChangeset for help on using the changeset viewer.