My own "we are haiku now"-commit:
I shall be telling this with a sigh Somewhere ages and ages hence: Two roads diverged in a wood, and I - I took the one less travelled by, And that has made all the difference Robert Frost (The Road Not Taken) git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8070 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -163,3 +163,4 @@ void Hub::Explore()
|
|||||||
} // PORT_STATUS_CONNECTION
|
} // PORT_STATUS_CONNECTION
|
||||||
}//for (...)
|
}//for (...)
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -92,4 +92,4 @@ status_t ControlPipe::SendControlMessage( usb_request_data *command , void *data
|
|||||||
|
|
||||||
status_t retval = m_bus->hcpointer->SubmitPacket( transfer.GetData() );
|
status_t retval = m_bus->hcpointer->SubmitPacket( transfer.GetData() );
|
||||||
return retval;
|
return retval;
|
||||||
}
|
}
|
||||||
@@ -55,4 +55,4 @@ void Transfer::SetActualLength( size_t *actual_length )
|
|||||||
usb_transfer_t * Transfer::GetData()
|
usb_transfer_t * Transfer::GetData()
|
||||||
{
|
{
|
||||||
return d;
|
return d;
|
||||||
}
|
}
|
||||||
@@ -16,5 +16,5 @@ resource app_version {
|
|||||||
variety = 0,
|
variety = 0,
|
||||||
internal = 1,
|
internal = 1,
|
||||||
short_info = "USB system software",
|
short_info = "USB system software",
|
||||||
long_info = "OpenBeOS - This driver is (c) 2003-2004 Niels Sascha Reedijk"
|
long_info = "Haiku - This driver is (c) 2003-2004 Niels Sascha Reedijk"
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user