Changeset 62bd8d3 in mainline
- Timestamp:
- 2011-04-10T16:33:04Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f76153ce
- Parents:
- ba358ed
- Location:
- uspace/drv/usbhid
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbhid/Makefile
rba358ed r62bd8d3 40 40 main.c \ 41 41 usbhid.c \ 42 subdrivers.c \ 42 43 kbd/conv.c \ 43 44 kbd/kbddev.c \ -
uspace/drv/usbhid/usbhid.c
rba358ed r62bd8d3 48 48 #include "generic/hiddev.h" 49 49 #include "mouse/mousedev.h" 50 #include "subdrivers.h" 50 51 51 52 /*----------------------------------------------------------------------------*/ -
uspace/drv/usbhid/usbhid.h
rba358ed r62bd8d3 63 63 usb_hid_driver_poll_ended poll_end; 64 64 } 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;73 65 74 66 /*----------------------------------------------------------------------------*/
Note:
See TracChangeset
for help on using the changeset viewer.