Changeset f0da4eb2 in mainline
- Timestamp:
- 2010-11-21T23:07:53Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8cd1aa5e
- Parents:
- 8f62b0f
- Location:
- uspace/drv
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/root/root.c
r8f62b0f rf0da4eb2 72 72 static int add_platform_child(device_t *parent) 73 73 { 74 return EOK;75 74 printf(NAME ": adding new child for platform device.\n"); 76 75 -
uspace/drv/uhci/main.c
r8f62b0f rf0da4eb2 77 77 /* 78 78 * We need to announce the presence of our root hub. 79 * Commented out until the problem which causes the whole task to 80 * block is solved. 79 81 */ 80 usb_hcd_add_root_hub(device);82 //usb_hcd_add_root_hub(device); 81 83 82 84 return EOK; -
uspace/drv/uhci/uhci.ma
r8f62b0f rf0da4eb2 1 0 pci/ven=8086&dev=70201 10 pci/ven=8086&dev=7020 2 2 10 usb&hc=uhci 3 3 10 usb&hc=uhci&hub -
uspace/drv/vhc/hcd.c
r8f62b0f rf0da4eb2 108 108 fibril_add_ready(fid); 109 109 110 /* 111 * Temporary workaround. Wait a little bit to be the last driver 112 * in devman output. 113 */ 114 sleep(4); 115 110 116 return usb_hcd_main(&vhc_driver); 111 117 }
Note:
See TracChangeset
for help on using the changeset viewer.