Changeset f20bc82 in mainline for uspace/drv/bus/usb/ohci/root_hub.h
- Timestamp:
- 2011-07-11T17:10:31Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 14426a0
- Parents:
- b21dfba
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ohci/root_hub.h
rb21dfba rf20bc82 42 42 43 43 #define HUB_DESCRIPTOR_MAX_SIZE (7 + 2 + 2) 44 #define INTERRUPT_BUFFER_MAX_SIZE 245 44 46 45 /** … … 56 55 /** interrupt transfer waiting for an actual interrupt to occur */ 57 56 usb_transfer_batch_t *unfinished_interrupt_transfer; 58 /** Interrupt mask of changes59 *60 * OHCI support max 15 ports (specs page 124) + one global bit, it61 * gives max 2 bytes.62 */63 uint8_t interrupt_buffer[INTERRUPT_BUFFER_MAX_SIZE];64 57 /** size of interrupt buffer */ 65 58 size_t interrupt_mask_size;
Note:
See TracChangeset
for help on using the changeset viewer.