diff mbox series

[v3,3/3] HID: lenovo: Add note about different report numbers

Message ID 20220121123206.36978-3-flokli@flokli.de (mailing list archive)
State New, archived
Delegated to: Jiri Kosina
Headers show
Series [v3,1/3] HID: lenovo: Add support for ThinkPad TrackPoint Keyboard II | expand

Commit Message

Florian Klink Jan. 21, 2022, 12:32 p.m. UTC
From: ValdikSS <iam@valdikss.org.ru>

Signed-off-by: Florian Klink <flokli@flokli.de>
---
 drivers/hid/hid-lenovo.c | 5 +++++
 1 file changed, 5 insertions(+)
diff mbox series

Patch

diff --git a/drivers/hid/hid-lenovo.c b/drivers/hid/hid-lenovo.c
index e9466ae8a9cb..7076407a6340 100644
--- a/drivers/hid/hid-lenovo.c
+++ b/drivers/hid/hid-lenovo.c
@@ -487,6 +487,11 @@  static int lenovo_send_cmd_cptkbd(struct hid_device *hdev,
 	if (!buf)
 		return -ENOMEM;
 
+	/*
+	* Feature report 0x13 is used for USB,
+	* output report 0x18 is used for Bluetooth.
+	* buf[0] is ignored by hid_hw_raw_request.
+	*/
 	buf[0] = 0x18;
 	buf[1] = byte2;
 	buf[2] = byte3;