Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HID: fix hid_device_id for cross compiling
struct hid_device_id contains hidden padding which is bad for cross compiling. Make the padding explicit and consistent across architectures. Signed-off-by: Andreas Schwab <schwab@suse.de> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
- Loading branch information