usb: gadget: f_hid: add dev to configfs
authorJohannes Berg <johannes@sipsolutions.net>
Thu, 23 Jun 2016 20:28:54 +0000 (22:28 +0200)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Thu, 25 Aug 2016 09:13:16 +0000 (12:13 +0300)
commited6fe1f50f0c0fdea674dfa739af50011034bdfa
treedbada81794a93f215917f4e3040daeebf8da099b
parent00af62330c39a6c88615a08e7f9d068944e4af69
usb: gadget: f_hid: add dev to configfs

Even if the /dev/hidg* chardev is automatically created, one
has to guess which one belongs to which function. In the case
of multiple HID functions, or maybe even multiple peripherals,
this becomes difficult.

Add the dev (with major and minor number) to configfs to allow
looking up (or even creating) the right device node for each
function. This file is read-only.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
drivers/usb/gadget/function/f_hid.c