Changeset e50cd7f in mainline for uspace/doc/doxygroups.h
- Timestamp:
- 2011-04-17T19:17:55Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 63517c2, cfbbe1d3
- Parents:
- ef354b6 (diff), 8595577b (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/doc/doxygroups.h
ref354b6 re50cd7f 251 251 252 252 /** 253 * @defgroup drvusbmast USB mass storage driver 254 * @ingroup usb 255 * @brief USB driver for mass storage devices (bulk-only protocol). 256 * This driver is a only a stub and is currently used only for 257 * testing that bulk transfers work. 258 */ 259 260 /** 253 261 * @defgroup drvusbuhci UHCI driver 254 262 * @ingroup usb … … 269 277 270 278 /** 279 * @defgroup drvusbohci OHCI driver 280 * @ingroup usb 281 * @brief Driver for OHCI host controller. 282 */ 283 284 /** 271 285 * @defgroup drvusbehci EHCI driver 272 286 * @ingroup usb … … 275 289 276 290 /** 277 * @defgroup drvusbfallback USB fallback driver .291 * @defgroup drvusbfallback USB fallback driver 278 292 * @ingroup usb 279 293 * @brief Fallback driver for any USB device.
Note:
See TracChangeset
for help on using the changeset viewer.