diff options
| -rw-r--r-- | Documentation/hid/intel-thc-hid.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/hid/intel-thc-hid.rst b/Documentation/hid/intel-thc-hid.rst index 23d5110cb871..8b378c57b5aa 100644 --- a/Documentation/hid/intel-thc-hid.rst +++ b/Documentation/hid/intel-thc-hid.rst @@ -195,6 +195,7 @@ This is a new feature introduced in Panther Lake platform, THC hardware allows d a max input size for RxDMA. After this max size gets set and enabled, for every input report packet reading, THC hardware sequencer will first read incoming input packet size, then compare input packet size with the given max size: + - if input packet size <= max size, THC continues using input packet size to finish the reading - if input packet size > max size, there is potential input data crash risk during transferring, THC will use max size instead of input packet size for reading |
