]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
HID: cp2112: convert to use hid_hw_raw_request()
authorJiri Kosina <jkosina@suse.cz>
Mon, 17 Feb 2014 23:39:39 +0000 (00:39 +0100)
committerJiri Kosina <jkosina@suse.cz>
Mon, 17 Feb 2014 23:39:39 +0000 (00:39 +0100)
commit490051ad164ac53a96ca41f6edc270640bfc499d
treedc7a985afaeb98ae173b92af5a7936b179de18f9
parentd6a611f5e39fa3bc1243b0f14399340021906751
HID: cp2112: convert to use hid_hw_raw_request()

Commit cafebc0 ("HID: remove hid_get_raw_report in struct hid_device")
obsoletes the use of hdev->hid_get_raw_report(), as calling
hid_hw_raw_request() is functionally equivalent.

Convert cp2112 to use this notation.

Reported-by: fengguang.wu@intel.com
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-cp2112.c