From owner-freebsd-x11@freebsd.org Fri Jul 21 11:23:36 2017 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A2205DA4845 for ; Fri, 21 Jul 2017 11:23:36 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 84FCE6C9DF; Fri, 21 Jul 2017 11:23:36 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id D001417CB0; Fri, 21 Jul 2017 11:23:35 +0000 (UTC) From: Jan Beich To: Mason Loring Bliss Cc: freebsd-x11@freebsd.org Subject: Re: evdev / uhid confusion References: <20170720183044.GC11612@blisses.org> Date: Fri, 21 Jul 2017 13:23:28 +0200 In-Reply-To: <20170720183044.GC11612@blisses.org> (Mason Loring Bliss's message of "Thu, 20 Jul 2017 14:30:44 -0400") Message-ID: <1spa-c9u7-wny@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jul 2017 11:23:36 -0000 Mason Loring Bliss writes: > Hi, all. My latest attempt to embrace FreeBSD met with failure, and I'd love > to solicit ideas to try again, as I've got some vacation time coming up I can > spend on it. > > In short, I've got a Logitech illuminated keyboard, and it presents > multimedia keys via a UHID. At one point I hacked up usbhidaction, as I > remember, to interpret events - it presented as a ranged device, even though > it was all fixed values - but that's the wrong way to do it. Maybe try https://wiki.freebsd.org/uhidd . For multimedia keys and nothing else you only need "-o" and (optionally) "-U" flags. > I asked for help on EFnet #freebsd-xorg and got some, but no luck, so I want > to ask again here: What do I do to get working multimedia-key UHID support > under FreeBSD 11.1? I've installed xf86-input-evdev and loaded the evdev > driver, and built webcamd from ports to have the right stuff, but I didn't > see /dev/input show up, and it's unclear to me how I'd hook it into X either > way. An added wrinkle is that I use nVidia and use nvidia-xconfig, but I > can't see that presenting any insuperable problems. Neither evdev(4) in kernel nor webcamd support USB HID devices.