Styling
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29089 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -30,8 +30,7 @@ class HCIDelegate {
|
|||||||
status = ioctl(fFD, GET_HCI_ID, &fHID, 0);
|
status = ioctl(fFD, GET_HCI_ID, &fHID, 0);
|
||||||
printf("%s: hid retrieved %lx status=%ld\n", __FUNCTION__,
|
printf("%s: hid retrieved %lx status=%ld\n", __FUNCTION__,
|
||||||
fHID, status);
|
fHID, status);
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
printf("%s: Device driver could not be opened %ld\n", __FUNCTION__,
|
printf("%s: Device driver could not be opened %ld\n", __FUNCTION__,
|
||||||
fHID);
|
fHID);
|
||||||
fHID = B_ERROR;
|
fHID = B_ERROR;
|
||||||
@@ -72,7 +71,7 @@ class HCIDelegate {
|
|||||||
status_t QueueCommand(raw_command rc, size_t size)
|
status_t QueueCommand(raw_command rc, size_t size)
|
||||||
{
|
{
|
||||||
// TODO: this is suposed to queue the command in a queue so all
|
// 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);
|
return IssueCommand(rc, size);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user