Changeset d7f08b0d in mainline
- Timestamp:
- 2011-04-15T11:43:37Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8fb3981, aaf6155
- Parents:
- e583fd4 (diff), 380e0364 (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. - Files:
-
- 8 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
.bzrignore
re583fd4 rd7f08b0d 94 94 ./uspace/drv/usbhid/usbhid 95 95 ./uspace/drv/usbkbd/usbkbd 96 ./uspace/drv/usbmast/usbmast 96 97 ./uspace/drv/usbmid/usbmid 97 98 ./uspace/drv/usbmouse/usbmouse -
boot/arch/amd64/Makefile.inc
re583fd4 rd7f08b0d 51 51 usbkbd \ 52 52 usbhid \ 53 usbmast \ 53 54 usbmid \ 54 55 usbmouse \ -
uspace/Makefile
re583fd4 rd7f08b0d 125 125 drv/usbhid \ 126 126 drv/usbhub \ 127 drv/usbmast \ 127 128 drv/usbmid \ 128 129 drv/usbmouse \ … … 146 147 drv/usbhid \ 147 148 drv/usbhub \ 149 drv/usbmast \ 148 150 drv/usbmid \ 149 151 drv/usbmouse \ -
uspace/doc/doxygroups.h
re583fd4 rd7f08b0d 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
Note:
See TracChangeset
for help on using the changeset viewer.