Commit: cd4ed91a4cca697ee1209a3035152c46fe5826ad
Parent: a70432827c745e5dc378ab6548ce1cf366cc4460
Author: Petri Gynther <pgynther@google.com>
Committer: Johan Hedberg <johan.hedberg@intel.com>
Date: 2014-03-07 09:01:54
Tree: de88f3a02a62d4bb95df5b6c6807fdab7e960b83

hog: Fill ev.u.create.{phys,uniq} for UHID_CREATE Fill ev.u.create.{phys,uniq} fields when uHID device is created. These values are copied to kernel hid_device structure. linux/include/linux/hid.h: struct hid_device { ... char name[128]; /* Device name */ char phys[64]; /* Device physical location */ char uniq[64]; /* Device unique identifier (serial #) */

Diffstat

M profiles/input/hog.c | 3 +++

1 files changed, 3 insertions(+), 0 deletions(-)

View Full Diff | Patch