Changeset e0a5d4c in mainline for uspace/lib/usbdev
- Timestamp:
- 2018-02-24T22:23:41Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 27de618
- Parents:
- 39f1c86
- Location:
- uspace/lib/usbdev
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbdev/include/usb/dev/pipes.h
r39f1c86 re0a5d4c 1 1 /* 2 2 * Copyright (c) 2011 Vojtech Horky 3 * Copyright (c) 2018 Ondrej Hlavaty 3 4 * All rights reserved. 4 5 * -
uspace/lib/usbdev/src/devdrv.c
r39f1c86 re0a5d4c 2 2 * Copyright (c) 2011 Vojtech Horky 3 3 * Copyright (c) 2011 Jan Vesely 4 * Copyright (c) 2018 Ondrej Hlavaty, Petr Manek, Michal Staruch 4 5 * All rights reserved. 5 6 * -
uspace/lib/usbdev/src/driver.c
r39f1c86 re0a5d4c 2 2 * Copyright (c) 2011 Vojtech Horky 3 3 * Copyright (c) 2013 Jan Vesely 4 * Copyright (c) 2018 Petr Manek 4 5 * All rights reserved. 5 6 * -
uspace/lib/usbdev/src/pipes.c
r39f1c86 re0a5d4c 2 2 * Copyright (c) 2011 Vojtech Horky 3 3 * Copyright (c) 2011 Jan Vesely 4 * Copyright (c) 2018 Ondrej Hlavaty, Michal Staruch 4 5 * All rights reserved. 5 6 * -
uspace/lib/usbdev/src/pipesinit.c
r39f1c86 re0a5d4c 1 1 /* 2 2 * Copyright (c) 2011 Vojtech Horky 3 * Copyright (c) 2018 Ondrej Hlavaty, Michal Staruch 3 4 * All rights reserved. 4 5 * -
uspace/lib/usbdev/src/request.c
r39f1c86 re0a5d4c 1 1 /* 2 2 * Copyright (c) 2011 Vojtech Horky 3 * Copyright (c) 2018 Ondrej Hlavaty 3 4 * All rights reserved. 4 5 *
Note:
See TracChangeset
for help on using the changeset viewer.