All of lore.kernel.org
 help / color / mirror / Atom feed
* [V2, PATCH] Increase HID maximum packet size to 16KB.
@ 2020-11-25 22:22 Dean Camera
  0 siblings, 0 replies; only message in thread
From: Dean Camera @ 2020-11-25 22:22 UTC (permalink / raw)
  To: linux-input, jikos, benjamin.tissoires; +Cc: Dean Camera

---
 include/linux/hid.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/hid.h b/include/linux/hid.h
index 58684657960b..2faa7aba67ed 100644
--- a/include/linux/hid.h
+++ b/include/linux/hid.h
@@ -494,7 +494,7 @@ struct hid_report_enum {
 };
 
 #define HID_MIN_BUFFER_SIZE	64		/* make sure there is at least a packet size of space */
-#define HID_MAX_BUFFER_SIZE	8192		/* 8kb */
+#define HID_MAX_BUFFER_SIZE	16384		/* 16kb */
 #define HID_CONTROL_FIFO_SIZE	256		/* to init devices with >100 reports */
 #define HID_OUTPUT_FIFO_SIZE	64
 
-- 
2.25.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-11-25 22:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-25 22:22 [V2, PATCH] Increase HID maximum packet size to 16KB Dean Camera

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.