From owner-freebsd-hackers@freebsd.org Wed Sep 28 18:46:46 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 7DE99BEC9DA for ; Wed, 28 Sep 2016 18:46:46 +0000 (UTC) (envelope-from zbeeble@gmail.com) Received: from mail-yw0-x236.google.com (mail-yw0-x236.google.com [IPv6:2607:f8b0:4002:c05::236]) (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 3B156B33 for ; Wed, 28 Sep 2016 18:46:46 +0000 (UTC) (envelope-from zbeeble@gmail.com) Received: by mail-yw0-x236.google.com with SMTP id i129so34444090ywb.0 for ; Wed, 28 Sep 2016 11:46:46 -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=8TkKPZ4VnUOAFJxgu7U2W0+LuYP9hDwMZvnCDlV5IWU=; b=JTQU9g9CUaddDHpyh8eInRjM3Fz8xdfWDPlOzlas5VHD0CkH5OI8xShm08OE8eHfUH coPYcqoRVdVD17Ifk1HN/Idj/sEfLbEEXJhOrRNDbXuJLZmnKGnAKjz5Ja4GPENCV7RS Ct+CGY5cxiC5wbrIdBGiT4g99L583ZqVaCeOk7aiIdnbX43v8VepQfVJIMDZOXMKikAn pFup+AwzQNU9PRK7b5CL5g/en+/V0tI99K9xgkse1IbbnaZmd6whMkXNBFQQabCd6+Ps mwkPBrCF6QhBn+soCIp75AGYFq8KscnAHAMjpvHI0eYQv0qz0HgBWAhmPHXr+2S8fFZE 6ToA== 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=8TkKPZ4VnUOAFJxgu7U2W0+LuYP9hDwMZvnCDlV5IWU=; b=arJkCc3rNnGMKgCSsCH2wA0LOZ/OAEb3OuGhfVyFJrm5g7sfs0mjasHOn4hVhJSyBy IioKZSX4vwqOkF70mBGTqCjayJLhCB4B3Lbbbxlng+XnskLqBEWwS6OD/RQjoLR67Rdx ndWvKKfYECFwXBgWz+UY3pDjOGSvBfmG3pTISSdxWcZjORDOM4cwULFz8FUAUwATZT2M CDoMEN/OlM8XBLLipu4B9Mg2FPPSjip10VMQvs+JHMv8SxdOXZ9Tqe7mfhgnczPCXqaG bTF40Km6luwgkgEANqItAl5gt+x4kd75vVnkVgew5WS19mL73sWKL4etud4ICTjlhCxg zU4g== X-Gm-Message-State: AA6/9Rkyg8CZK1Cv8GQwFhtBxZCKv1MI8WkGMYLfEBd3vFqDlK2NbtJtScgUctpnh6DTwUzzrWVF2LdHvdedAQ== X-Received: by 10.129.163.2 with SMTP id a2mr2134091ywh.174.1475088405305; Wed, 28 Sep 2016 11:46:45 -0700 (PDT) MIME-Version: 1.0 Received: by 10.37.161.37 with HTTP; Wed, 28 Sep 2016 11:46:43 -0700 (PDT) In-Reply-To: References: From: Zaphod Beeblebrox Date: Wed, 28 Sep 2016 14:46: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: Wed, 28 Sep 2016 18:46:46 -0000 Ok... that makes the keyboard attach. It still says the following on dmesg: uhid1: on usbus0 hid_get_item: Number of items(991) truncated to 255 hid_get_item: Number of items(257) truncated to 255 hid_get_item: Number of items(991) truncated to 255 hid_get_item: Number of items(257) truncated to 255 hid_get_item: Number of items(991) truncated to 255 hid_get_item: Number of items(257) truncated to 255 How do I make this permanent? On Wed, Sep 28, 2016 at 4:05 AM, Hans Petter Selasky wrote: > On 09/28/16 09:41, Eitan Adler wrote: > >> On 28 September 2016 at 10:29, Hans Petter Selasky >> wrote: >> >> >>> Try: >>> >>> usbconfig -d ugen0.5 add_quirk UQ_KBD_BOOTPROTO >>> >>> Then replug your device. >>> >>> > Educational question. Can you describe what this quirk actually does? >> > > This quirk makes the UKBD driver send a request for BOOT-compatible mode, > before attaching. > > --HPS > >