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:
Niels Sascha Reedijk 2004-06-19 19:00:27 +00:00
parent 03a649005d
commit 2265a3399b
4 changed files with 4 additions and 3 deletions

View File

@ -163,3 +163,4 @@ void Hub::Explore()
} // PORT_STATUS_CONNECTION
}//for (...)
}

View File

@ -92,4 +92,4 @@ status_t ControlPipe::SendControlMessage( usb_request_data *command , void *data
status_t retval = m_bus->hcpointer->SubmitPacket( transfer.GetData() );
return retval;
}
}

View File

@ -55,4 +55,4 @@ void Transfer::SetActualLength( size_t *actual_length )
usb_transfer_t * Transfer::GetData()
{
return d;
}
}

View File

@ -16,5 +16,5 @@ resource app_version {
variety = 0,
internal = 1,
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"
};