From owner-freebsd-hackers@freebsd.org Thu Sep 29 15:52:45 2016 Return-Path: Delivered-To: freebsd-hackers@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 5E671C02A5E for ; Thu, 29 Sep 2016 15:52:45 +0000 (UTC) (envelope-from zbeeble@gmail.com) Received: from mail-yb0-x229.google.com (mail-yb0-x229.google.com [IPv6:2607:f8b0:4002:c09::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 185CA1F06 for ; Thu, 29 Sep 2016 15:52:45 +0000 (UTC) (envelope-from zbeeble@gmail.com) Received: by mail-yb0-x229.google.com with SMTP id v83so17341897ybv.0 for ; Thu, 29 Sep 2016 08:52:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=yAzgBban3ni157yXDilhSRth8SBqPPQuF2QDpujFa8E=; b=wLwB4wLGCbVHVXpEjL+RJ9yUjmBV8Cav2IBXq5QVIP7g/1x4/jd922YsUa+Si4MH29 8wLq8KiyIIT8gyQUvtwZEm8SNmxdFhX0ywjRSk39yv5EQON/ir/BEZxUkY6gkzE1mAmi ZVEg2TIQVaatSc9Ii9Ztrc/ASSkrCm6e6LPa7c+W8f95hIN7BLiUZ0nyx78+qUWv71wc 61nO58rubDFHpNpl6shbXcVYlob2/F7hDev5ItKBv8d3qr+2D/k2mQW8EARccQAmLBe/ Cjg/kMP9MakESkklHeCNpFoKnH5W1g42IUnGbViJ/fWDY4qIb1Qcdyu8HFJu0SPzt9MT HSGw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=yAzgBban3ni157yXDilhSRth8SBqPPQuF2QDpujFa8E=; b=lndISlP6eTYd+raOkFI7RQLAmRKDOegOnLeM4oOF8VDVn+WdsNX7UwGetICqcbxc3L a2OTh9npa2nwIK+9zXN/6orRzHMnKjZd0bPAsi9FlnHIekJO3CbxUSybDm8zEqC2KsVK VVSJfzfm+1ylftMg7hkrzBCxleFzp/MVqUGDC7hCZVymeAhmPuGFJYEf896jck43HxGN h4W7QL5o0jgsDvquud39993M84GcGSIW+I7B/xdxq6gwDEa98EiYqO+kJ8D7yrFq27TI JP7HvELo9K44eGRTCT+u5sdtlwL/Aad+PrCmSqtssIIkKPmFKGg6pMTaAiTkyvRalhFw eB9A== X-Gm-Message-State: AA6/9RkBuRIXhEGp56+O+9MWgKQxRq/FFGCePp7iVcchfI11tZM+gqQ+H+AocOLZyIcVRg06XIEPvLob97gJfQ== X-Received: by 10.37.170.178 with SMTP id t47mr1398803ybi.180.1475164364263; Thu, 29 Sep 2016 08:52:44 -0700 (PDT) MIME-Version: 1.0 Received: by 10.37.161.37 with HTTP; Thu, 29 Sep 2016 08:52:43 -0700 (PDT) In-Reply-To: <83c6aa1c-59a2-f96a-6841-e8b37801a966@selasky.org> References: <4300eab5-dafb-bce6-5b58-24d347202e23@selasky.org> <83c6aa1c-59a2-f96a-6841-e8b37801a966@selasky.org> From: Zaphod Beeblebrox Date: Thu, 29 Sep 2016 11:52:43 -0400 Message-ID: Subject: Re: Logitech G510s keyboard fail. To: Hans Petter Selasky Cc: Eitan Adler , FreeBSD Hackers Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2016 15:52:45 -0000 In this case, 10 bits (1024) would seem right. 16 bits would seem a good use of bits. If I were to develop a patch along the lines of 10 or 16 bits, is there a good chance it would be adopted? On Thu, Sep 29, 2016 at 3:24 AM, Hans Petter Selasky wrote: > On 09/29/16 09:21, Hans Petter Selasky wrote: > >> On 09/29/16 07:20, Zaphod Beeblebrox wrote: >> >>> ... but what are the hid_get_item truncated stuff about ... ? >>> >> >> It is just an innocent warning, parsing the hid descriptors. >> >> > It might look like the keyboard is presenting all the keys like a bitmap. > Currently we need to extend the limit for number of bits from 255 to > something higher to be able to support that. > > --HPS > >