From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753541AbbENO4b (ORCPT ); Thu, 14 May 2015 10:56:31 -0400 Received: from elasmtp-galgo.atl.sa.earthlink.net ([209.86.89.61]:36358 "EHLO elasmtp-galgo.atl.sa.earthlink.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750956AbbENO41 (ORCPT ); Thu, 14 May 2015 10:56:27 -0400 Message-ID: <1A36F65D54584E70BED29E4478AE5DC6@EQwarePC> From: "Dennis O'Brien" To: "Jiri Kosina" Cc: , , , , , "Dennis O'Brien" References: <20150506150028.5w93ixo5k4o8kkw0@hostingmail.earthlink.net> <5550BAAA.9030209@eqware.net> In-Reply-To: Subject: Re: [PATCH 1/1] usb: Remove Vernier devices from lsusb and hid_ignore_list Date: Thu, 14 May 2015 07:56:21 -0700 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Mailer: Microsoft Windows Live Mail 15.4.3555.308 X-MimeOLE: Produced By Microsoft MimeOLE V15.4.3555.308 X-ELNK-Trace: 53bc2e4dc09bb8cb94f5150ab1c16ac0031980ff2e105a6c07c32499536e0e89a9407a1165d3b75b350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 71.34.127.130 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Jiri, Hope I'm not being too dense... All the Vernier devices are hid class and are supported via the hid driver sub-system and the hidraw device interface. Vernier has a library called GoIO http://www.vernier.com/downloads/software-development-kits/go-sdk/, which supports (or will support) the devices through the hidraw interface. One such device is http://www.vernier.com/products/interfaces/go-link/. Did you want me to reference the GoIO SDK? Dennis -----Original Message----- From: Jiri Kosina Sent: Tuesday, May 12, 2015 5:00 AM To: Dennis O'Brien Cc: gregkh@linuxfoundation.org ; jminor@vernier.com ; linux-input@vger.kernel.org ; linux-kernel@vger.kernel.org ; linux-usb@vger.kernel.org Subject: Re: [PATCH 1/1] usb: Remove Vernier devices from lsusb and hid_ignore_list On Mon, 11 May 2015, Dennis O'Brien wrote: > From: Dennis O'Brien > > Removes Vernier Software & Technology devices from the ldusb > driver and the hid_ignore_list table of the usbhid driver in the > Linux tree. These devices will now be supported via the hidraw > driver. > > Signed-off-by: Dennis O'Brien Could you please also include in the changelog name / pointer to the userspace driver? Thanks, -- Jiri Kosina SUSE Labs From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Dennis O'Brien" Subject: Re: [PATCH 1/1] usb: Remove Vernier devices from lsusb and hid_ignore_list Date: Thu, 14 May 2015 07:56:21 -0700 Message-ID: <1A36F65D54584E70BED29E4478AE5DC6@EQwarePC> References: <20150506150028.5w93ixo5k4o8kkw0@hostingmail.earthlink.net> <5550BAAA.9030209@eqware.net> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Jiri Kosina Cc: gregkh@linuxfoundation.org, jminor@vernier.com, linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org, Dennis O'Brien List-Id: linux-input@vger.kernel.org Jiri, Hope I'm not being too dense... All the Vernier devices are hid class and are supported via the hid driver sub-system and the hidraw device interface. Vernier has a library called GoIO http://www.vernier.com/downloads/software-development-kits/go-sdk/, which supports (or will support) the devices through the hidraw interface. One such device is http://www.vernier.com/products/interfaces/go-link/. Did you want me to reference the GoIO SDK? Dennis -----Original Message----- From: Jiri Kosina Sent: Tuesday, May 12, 2015 5:00 AM To: Dennis O'Brien Cc: gregkh@linuxfoundation.org ; jminor@vernier.com ; linux-input@vger.kernel.org ; linux-kernel@vger.kernel.org ; linux-usb@vger.kernel.org Subject: Re: [PATCH 1/1] usb: Remove Vernier devices from lsusb and hid_ignore_list On Mon, 11 May 2015, Dennis O'Brien wrote: > From: Dennis O'Brien > > Removes Vernier Software & Technology devices from the ldusb > driver and the hid_ignore_list table of the usbhid driver in the > Linux tree. These devices will now be supported via the hidraw > driver. > > Signed-off-by: Dennis O'Brien Could you please also include in the changelog name / pointer to the userspace driver? Thanks, -- Jiri Kosina SUSE Labs