Changeset 920d0fc in mainline for uspace/drv/bus/usb/ohci/main.c
- Timestamp:
- 2012-08-17T14:15:28Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a1a101d
- Parents:
- 20dd67e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ohci/main.c
r20dd67e r920d0fc 83 83 int main(int argc, char *argv[]) 84 84 { 85 usb_log_enable(USB_LOG_LEVEL_DEFAULT,NAME);85 log_init(NAME); 86 86 return ddf_driver_main(&ohci_driver); 87 87 }
Note:
See TracChangeset
for help on using the changeset viewer.