From owner-freebsd-questions@FreeBSD.ORG Sun Oct 24 08:36:19 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 8C291106566C for ; Sun, 24 Oct 2010 08:36:19 +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 1DF228FC1C for ; Sun, 24 Oct 2010 08:36:18 +0000 (UTC) Received: by bwz3 with SMTP id 3so2251870bwz.13 for ; Sun, 24 Oct 2010 01:36:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=XNTqx2RmydXfqY74nm+tRlCXtMTpzqXtBXdK/0/Vsso=; b=W+r12VCA4m/x7TzFDbqpi3BirtJKyDUcgT3rPQo1UJ38Xdzp0M0rQxUxrAdLycLkyD pphPtjtJpYZ5l3AeazYwER/SvWvuUBSgQ9L3UEN65BWTMTTpaew3K41zItYS0vq7grI5 tNQXogp8oz0czoNYPm4JTKBAU2X9oHrsERCY0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Yzv47VKPKzweUGLPmpDqYZilGjEn3K9tYASZaxUbtnqeBoZVscxz+488NrZvJKXOlC Fqw57hh/GqDLPQNutQUWSAZgnydg4eNXlbXImp+LuW8YkU/a2MA0pxlyQlXPoXTNBJzr Zgk/yw06Feewxssk7j5hzX5Wpf+Ke33YddGS0= MIME-Version: 1.0 Received: by 10.204.121.84 with SMTP id g20mr2895107bkr.37.1287909376975; Sun, 24 Oct 2010 01:36:16 -0700 (PDT) Received: by 10.204.77.1 with HTTP; Sun, 24 Oct 2010 01:36:16 -0700 (PDT) Date: Sun, 24 Oct 2010 10:36:16 +0200 Message-ID: From: David DEMELIER To: FreeBSD Questions Content-Type: text/plain; charset=UTF-8 Subject: 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 08:36:19 -0000 Hello folks; I have a USB remote (http://www.ortek.com/upimg/200732111364392163.jpg). It's an auvisio VRC-1100 Ro, there is no much information on it. It's recognized as a simple keyboard and mouse. The buttons sends some keypress events like "p" "enter" and numbers, but there is also multimedia keys, these don't send keypress events so I guess this is send via the HID device but I don't know how I can use them on FreeBSD. This is the message when I plug the remote controller. ugen2.2: at usbus2 ukbd0: on usbus2 kbd2 at ukbd0 ums1: on usbus2 ums1: 5 buttons and [XYZ] coordinates ID=1 What can I try for the multimedia keys ? Kind regards, -- Demelier David