diff options
author | Jiri Kosina <jkosina@suse.cz> | 2014-04-01 18:45:27 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-04-01 18:45:27 +0200 |
commit | b95dd3ca034a044471242fcbc8b8256f272b5062 (patch) | |
tree | 32a59028a1823e89214fce3149e80d65a0dda778 /Documentation/hid/hid-transport.txt | |
parent | HID: sony: Set the quriks flag for Bluetooth controllers (diff) | |
parent | HID: hyperv: fix _raw_request() prototype (diff) | |
download | linux-b95dd3ca034a044471242fcbc8b8256f272b5062.tar.xz linux-b95dd3ca034a044471242fcbc8b8256f272b5062.zip |
Merge branch 'for-3.15/hid-core-ll-transport-cleanup' into for-3.15/sony
Diffstat (limited to 'Documentation/hid/hid-transport.txt')
-rw-r--r-- | Documentation/hid/hid-transport.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/hid/hid-transport.txt b/Documentation/hid/hid-transport.txt index 9dbbceaef4f3..3dcba9fd4a3a 100644 --- a/Documentation/hid/hid-transport.txt +++ b/Documentation/hid/hid-transport.txt @@ -283,7 +283,8 @@ The available HID callbacks are: int reqtype) Same as ->request() but provides the report as raw buffer. This request shall be synchronous. A transport driver must not use ->wait() to complete such - requests. + requests. This request is mandatory and hid core will reject the device if + it is missing. - int (*output_report) (struct hid_device *hdev, __u8 *buf, size_t len) Send raw output report via intr channel. Used by some HID device drivers |