Skip to content

Commit

Permalink
ehci: initializes fItdEntries and fSitdEntries.
Browse files Browse the repository at this point in the history
  • Loading branch information
korli committed Jun 26, 2013
1 parent 54574ed commit 691f8e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/add-ons/kernel/busses/usb/ehci.cpp
Expand Up @@ -118,6 +118,8 @@ EHCI::EHCI(pci_info *info, Stack *stack)
fPeriodicFrameListArea(-1),
fPeriodicFrameList(NULL),
fInterruptEntries(NULL),
fItdEntries(NULL),
fSitdEntries(NULL),
fAsyncQueueHead(NULL),
fAsyncAdvanceSem(-1),
fFirstTransfer(NULL),
Expand Down

0 comments on commit 691f8e5

Please sign in to comment.