From owner-freebsd-current@FreeBSD.ORG Sun Jan 2 14:22:33 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9AAC1106566C for ; Sun, 2 Jan 2011 14:22:33 +0000 (UTC) (envelope-from too.much.dudes@gmail.com) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id 584358FC13 for ; Sun, 2 Jan 2011 14:22:33 +0000 (UTC) Received: by gxk8 with SMTP id 8so5367178gxk.13 for ; Sun, 02 Jan 2011 06:22:32 -0800 (PST) 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=yPVWEeUmmJKKVjV1vENeM4+6JKRp8n7IwfxVvy4mAek=; b=eELQi7c9oQUl8vJeQX5jXq9MOcRtGZ8Ama6S9iUiJpDJXFw23jXknqCpVeExCRoIwS j8AfFyykBkgfLZrSg6XgFxIyxiW5Sebz+jH/LFzRT79MdMbn/RW4anOflX0e24Eg24uv V4v2FKeoBUtI8ziZ1XMNtsfkclAOTTo5bu8j4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=L+/U+UDF8FwW5idnNSgA0+fHsLNXppwm/GLcU0DQn0AcUBqHBFqvmTYlCuT8+jy0BB lSPS1fOGxrCgkOuxHnmYmSTvvp7Oxmt2/KR3rsdo8zeuCN57ghHUHGf9p8aekQssvQxj 1M0tPLnszW5/bKdN8rXPPz/ATwY/Fo/aGKvSI= MIME-Version: 1.0 Received: by 10.236.103.145 with SMTP id f17mr287067yhg.47.1293978152495; Sun, 02 Jan 2011 06:22:32 -0800 (PST) Received: by 10.151.51.21 with HTTP; Sun, 2 Jan 2011 06:22:32 -0800 (PST) Date: Sun, 2 Jan 2011 17:22:32 +0300 Message-ID: From: I Think To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: keyboard driver problem? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jan 2011 14:22:33 -0000 I've tried already to change both UKBD_NMOD and UKBD_NKEYCODE, but where is no result. #define UKBD_NKEYCODE 8 // doesn't work too > usbconfig -u 4 -a 2 dump_device_desc dump_curr_config_desc ugen4.2: at usbus4, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON bLength = 0x0012 bDescriptorType = 0x0001 bcdUSB = 0x0110 bDeviceClass = 0x0000 bDeviceSubClass = 0x0000 bDeviceProtocol = 0x0000 bMaxPacketSize0 = 0x0008 idVendor = 0x09da idProduct = 0x054f bcdDevice = 0x0102 iManufacturer = 0x0001 iProduct = 0x0002 iSerialNumber = 0x0000 bNumConfigurations = 0x0001 Configuration index 0 bLength = 0x0009 bDescriptorType = 0x0002 wTotalLength = 0x003b bNumInterfaces = 0x0002 bConfigurationValue = 0x0001 iConfiguration = 0x0000 bmAttributes = 0x00a0 bMaxPower = 0x0032 Interface 0 bLength = 0x0009 bDescriptorType = 0x0004 bInterfaceNumber = 0x0000 bAlternateSetting = 0x0000 bNumEndpoints = 0x0001 bInterfaceClass = 0x0003 bInterfaceSubClass = 0x0001 bInterfaceProtocol = 0x0001 iInterface = 0x0000 Additional Descriptor bLength = 0x09 bDescriptorType = 0x21 bDescriptorSubType = 0x11 RAW dump: 0x00 | 0x09, 0x21, 0x11, 0x01, 0x00, 0x01, 0x22, 0x84, 0x08 | 0x00 Endpoint 0 bLength = 0x0007 bDescriptorType = 0x0005 bEndpointAddress = 0x0081 bmAttributes = 0x0003 wMaxPacketSize = 0x000c bInterval = 0x0001 bRefresh = 0x0000 bSynchAddress = 0x0000 Interface 1 bLength = 0x0009 bDescriptorType = 0x0004 bInterfaceNumber = 0x0001 bAlternateSetting = 0x0000 bNumEndpoints = 0x0001 bInterfaceClass = 0x0003 bInterfaceSubClass = 0x0001 bInterfaceProtocol = 0x0002 iInterface = 0x0000 Additional Descriptor bLength = 0x09 bDescriptorType = 0x21 bDescriptorSubType = 0x11 RAW dump: 0x00 | 0x09, 0x21, 0x11, 0x01, 0x00, 0x01, 0x22, 0x57, 0x08 | 0x00 Endpoint 0 bLength = 0x0007 bDescriptorType = 0x0005 bEndpointAddress = 0x0082 bmAttributes = 0x0003 wMaxPacketSize = 0x0008 bInterval = 0x0001 bRefresh = 0x0000 bSynchAddress = 0x0000 // sorry if i missed the thread, dunno how to reply via gmail correctly