1
0
Fork 0

Merge branch 'for-5.1/hid-elan' into for-linus

hifive-unleashed-5.1
Jiri Kosina 2019-03-05 15:25:12 +01:00
commit 3a69ae20cb
1 changed files with 1 additions and 1 deletions

View File

@ -393,7 +393,7 @@ static int elan_start_multitouch(struct hid_device *hdev)
* This byte sequence will enable multitouch mode and disable
* mouse emulation
*/
const unsigned char buf[] = { 0x0D, 0x00, 0x03, 0x21, 0x00 };
static const unsigned char buf[] = { 0x0D, 0x00, 0x03, 0x21, 0x00 };
unsigned char *dmabuf = kmemdup(buf, sizeof(buf), GFP_KERNEL);
if (!dmabuf)