Changeset 940f576 in mainline for uspace/drv/bus/usb/usbhub/main.c
- Timestamp:
- 2011-10-12T18:54:05Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 196fbb0
- Parents:
- 51f033ce
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbhub/main.c
r51f033ce r940f576 62 62 */ 63 63 static usb_driver_ops_t usb_hub_driver_ops = { 64 .device_add = usb_hub_device_add 64 .device_add = usb_hub_device_add, 65 .device_gone = usb_hub_device_gone, 65 66 }; 66 67
Note:
See TracChangeset
for help on using the changeset viewer.