Changeset 92574f4 in mainline for uspace/drv/usbhid/hid.h
- Timestamp:
- 2011-02-24T12:03:27Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e7b7ebd5
- Parents:
- 4837092 (diff), a80849c (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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbhid/hid.h
r4837092 r92574f4 40 40 41 41 #include <usb/classes/hid.h> 42 #include <d river.h>42 #include <ddf/driver.h> 43 43 #include <usb/pipes.h> 44 44 … … 69 69 */ 70 70 typedef struct { 71 d evice_t *device;71 ddf_dev_t *device; 72 72 usb_hid_configuration_t *conf; 73 usb_address_t address;74 73 usb_hid_report_parser_t *parser; 75 74 76 75 usb_device_connection_t wire; 76 usb_endpoint_pipe_t ctrl_pipe; 77 77 usb_endpoint_pipe_t poll_pipe; 78 78
Note:
See TracChangeset
for help on using the changeset viewer.