ANDROID: fix up abi break in struct hid_device
In commit bf29fda7 ("HID: retain initial quirks set up when creating HID devices") a new field is added to struct hid_device in order to handle quirks properly. Use the abi-preserved field for this to handle the ABI change correctly. Bug: 161946584 Fixes: bf29fda7 ("HID: retain initial quirks set up when creating HID devices") Change-Id: Icbebf52939ec5da61eef50c53bef5c5fc0e00991 Signed-off-by:Greg Kroah-Hartman <gregkh@google.com>
Loading