linux_dsm_epyc7002/drivers/input/joystick/iforce
Dmitry Torokhov 6ac0aec6b0 Input: iforce - allow callers supply data buffer when fetching device IDs
We want to move buffer handling into transport layers as the properties of
buffers (DMA-safety, alignment, etc) are different for different
transports. To allow this, let's allow caller to specify their own buffers
for the results of iforce_get_id_packet() and let transport drivers to
figure what buffers they need to use for transfers.

Tested-by: Tim Schumacher <timschumi@gmx.de>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
2019-06-22 23:55:23 -07:00
..
iforce-ff.c Input: iforce - update formatting of switch statements 2019-06-22 23:55:21 -07:00
iforce-main.c Input: iforce - allow callers supply data buffer when fetching device IDs 2019-06-22 23:55:23 -07:00
iforce-packets.c Input: iforce - only call iforce_process_packet() if initialized 2019-06-22 23:55:23 -07:00
iforce-serio.c Input: iforce - allow callers supply data buffer when fetching device IDs 2019-06-22 23:55:23 -07:00
iforce-usb.c Input: iforce - allow callers supply data buffer when fetching device IDs 2019-06-22 23:55:23 -07:00
iforce.h Input: iforce - allow callers supply data buffer when fetching device IDs 2019-06-22 23:55:23 -07:00
Kconfig Input: iforce - split into core and transport modules 2019-06-22 23:55:20 -07:00
Makefile Input: iforce - split into core and transport modules 2019-06-22 23:55:20 -07:00