diff options
author | Rene Ladan <rene@FreeBSD.org> | 2019-11-30 21:55:16 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2019-11-30 21:55:16 +0000 |
commit | 495f8d8067f4a816fbfe03fc241de9e506464e72 (patch) | |
tree | 3e4d5889963d3ced051a82df003ed7200624fb31 /sysutils/uhidd/files/patch-uhidd_uhidd.8 | |
parent | - Update xfce4-dashboard to 0.7.6 (diff) |
sysutils/uhidd: drop obsolete CUSE option for CUSE4BSD, it is replaced by cuse.
Notes
Notes:
svn path=/head/; revision=518732
Diffstat (limited to 'sysutils/uhidd/files/patch-uhidd_uhidd.8')
-rw-r--r-- | sysutils/uhidd/files/patch-uhidd_uhidd.8 | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/sysutils/uhidd/files/patch-uhidd_uhidd.8 b/sysutils/uhidd/files/patch-uhidd_uhidd.8 new file mode 100644 index 000000000000..9532891c6862 --- /dev/null +++ b/sysutils/uhidd/files/patch-uhidd_uhidd.8 @@ -0,0 +1,29 @@ +--- uhidd/uhidd.8.orig 2012-10-14 19:53:44 UTC ++++ uhidd/uhidd.8 +@@ -89,7 +89,7 @@ All other HID application collections that don't + have a specific driver can be attached by the Virtual Generic HID + class driver. The driver creates a virtual USB HID device using + the +-.Xr cuse4bsd 4 ++.Xr cuse 4 + interface, so normal USB HID applications that deal with + .Xr uhid 4 , + e.g. +@@ -114,7 +114,7 @@ foreground. This option is intended for debugging the + .It Fl h + Attach the Virtual Generic HID class driver. + This option requires that +-.Xr cuse4bsd 4 ++.Xr cuse 4 + driver loaded as a kernel module. + .It Fl H + Specify the name of the virtual HID device created by the +@@ -207,7 +207,7 @@ the in-memory multimedia keymap for device ugen.%u.%u + .Sh SEE ALSO + .Xr usbhidaction 1 , + .Xr usbhidctl 1 , +-.Xr cuse4bsd 3 , ++.Xr cuse 3 , + .Xr usb 3 , + .Xr usbhid 3 , + .Xr uhid 4 , |