Changeset f3ae58b in mainline for uspace/lib/usbhost
- Timestamp:
 - 2018-01-29T14:10:47Z (8 years ago)
 - Branches:
 - lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
 - Children:
 - 1bab1c8
 - Parents:
 - 7bdfcaf
 - Location:
 - uspace/lib/usbhost
 - Files:
 - 
      
- 2 edited
 
- 
          
  include/usb/host/usb2_bus.h (modified) (1 diff)
 - 
          
  src/usb2_bus.c (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
uspace/lib/usbhost/include/usb/host/usb2_bus.h
r7bdfcaf rf3ae58b 64 64 65 65 extern int usb2_bus_device_enumerate(usb2_bus_helper_t *, device_t *); 66 extern void usb2_bus_device_gone(usb2_bus_helper_t *, device_t *); 67 66 68 extern int usb2_bus_endpoint_register(usb2_bus_helper_t *, endpoint_t *); 67 69 extern void usb2_bus_endpoint_unregister(usb2_bus_helper_t *, endpoint_t *);  - 
      
uspace/lib/usbhost/src/usb2_bus.c
r7bdfcaf rf3ae58b 203 203 } 204 204 205 void usb2_bus_device_gone(usb2_bus_helper_t *helper, device_t *dev) 206 { 207 release_address(helper, dev->address); 208 } 209 205 210 /** 206 211 * Register an endpoint to the bus. Reserves bandwidth.  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  