Changeset 09ab0a9a in mainline for uspace/lib/usb
- Timestamp:
- 2018-09-13T12:05:53Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cc74cb5
- Parents:
- b2aaaa0
- git-author:
- Jiri Svoboda <jiri@…> (2018-09-13 07:09:46)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-09-13 12:05:53)
- Location:
- uspace/lib/usb
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/include/usb/classes/hub.h
rb2aaaa0 r09ab0a9a 149 149 uint8_t characteristics; 150 150 151 152 151 /** Unused part of characteristics field */ 153 152 uint8_t characteristics_reserved; -
uspace/lib/usb/include/usb/debug.h
rb2aaaa0 r09ab0a9a 79 79 const char *usb_debug_str_buffer(const uint8_t *, size_t, size_t); 80 80 81 82 81 #endif 83 82 /** 84 83 * @} 85 84 */ 86 -
uspace/lib/usb/include/usb/usb.h
rb2aaaa0 r09ab0a9a 70 70 71 71 const char *usb_str_speed(usb_speed_t); 72 73 72 74 73 /** USB request type target. */ -
uspace/lib/usb/src/class.c
rb2aaaa0 r09ab0a9a 86 86 } 87 87 88 89 88 /** 90 89 * @} -
uspace/lib/usb/src/debug.c
rb2aaaa0 r09ab0a9a 94 94 } 95 95 96 97 96 /** 98 97 * @} -
uspace/lib/usb/src/dma_buffer.c
rb2aaaa0 r09ab0a9a 116 116 } 117 117 118 119 118 /** 120 119 * Allocate a DMA buffer using the default policy. … … 128 127 return dma_buffer_alloc_policy(db, size, DMA_POLICY_DEFAULT); 129 128 } 130 131 129 132 130 /** -
uspace/lib/usb/src/dump.c
rb2aaaa0 r09ab0a9a 354 354 } 355 355 356 357 356 /** 358 357 * @}
Note:
See TracChangeset
for help on using the changeset viewer.