diff options
author | jmg <jmg@FreeBSD.org> | 2003-07-04 01:50:39 +0000 |
---|---|---|
committer | jmg <jmg@FreeBSD.org> | 2003-07-04 01:50:39 +0000 |
commit | 4ae39a51c0daaa85c91db9c17c4966813f0ad132 (patch) | |
tree | 5b79f9b37e76ca1c2e5ce82ab14f966e1d6c2545 /sys/dev/usb/hid.h | |
parent | be4cccbaee61ce3b41b3d7258c8090a0f313cf37 (diff) | |
download | FreeBSD-src-4ae39a51c0daaa85c91db9c17c4966813f0ad132.zip FreeBSD-src-4ae39a51c0daaa85c91db9c17c4966813f0ad132.tar.gz |
WARNING: white space diff
This code reduces the number of trailing white space to be more in line
w/ NetBSD. I don't regenerate usbdevs, saving that for when it really
changes.
Diffstat (limited to 'sys/dev/usb/hid.h')
-rw-r--r-- | sys/dev/usb/hid.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/usb/hid.h b/sys/dev/usb/hid.h index 8dcc46f..590e7cb 100644 --- a/sys/dev/usb/hid.h +++ b/sys/dev/usb/hid.h @@ -38,7 +38,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -enum hid_kind { +enum hid_kind { hid_input, hid_output, hid_feature, hid_collection, hid_endcollection }; @@ -84,8 +84,8 @@ struct hid_data *hid_start_parse(void *d, int len, int kindset); void hid_end_parse(struct hid_data *s); int hid_get_item(struct hid_data *s, struct hid_item *h); int hid_report_size(void *buf, int len, enum hid_kind k, u_int8_t *id); -int hid_locate(void *desc, int size, u_int32_t usage, - enum hid_kind kind, struct hid_location *loc, +int hid_locate(void *desc, int size, u_int32_t usage, + enum hid_kind kind, struct hid_location *loc, u_int32_t *flags); u_long hid_get_data(u_char *buf, struct hid_location *loc); int hid_is_collection(void *desc, int size, u_int32_t usage); |