Changeset f2962621 in mainline for uspace/lib/usb/include
- Timestamp:
- 2010-12-17T10:14:01Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/fix-logger-deadlock, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6e5dc07
- Parents:
- 9223dc5c (diff), 11658b64 (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. - Location:
- uspace/lib/usb/include/usb
- Files:
-
- 2 edited
-
classes/hid.h (modified) (1 diff)
-
usb.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/include/usb/classes/hid.h
r9223dc5c rf2962621 100 100 device_t *device; 101 101 usb_address_t address; 102 usb_endpoint_t default_ep;102 usb_endpoint_t poll_endpoint; 103 103 usb_hid_report_parser_t *parser; 104 104 } usb_hid_dev_kbd_t; -
uspace/lib/usb/include/usb/usb.h
r9223dc5c rf2962621 101 101 * Used by various USB functions as opaque handle. 102 102 */ 103 typedef ipcarg_t usb_handle_t;103 typedef sysarg_t usb_handle_t; 104 104 105 105 /** USB packet identifier. */
Note:
See TracChangeset
for help on using the changeset viewer.
