Changeset 632ed68 in mainline
- Timestamp:
- 2011-01-28T21:39:14Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6028ec8, a09128c
- Parents:
- 66d5062
- Location:
- uspace
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/usbinfo/dump.c
r66d5062 r632ed68 27 27 */ 28 28 29 /** @addtogroup usb 29 /** @addtogroup usbinfo 30 30 * @{ 31 31 */ 32 32 /** 33 33 * @file 34 * @briefUSB querying.34 * USB querying. 35 35 */ 36 36 -
uspace/app/usbinfo/info.c
r66d5062 r632ed68 27 27 */ 28 28 29 /** @addtogroup usb 29 /** @addtogroup usbinfo 30 30 * @{ 31 31 */ 32 32 /** 33 33 * @file 34 * @brief34 * Dumping of generic device properties. 35 35 */ 36 36 #include <stdio.h> -
uspace/app/usbinfo/main.c
r66d5062 r632ed68 27 27 */ 28 28 29 /** @addtogroup usb 29 /** @addtogroup usbinfo 30 30 * @{ 31 31 */ 32 32 /** 33 33 * @file 34 * @briefUSB querying.34 * USB querying. 35 35 */ 36 36 -
uspace/app/usbinfo/usbinfo.h
r66d5062 r632ed68 27 27 */ 28 28 29 /** @addtogroup usb 29 /** @addtogroup usbinfo 30 30 * @{ 31 31 */ 32 32 /** @file 33 * @briefCommon header for usbinfo application.33 * Common header for usbinfo application. 34 34 */ 35 35 #ifndef USBINFO_USBINFO_H_ -
uspace/doc/doxygroups.h
r66d5062 r632ed68 210 210 */ 211 211 212 /** 213 * @defgroup drvusbhub USB hub driver 214 * @ingroup usb 215 * @brief USB hub driver. 216 */ 217 218 /** 219 * @defgroup drvusbhid USB HID driver 220 * @ingroup usb 221 * @brief USB driver for HID devices. 222 */ 223 224 /** 225 * @defgroup drvusbuhci UHCI driver 226 * @ingroup usb 227 * @brief Driver for USB host controller UHCI. 228 */ 229 212 /** 213 * @defgroup usbinfo USB info application 214 * @ingroup usb 215 * @brief Application for querying USB devices. 216 * @details 217 * The intended usage of this application is to query new USB devices 218 * for their descriptors etc. to simplify driver writing. 219 */ 220 221 /** 222 * @defgroup drvusbhub USB hub driver 223 * @ingroup usb 224 * @brief USB hub driver. 225 */ 226 227 /** 228 * @defgroup drvusbhid USB HID driver 229 * @ingroup usb 230 * @brief USB driver for HID devices. 231 */ 232 233 /** 234 * @defgroup drvusbuhci UHCI driver 235 * @ingroup usb 236 * @brief Driver for USB host controller UHCI. 237 */ 238
Note:
See TracChangeset
for help on using the changeset viewer.