OSDN Git Service
(root)
/
android-x86
/
external-bluetooth-bluez.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65ec172
)
android/hid: Fix passing vendor id as version to uHID
author
Luiz Augusto von Dentz
<luiz.von.dentz@intel.com>
Fri, 1 Nov 2013 13:08:39 +0000
(15:08 +0200)
committer
Johan Hedberg
<johan.hedberg@intel.com>
Fri, 1 Nov 2013 13:23:26 +0000
(15:23 +0200)
android/hid.c
patch
|
blob
|
history
diff --git
a/android/hid.c
b/android/hid.c
index
bbdc66a
..
57ad5e4
100644
(file)
--- a/
android/hid.c
+++ b/
android/hid.c
@@
-278,7
+278,7
@@
static int uhid_create(struct hid_device *dev)
ev.u.create.bus = BUS_BLUETOOTH;
ev.u.create.vendor = dev->vendor;
ev.u.create.product = dev->product;
- ev.u.create.version = dev->ve
ndor
;
+ ev.u.create.version = dev->ve
rsion
;
ev.u.create.country = dev->country;
ev.u.create.rd_size = dev->rd_size;
ev.u.create.rd_data = dev->rd_data;