hc
2024-01-31 f70575805708cabdedea7498aaa3f710fde4d920
kernel/include/uapi/linux/virtio_input.h
....@@ -40,18 +40,18 @@
4040 };
4141
4242 struct virtio_input_absinfo {
43
- __u32 min;
44
- __u32 max;
45
- __u32 fuzz;
46
- __u32 flat;
47
- __u32 res;
43
+ __le32 min;
44
+ __le32 max;
45
+ __le32 fuzz;
46
+ __le32 flat;
47
+ __le32 res;
4848 };
4949
5050 struct virtio_input_devids {
51
- __u16 bustype;
52
- __u16 vendor;
53
- __u16 product;
54
- __u16 version;
51
+ __le16 bustype;
52
+ __le16 vendor;
53
+ __le16 product;
54
+ __le16 version;
5555 };
5656
5757 struct virtio_input_config {