Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 323479
b: refs/heads/master
c: e2e78e7
h: refs/heads/master
i:
  323477: 10827c2
  323475: 487c87c
  323471: b8a6d4f
v: v3
  • Loading branch information
Andy Shevchenko authored and Jiri Kosina committed Sep 10, 2012
1 parent f00f5bc commit 4d8e438
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8b61513b86a221760389237c039105b5a5a332b3
refs/heads/master: e2e78e71d1a3d721beaaab591f3d6c4886ef21a4
3 changes: 1 addition & 2 deletions trunk/drivers/hid/hid-holtekff.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,7 @@ static void holtekff_send(struct holtekff_device *holtekff,
holtekff->field->value[i] = data[i];
}

dbg_hid("sending %02x %02x %02x %02x %02x %02x %02x\n", data[0],
data[1], data[2], data[3], data[4], data[5], data[6]);
dbg_hid("sending %*ph\n", 7, data);

usbhid_submit_report(hid, holtekff->field->report, USB_DIR_OUT);
}
Expand Down

0 comments on commit 4d8e438

Please sign in to comment.