Home
last modified time | relevance | path

Searched hist:a45232d66063fc8264c3e1ccf8e8f0d984de9f45 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/input/mouse/
H A Dappletouch.cdiff a45232d66063fc8264c3e1ccf8e8f0d984de9f45 Mon Aug 07 21:44:25 CDT 2017 Arvind Yadav <arvind.yadav.cs@gmail.com> Input: appletouch - constify usb_device_id

usb_device_id are not supposed to change at runtime. All functions
working with usb_device_id provided by <linux/usb.h> work with
const usb_device_id. So mark the non-const structs as const.

Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>