Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190751
b: refs/heads/master
c: fddb33f
h: refs/heads/master
i:
  190749: 024e96b
  190747: 27a1299
  190743: c40ad8b
  190735: e9bc723
  190719: a5575fc
v: v3
  • Loading branch information
Antonio Ospite authored and Jiri Kosina committed May 3, 2010
1 parent c4e4e2d commit a4921c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: ed7e2ca24bfff5c7a09de8a05c536f68560b34fb
refs/heads/master: fddb33f2e8872fa4857dd29f0b71a523c9ed5577
2 changes: 1 addition & 1 deletion trunk/drivers/hid/hid-sony.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ static int sony_set_operational_usb(struct hid_device *hdev)

static int sony_set_operational_bt(struct hid_device *hdev)
{
unsigned char buf[] = { 0x53, 0xf4, 0x42, 0x03, 0x00, 0x00 };
unsigned char buf[] = { 0xf4, 0x42, 0x03, 0x00, 0x00 };
return hdev->hid_output_raw_report(hdev, buf, sizeof(buf), HID_FEATURE_REPORT);
}

Expand Down

0 comments on commit a4921c4

Please sign in to comment.