Changeset 1d1bb0f in mainline for uspace/drv/uhci/hw_struct
- Timestamp:
- 2011-06-19T13:38:37Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b72efe8
- Parents:
- adfdbd5 (diff), 9724d7f (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - Location:
- uspace/drv/uhci/hw_struct
- Files:
-
- 4 moved
-
link_pointer.h (moved) (moved from uspace/drv/uhci_hcd/hw_struct/link_pointer.h )
-
queue_head.h (moved) (moved from uspace/drv/uhci_hcd/hw_struct/queue_head.h )
-
transfer_descriptor.c (moved) (moved from uspace/drv/uhci_hcd/hw_struct/transfer_descriptor.c ) (1 diff)
-
transfer_descriptor.h (moved) (moved from uspace/drv/uhci_hcd/hw_struct/transfer_descriptor.h )
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci/hw_struct/transfer_descriptor.c
radfdbd5 r1d1bb0f 103 103 td_print_status(instance); 104 104 if (pid == USB_PID_SETUP) { 105 usb_log_debug ("SETUP BUFFER: %s\n",105 usb_log_debug2("SETUP BUFFER: %s\n", 106 106 usb_debug_str_buffer(buffer, 8, 8)); 107 107 }
Note:
See TracChangeset
for help on using the changeset viewer.
