[Core] Bump mouse endpoint packet size to 16 bytes (#21711)
This commit is contained in:
parent
2f4e1a78ad
commit
fb18ac2b10
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#define _UDI_DEVICE_EPSIZE_H_
|
#define _UDI_DEVICE_EPSIZE_H_
|
||||||
|
|
||||||
#define KEYBOARD_EPSIZE 8
|
#define KEYBOARD_EPSIZE 8
|
||||||
#define MOUSE_EPSIZE 8
|
#define MOUSE_EPSIZE 16
|
||||||
#define EXTRAKEY_EPSIZE 8
|
#define EXTRAKEY_EPSIZE 8
|
||||||
#define RAW_EPSIZE 32
|
#define RAW_EPSIZE 32
|
||||||
#define CONSOLE_EPSIZE 32
|
#define CONSOLE_EPSIZE 32
|
||||||
|
|
|
@ -299,7 +299,7 @@ enum usb_endpoints {
|
||||||
|
|
||||||
#define KEYBOARD_EPSIZE 8
|
#define KEYBOARD_EPSIZE 8
|
||||||
#define SHARED_EPSIZE 32
|
#define SHARED_EPSIZE 32
|
||||||
#define MOUSE_EPSIZE 8
|
#define MOUSE_EPSIZE 16
|
||||||
#define RAW_EPSIZE 32
|
#define RAW_EPSIZE 32
|
||||||
#define CONSOLE_EPSIZE 32
|
#define CONSOLE_EPSIZE 32
|
||||||
#define MIDI_STREAM_EPSIZE 64
|
#define MIDI_STREAM_EPSIZE 64
|
||||||
|
|
Loading…
Reference in a new issue