From owner-freebsd-stable@FreeBSD.ORG Sat Jan 23 20:51:00 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 70C431065672 for ; Sat, 23 Jan 2010 20:51:00 +0000 (UTC) (envelope-from alteriks@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.159]) by mx1.freebsd.org (Postfix) with ESMTP id 0616F8FC1D for ; Sat, 23 Jan 2010 20:50:59 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id 16so419847fgg.13 for ; Sat, 23 Jan 2010 12:50:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=7xVZQMoNEwXWGDDE6Vmz880pvmnVF8ykblP8U8RrlpE=; b=cAP0DHln1GSfkUWmlA1FBqWmlrpYj8ltco/MOM6EtytBwliWBkFth/5VlpizTt/HBL qEsbyYfPzvqmycfJVO8WaI4EFvrxeT9wrjbjwXGTjPPTkbV58nDvoCbZvqjnScBP0y0O nWIRzcIhfgfB0gRVjpyd1HbaJa8U9OItMGkJQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=XRRCvw+I+axMFB+bCa34P83zDlSM8rJN1yLExskYXYTSq6zvtzV3aqg9cNSAwdpBQo KSiJNHSvH20pFn5gvRWXJrrNBp2hGWBv78pg1ucUk2dcqgD0icetHlfwFj1PI4JtaklQ 5kJ71LNwiIn0nBonqKHgUgyCsmjjBprwtsWew= MIME-Version: 1.0 Received: by 10.87.70.31 with SMTP id x31mr7454619fgk.19.1264278407440; Sat, 23 Jan 2010 12:26:47 -0800 (PST) Date: Sat, 23 Jan 2010 20:26:47 +0000 Message-ID: <684e57ec1001231226p447ea769q6379c1aa099b0216@mail.gmail.com> From: Krzysztof Dajka To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Extra keys in multimedia keyboard doesn't work X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2010 20:51:00 -0000 Hi, I've recently got a new Microsoft Wireless Keyboard v2.0. I am curios whether multimedia keyboards work with FreeBSD out of box or should I configure something or use some quirks to enable extra keys. This keyboard works fine with Linux 2.6.30 all keys work otb. I tried using xev in FreeBSD but none of additional keys returned anything after pressing it. Are multimedia keyboard supported in FreeBSD or am I having bad luck with mine keyboard and should I send PR. My system: uname -a FreeBSD altstation 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #0: Tue Jan 5 21:11:58 UTC 2010 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 usbconfig -u 1 -a 3 dump_device_desc ugen1.3: at usbus1, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON bLength = 0x0012 bDescriptorType = 0x0001 bcdUSB = 0x0200 bDeviceClass = 0x0000 bDeviceSubClass = 0x0000 bDeviceProtocol = 0x0000 bMaxPacketSize0 = 0x0040 idVendor = 0x045e idProduct = 0x0745 bcdDevice = 0x0251 iManufacturer = 0x0001 iProduct = 0x0002 iSerialNumber = 0x0000 bNumConfigurations = 0x0001 Thanks in advance.