Changeset 366e9b6 in mainline for uspace/drv/bus
- Timestamp:
- 2017-10-13T11:13:32Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c10daa8
- Parents:
- cb69854
- Location:
- uspace/drv/bus/usb
- Files:
- 
      - 4 edited
 
 - 
          
  ehci/main.c (modified) (1 diff)
- 
          
  ohci/main.c (modified) (1 diff)
- 
          
  uhci/main.c (modified) (1 diff)
- 
          
  vhc/main.c (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      uspace/drv/bus/usb/ehci/main.crcb69854 r366e9b6 63 63 .claim = ehci_driver_claim, 64 64 .start = ehci_driver_start, 65 .setup_root_hub = hcd_setup_virtual_root_hub, 65 66 .fini = ehci_driver_fini, 66 67 .ops = { 
- 
      uspace/drv/bus/usb/ohci/main.crcb69854 r366e9b6 58 58 .claim = ohci_driver_claim, 59 59 .start = ohci_driver_start, 60 .setup_root_hub = hcd_setup_virtual_root_hub, 60 61 .fini = ohci_driver_fini, 61 62 .name = "OHCI", 
- 
      uspace/drv/bus/usb/uhci/main.crcb69854 r366e9b6 60 60 .init = uhci_driver_init, 61 61 .start = uhci_driver_start, 62 .setup_root_hub = hcd_setup_virtual_root_hub, 62 63 .fini = uhci_driver_fini, 63 64 .name = "UHCI", 
- 
      uspace/drv/bus/usb/vhc/main.crcb69854 r366e9b6 111 111 * needs to be ready at this time. 112 112 */ 113 ret = hcd_ ddf_setup_root_hub(dev);113 ret = hcd_setup_virtual_root_hub(dev); 114 114 if (ret != EOK) { 115 115 usb_log_error("Failed to init VHC root hub: %s\n", 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
