summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2007-06-30 05:07:51 +0000
committerimp <imp@FreeBSD.org>2007-06-30 05:07:51 +0000
commita624ee31030c6b1d7b95b98566c8fc1ca4abde2c (patch)
tree8a2e9c9c6d40903771de1615077b480e9f230571 /share
parentc5360947f6aba54118be3f425d842b9154bcb283 (diff)
downloadFreeBSD-src-a624ee31030c6b1d7b95b98566c8fc1ca4abde2c.zip
FreeBSD-src-a624ee31030c6b1d7b95b98566c8fc1ca4abde2c.tar.gz
uhid.4: correct structure field names to match dev/usb/usb.h
Submitted by: Dmitry Marakasov PR: 101757 Approved by: re (blanket)
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/uhid.48
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/uhid.4 b/share/man/man4/uhid.4
index 4f077b7..b830512 100644
--- a/share/man/man4/uhid.4
+++ b/share/man/man4/uhid.4
@@ -77,8 +77,8 @@ The report descriptor is delivered
without any processing.
.Bd -literal
struct usb_ctl_report_desc {
- int size;
- u_char data[1024]; /* filled data size will vary */
+ int ucrd_size;
+ u_char ucrd_data[1024]; /* filled data size will vary */
};
.Ed
.It Dv USB_SET_IMMED Pq Vt int
@@ -106,8 +106,8 @@ or
This call may fail if the device does not support this feature.
.Bd -literal
struct usb_ctl_report {
- int report;
- u_char data[1024]; /* used data size will vary */
+ int ucr_report;
+ u_char ucr_data[1024]; /* used data size will vary */
};
.Ed
.It Dv USB_SET_REPORT Pq Vt "struct usb_ctl_report"
OpenPOWER on IntegriCloud