From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wi0-f177.google.com ([209.85.212.177]) by ur; Sun Oct 4 10:23:42 EDT 2015 Received: by wicfx3 with SMTP id fx3so83018799wic.0 for <9front@9front.org>; Sun, 04 Oct 2015 07:23:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=IGJU7ZC46D237eZLMn3q6MPnAN9Xs6Kz2EHneS4r0b0=; b=SCUhzLr4/9iIq92ctC3RvabPSROFYzeb3j2lOoKiGRyEa0b4B8r0wNOQfrJHu6Q2XR ktV4PMAH+Eyw1eWzocy9Xx5Si+OPWJkr25zXMCr+IWNvxUgqtlXf4oqglBuItVqAbGgB vGGzNOi91jz6oD9e1Xp2E5KJOTO2HvQLBGVg4tNG4UgQ8DGOl+WTaZskaw3uNh0zfyRF ypPNhRPm7XRrjMVa+gIw+9ulM/4pML1eCy7aw1t3f125I2tluBXtaLY/PKaZCFC72Obz 8pWGV9qPigc3fP+6oT0blthjdAzeBrk83o2/b54gQXCWNDQdf1jKQ56XMuRJUQ1trGdY Pc0A== MIME-Version: 1.0 X-Received: by 10.194.121.232 with SMTP id ln8mr30532321wjb.76.1443968243192; Sun, 04 Oct 2015 07:17:23 -0700 (PDT) Received: by 10.28.229.132 with HTTP; Sun, 4 Oct 2015 07:17:23 -0700 (PDT) Date: Sun, 4 Oct 2015 16:17:23 +0200 Message-ID: List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: standard-aware rails property manager Subject: briefly document nusb/joy From: qux To: 9front@9front.org Content-Type: text/plain; charset=UTF-8 briefly document nusb/joy diff -r e540b0bb61c8 sys/man/4/nusb --- a/sys/man/4/nusb Sat Oct 03 12:19:31 2015 +0200 +++ b/sys/man/4/nusb Sun Oct 04 16:10:51 2015 +0200 @@ -35,6 +35,12 @@ ] .I devid .PP +.B nusb/joy +[ +.B -d +] +.I devid +.PP .B nusb/serial [ .B -d @@ -135,6 +141,10 @@ Mouse events are sent to .BR /dev/mousein in the same way. +.SS Joysticks +.I Joy +parses data packets from a given endpoint and prints back +any changes in the device's axes or buttons. .SS Disks .I Disk configures and manages USB mass storage devices. It @@ -245,6 +255,9 @@ .IR shr (3), .IR nusbrc (8), .IR kbdfs (8) +.SH HISTORY +.I Joy +first appeared in 9front (March, 2014). .SH BUGS The various device drivers are generic USB drivers and may work only for certain devices of each class.