bluez/profiles/input
Petri Gynther cd4ed91a4c 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 #) */
2014-03-07 09:01:54 +02:00
..
device.c input: Remove input_device.name 2014-03-07 09:01:27 +02:00
device.h input: Fix rejecting connections from unknown devices 2013-07-12 14:04:05 +03:00
hog.c hog: Fill ev.u.create.{phys,uniq} for UHID_CREATE 2014-03-07 09:01:54 +02:00
input.conf input: move it to profiles folder 2012-07-10 11:15:29 -03:00
manager.c profiles: Use full include path for header files 2014-01-25 20:08:59 -08:00
server.c profiles: Use full include path for header files 2014-01-25 20:08:59 -08:00
server.h input: move it to profiles folder 2012-07-10 11:15:29 -03:00
suspend-dummy.c profiles: Use full include path for header files 2014-01-25 20:08:59 -08:00
suspend.h hog: Add suspend/resume callbacks declaration 2012-09-28 12:55:52 +03:00
uhid_copy.h hog: HID I/O driver 2012-07-11 00:47:54 +03:00