Changeset 82122f3 in mainline for uspace/lib/usb/include
- Timestamp:
- 2010-12-17T14:51:41Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1f383dde
- Parents:
- 692f13e4 (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:
-
- 4 edited
-
classes/classes.h (modified) (1 diff)
-
classes/hid.h (modified) (1 diff)
-
usb.h (modified) (1 diff)
-
usbdrv.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/include/usb/classes/classes.h
r692f13e4 r82122f3 60 60 } usb_class_t; 61 61 62 const char *usb_str_class(usb_class_t); 62 63 63 64 #endif -
uspace/lib/usb/include/usb/classes/hid.h
r692f13e4 r82122f3 127 127 usb_hid_configuration_t *conf; 128 128 usb_address_t address; 129 usb_endpoint_t default_ep;129 usb_endpoint_t poll_endpoint; 130 130 usb_hid_report_parser_t *parser; 131 131 } usb_hid_dev_kbd_t; -
uspace/lib/usb/include/usb/usb.h
r692f13e4 r82122f3 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. */ -
uspace/lib/usb/include/usb/usbdrv.h
r692f13e4 r82122f3 94 94 int usb_drv_async_wait_for(usb_handle_t); 95 95 96 int usb_drv_create_device_match_ids(int, match_id_list_t *, usb_address_t); 97 int usb_drv_register_child_in_devman(int, device_t *, usb_address_t, 98 devman_handle_t *); 99 96 100 97 101 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
