git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29089 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Oliver Ruiz Dorantes
2009-01-29 22:09:28 +00:00
parent bf144dad1c
commit 06b6c3cbfa
+2 -3
View File
@@ -30,8 +30,7 @@ class HCIDelegate {
status = ioctl(fFD, GET_HCI_ID, &fHID, 0);
printf("%s: hid retrieved %lx status=%ld\n", __FUNCTION__,
fHID, status);
}
else {
} else {
printf("%s: Device driver could not be opened %ld\n", __FUNCTION__,
fHID);
fHID = B_ERROR;
@@ -72,7 +71,7 @@ class HCIDelegate {
status_t QueueCommand(raw_command rc, size_t size)
{
// TODO: this is suposed to queue the command in a queue so all
// are actually send to HW
// are actually send to HW to implement HCI FlowControl requeriments
return IssueCommand(rc, size);
}