From: Frank Praznik Date: Wed, 12 Nov 2014 19:10:09 +0000 (-0500) Subject: HID: sony: Use kernel allocated buffers for HID reports X-Git-Tag: omap-for-v3.19/fixes-rc1~112^2^9~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b2b5c9a790743ccb2516f1a86671d5df9c6c5cd;p=pandora-kernel.git HID: sony: Use kernel allocated buffers for HID reports Replace stack buffers with kernel allocated buffers for sending and receiving HID reports to prevent issues with DMA transfers on certain hardware. Output report buffers are allocated at initialization time to avoid excessive calls to kmalloc and kfree. Link: https://bugzilla.kernel.org/show_bug.cgi?id=87991 Signed-off-by: Frank Praznik Reviewed-by: Dmitry Torokhov Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed