From owner-freebsd-questions@FreeBSD.ORG Sun Oct 24 20:36:52 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5AB3D106566C for ; Sun, 24 Oct 2010 20:36:52 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id D8DB28FC13 for ; Sun, 24 Oct 2010 20:36:51 +0000 (UTC) Received: by bwz3 with SMTP id 3so2491340bwz.13 for ; Sun, 24 Oct 2010 13:36:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=KsOHMJQbAKINOHUrr7cMMmbxRx8CGC05bxBusCRbPO0=; b=GOehO8B54wF3yr4zxzF0s8A1Ax08Km4XbT1zHclMbea5a7H5JZQgyVnbxHY97K/k0O J6BqEsgsFXi/QpD/Nu1ge/vRH0vVKgdhBz2meUmVx6iP6HFN0ycOvYBwnhAVj0S/PNeY e27TbTNkJHCjuvFqp6r7Qf0TfFHspwAIj7ITM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=cxpWq5ey19NI5Qr8Pw4SFapRXnMLX0qwt6tN+DfvAV1IJNQ/pHbYDA4Y/P8fWF5yJQ ykp2SUcmGoJQdGjm7s2RmCKSQ38WhGqEtlkljWozo8QeGtEhLrWtwEXGvlpbmVKgJ5P7 w1Yyx3Ind+tV0YaCHNUkzjJIskcrzrjjY87fU= MIME-Version: 1.0 Received: by 10.204.104.6 with SMTP id m6mr4378665bko.28.1287952609332; Sun, 24 Oct 2010 13:36:49 -0700 (PDT) Received: by 10.204.77.1 with HTTP; Sun, 24 Oct 2010 13:36:49 -0700 (PDT) In-Reply-To: <20101024203051.GA49563@slackbox.erewhon.net> References: <20101024154850.GA43549@slackbox.erewhon.net> <20101024203051.GA49563@slackbox.erewhon.net> Date: Sun, 24 Oct 2010 22:36:49 +0200 Message-ID: From: David DEMELIER To: Roland Smith Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD Questions Subject: Re: Auvisio USB remote X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2010 20:36:52 -0000 2010/10/24 Roland Smith : > On Sun, Oct 24, 2010 at 10:12:34PM +0200, David DEMELIER wrote: >> >> What can I try for the multimedia keys ? >> > >> > Try using usbhidctl(1) to see if the multimedia keys generate data. In= the file >> > /usr/share/misc/usb_hid_usages you can find some possible actions. >> > >> > If you have found the values that the multimedia keys give, you can us= e >> > usbhidaction(1) to execute commands when certain values appear on a HI= D. > >> Thanks for your answer, I tried usbhidctl(1) like this : >> >> markand@Abricot ~ $ sudo usbhidctl -f /dev/ugen2.2 -a >> usbhidctl: USB_GET_REPORT_DESC >> >> Is this behavior expected? > > For a hub it is. > > What do you find in /var/run/dmesg.boot for ugen2.2? > > Roland > -- > R.F.Smith =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 http://www.xs4all.n= l/~rsmith/ > [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] > pgp: 1A2B 477F 9970 BA3C 2914 =C2=A0B7CE 1277 EFB0 C321 A725 (KeyID: C321= A725) > This : markand@Abricot ~ $ grep -i ugen2.2 /var/run/dmesg.boot ugen2.2: at usbus2 --=20 Demelier David