aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-cmedia.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2016-03-02HID: Support for CMedia CM6533 HID audio jack controlsBen Chen1-0/+168
The C-Media CM6533 is a USB audio chip featuring it's jack detection capability.The device originates an interrupt transfer via HID interface each time when a jack event occurs. The purpose of this patch is to handle hid raw events to keep the operating system informed of user interactions. Signed-off-by: Ben Chen <ben_chen@bizlinktech.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>