Loading drivers/hid/hid-elan.c +1 −1 Original line number Diff line number Diff line Loading @@ -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) Loading Loading
drivers/hid/hid-elan.c +1 −1 Original line number Diff line number Diff line Loading @@ -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) Loading