Changeset e0a5d4c in mainline for uspace/lib/usbhost
- Timestamp:
 - 2018-02-24T22:23:41Z (8 years ago)
 - Branches:
 - lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
 - Children:
 - 27de618
 - Parents:
 - 39f1c86
 - Location:
 - uspace/lib/usbhost
 - Files:
 - 
      
- 16 edited
 
- 
          
  include/usb/host/bandwidth.h (modified) (1 diff)
 - 
          
  include/usb/host/bus.h (modified) (1 diff)
 - 
          
  include/usb/host/ddf_helpers.h (modified) (1 diff)
 - 
          
  include/usb/host/endpoint.h (modified) (1 diff)
 - 
          
  include/usb/host/hcd.h (modified) (1 diff)
 - 
          
  include/usb/host/usb2_bus.h (modified) (1 diff)
 - 
          
  include/usb/host/usb_transfer_batch.h (modified) (1 diff)
 - 
          
  include/usb/host/utility.h (modified) (1 diff)
 - 
          
  src/bandwidth.c (modified) (1 diff)
 - 
          
  src/bus.c (modified) (1 diff)
 - 
          
  src/ddf_helpers.c (modified) (1 diff)
 - 
          
  src/endpoint.c (modified) (1 diff)
 - 
          
  src/hcd.c (modified) (1 diff)
 - 
          
  src/usb2_bus.c (modified) (1 diff)
 - 
          
  src/usb_transfer_batch.c (modified) (1 diff)
 - 
          
  src/utility.c (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
uspace/lib/usbhost/include/usb/host/bandwidth.h
r39f1c86 re0a5d4c 1 1 /* 2 2 * Copyright (c) 2011 Jan Vesely 3 * Copyright (c) 2018 Ondrej Hlavaty 3 4 * All rights reserved. 4 5 *  - 
      
uspace/lib/usbhost/include/usb/host/bus.h
r39f1c86 re0a5d4c 1 1 /* 2 * Copyright (c) 201 7 Ondrej Hlavaty <aearsis@eideo.cz>2 * Copyright (c) 2018 Ondrej Hlavaty, Petr Manek 3 3 * All rights reserved. 4 4 *  - 
      
uspace/lib/usbhost/include/usb/host/ddf_helpers.h
r39f1c86 re0a5d4c 1 1 /* 2 2 * Copyright (c) 2012 Jan Vesely 3 * Copyright (c) 2018 Ondrej Hlavaty 3 4 * All rights reserved. 4 5 *  - 
      
uspace/lib/usbhost/include/usb/host/endpoint.h
r39f1c86 re0a5d4c 1 1 /* 2 2 * Copyright (c) 2011 Jan Vesely 3 * Copyright (c) 2018 Ondrej Hlavaty 3 4 * All rights reserved. 4 5 *  - 
      
uspace/lib/usbhost/include/usb/host/hcd.h
r39f1c86 re0a5d4c 1 1 /* 2 2 * Copyright (c) 2011 Jan Vesely 3 * Copyright (c) 2018 Ondrej Hlavaty 3 4 * All rights reserved. 4 5 *  - 
      
uspace/lib/usbhost/include/usb/host/usb2_bus.h
r39f1c86 re0a5d4c 1 1 /* 2 2 * Copyright (c) 2011 Jan Vesely 3 * Copyright (c) 201 7 Ondrej Hlavaty <aearsis@eideo.cz>3 * Copyright (c) 2018 Ondrej Hlavaty 4 4 * All rights reserved. 5 5 *  - 
      
uspace/lib/usbhost/include/usb/host/usb_transfer_batch.h
r39f1c86 re0a5d4c 1 1 /* 2 2 * Copyright (c) 2011 Jan Vesely 3 * Copyright (c) 2018 Ondrej Hlavaty 3 4 * All rights reserved. 4 5 *  - 
      
uspace/lib/usbhost/include/usb/host/utility.h
r39f1c86 re0a5d4c 1 1 /* 2 * Copyright (c) 201 7 Ondrej Hlavaty <aearsis@eideo.cz>2 * Copyright (c) 2018 Ondrej Hlavaty 3 3 * All rights reserved. 4 4 *  - 
      
uspace/lib/usbhost/src/bandwidth.c
r39f1c86 re0a5d4c 1 1 /* 2 2 * Copyright (c) 2011 Jan Vesely 3 * Copyright (c) 2018 Ondrej Hlavaty 3 4 * All rights reserved. 4 5 *  - 
      
uspace/lib/usbhost/src/bus.c
r39f1c86 re0a5d4c 1 1 /* 2 * Copyright (c) 201 7 Ondrej Hlavaty <aearsis@eideo.cz>2 * Copyright (c) 2018 Ondrej Hlavaty, Petr Manek 3 3 * All rights reserved. 4 4 *  - 
      
uspace/lib/usbhost/src/ddf_helpers.c
r39f1c86 re0a5d4c 1 1 /* 2 2 * Copyright (c) 2013 Jan Vesely 3 * Copyright (c) 2018 Ondrej Hlavaty, Michal Staruch, Petr Manek 3 4 * All rights reserved. 4 5 *  - 
      
uspace/lib/usbhost/src/endpoint.c
r39f1c86 re0a5d4c 1 1 /* 2 2 * Copyright (c) 2011 Jan Vesely 3 * Copyright (c) 201 7 Ondrej Hlavaty <aearsis@eideo.cz>3 * Copyright (c) 2018 Ondrej Hlavaty 4 4 * All rights reserved. 5 5 *  - 
      
uspace/lib/usbhost/src/hcd.c
r39f1c86 re0a5d4c 1 1 /* 2 2 * Copyright (c) 2011 Jan Vesely 3 * Copyright (c) 2018 Ondrej Hlavaty 3 4 * All rights reserved. 4 5 *  - 
      
uspace/lib/usbhost/src/usb2_bus.c
r39f1c86 re0a5d4c 1 1 /* 2 2 * Copyright (c) 2011 Jan Vesely 3 * Copyright (c) 201 7 Ondrej Hlavaty <aearsis@eideo.cz>3 * Copyright (c) 2018 Ondrej Hlavaty, Petr Manek 4 4 * All rights reserved. 5 5 *  - 
      
uspace/lib/usbhost/src/usb_transfer_batch.c
r39f1c86 re0a5d4c 1 1 /* 2 2 * Copyright (c) 2011 Jan Vesely 3 * Copyright (c) 2018 Ondrej Hlavaty 3 4 * All rights reserved. 4 5 *  - 
      
uspace/lib/usbhost/src/utility.c
r39f1c86 re0a5d4c 1 1 /* 2 2 * Copyright (c) 2013 Jan Vesely 3 * Copyright (c) 201 7 Ondrej Hlavaty <aearsis@eideo.cz>3 * Copyright (c) 2018 Ondrej Hlavaty, Jan Hrach 4 4 * All rights reserved. 5 5 *  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  