Changes in uspace/doc/doxygroups.h [93855d4:f902d36] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/doc/doxygroups.h
r93855d4 rf902d36 150 150 * @endcond 151 151 */ 152 152 153 153 /** 154 154 * @defgroup emul Emulation Libraries … … 165 165 * @ingroup emul 166 166 */ 167 168 /**169 * @defgroup usb USB170 * @ingroup uspace171 * @brief USB support for HelenOS.172 */173 /**174 * @defgroup libusb USB library175 * @ingroup usb176 * @brief Library for creating USB devices drivers.177 */178 179 /**180 * @defgroup usbvirt USB virtualization181 * @ingroup usb182 * @brief Support for virtual USB devices.183 */184 185 /**186 * @defgroup libusbvirt USB virtualization library187 * @ingroup usbvirt188 * @brief Library for creating virtual USB devices.189 */190 191 /**192 * @defgroup drvusbvhc Virtual USB host controller193 * @ingroup usbvirt194 * @brief Driver simulating work of USB host controller.195 */196 197 /**198 * @defgroup usbvirthub Virtual USB hub199 * @ingroup usbvirt200 * @brief Extra virtual USB hub for virtual host controller.201 * @details202 * Some of the sources are shared with virtual host controller,203 * see @ref drvusbvhc for the rest of the files.204 */205 206 /**207 * @defgroup usbvirtkbd Virtual USB keybaord208 * @ingroup usbvirt209 * @brief Virtual USB keyboard for virtual host controller.210 */211 212 /**213 * @defgroup usbinfo USB info application214 * @ingroup usb215 * @brief Application for querying USB devices.216 * @details217 * The intended usage of this application is to query new USB devices218 * for their descriptors etc. to simplify driver writing.219 */220 221 /**222 * @defgroup drvusbmid USB multi interface device driver223 * @ingroup usb224 * @brief USB multi interface device driver225 * @details226 * This driver serves as a mini hub (or bus) driver for devices227 * that have the class defined at interface level (those devices228 * usually have several interfaces).229 *230 * The term multi interface device driver (MID) was borrowed231 * Solaris operating system.232 */233 234 /**235 * @defgroup drvusbhub USB hub driver236 * @ingroup usb237 * @brief USB hub driver.238 */239 240 /**241 * @defgroup drvusbhid USB HID driver242 * @ingroup usb243 * @brief USB driver for HID devices.244 */245 246 /**247 * @defgroup drvusbmouse USB mouse driver248 * @ingroup usb249 * @brief USB driver for mouse with boot protocol.250 */251 252 /**253 * @defgroup drvusbuhci UHCI driver254 * @ingroup usb255 * @brief Drivers for USB UHCI host controller and root hub.256 */257 258 /**259 * @defgroup drvusbuhcirh UHCI root hub driver260 * @ingroup drvusbuhci261 * @brief Driver for UHCI complaint root hub.262 */263 264 /**265 * @defgroup drvusbuhcihc UHCI host controller driver266 * @ingroup drvusbuhci267 * @brief Driver for UHCI complaint USB host controller.268 */269 270 /**271 * @defgroup drvusbehci EHCI driver272 * @ingroup usb273 * @brief Driver for EHCI host controller.274 */275 276 /**277 * @defgroup drvusbfallback USB fallback driver.278 * @ingroup usb279 * @brief Fallback driver for any USB device.280 * @details281 * The purpose of this driver is to simplify querying of unknown282 * devices from within HelenOS (without a driver, no node at all283 * may appear under /dev/devices).284 */285 286
Note:
See TracChangeset
for help on using the changeset viewer.