This subtle error (introduced in r18656) caused bulk pipes to stall.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18713 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -18,7 +18,7 @@ Pipe::Pipe(Object *parent, int8 deviceAddress, uint8 endpointAddress,
|
||||
fDirection(direction),
|
||||
fSpeed(speed),
|
||||
fMaxPacketSize(maxPacketSize),
|
||||
fDataToggle(true)
|
||||
fDataToggle(false)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user