]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
usb-gadget/uvc: use per-attribute show and store methods
authorChristoph Hellwig <hch@lst.de>
Sat, 3 Oct 2015 13:32:39 +0000 (15:32 +0200)
committerNicholas Bellinger <nab@linux-iscsi.org>
Wed, 14 Oct 2015 05:13:44 +0000 (22:13 -0700)
commit76e0da34c7cec5a7dc94667326a948de2e9c8c8d
treeb04b07864029a42e3e4844083de0c0e3ccbaa7d0
parent45b6a73f62ebcf3ff067895fb8030e67f4c7b67f
usb-gadget/uvc: use per-attribute show and store methods

UVC is a little different from other configfs consumers in that it wants
different function and field names from the exposed attribute name, so
it keeps it's local macros to define attributes instead of using the common
ones.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
Acked-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/usb/gadget/function/uvc_configfs.c