From owner-freebsd-drivers@FreeBSD.ORG Sun Nov 3 21:11:37 2013 Return-Path: Delivered-To: freebsd-drivers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1E19D472 for ; Sun, 3 Nov 2013 21:11:37 +0000 (UTC) (envelope-from hps@bitfrost.no) Received: from mta.bitpro.no (mta.bitpro.no [92.42.64.202]) by mx1.freebsd.org (Postfix) with ESMTP id D04E722DC for ; Sun, 3 Nov 2013 21:11:36 +0000 (UTC) Received: from mail.lockless.no (mail.lockless.no [46.29.221.38]) by mta.bitpro.no (Postfix) with ESMTP id 6D69A7A3C0; Sun, 3 Nov 2013 22:11:34 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail.lockless.no (Postfix) with ESMTP id 1A6E58EDD22; Sun, 3 Nov 2013 22:12:04 +0100 (CET) X-Virus-Scanned: by amavisd-new-2.6.4 (20090625) (Debian) at lockless.no Received: from mail.lockless.no ([127.0.0.1]) by localhost (mail.lockless.no [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mTpqPgRzJ6a6; Sun, 3 Nov 2013 22:12:03 +0100 (CET) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) by mail.lockless.no (Postfix) with ESMTPSA id F03358EDCA3; Sun, 3 Nov 2013 22:12:02 +0100 (CET) Message-ID: <5276BC4C.3030707@bitfrost.no> Date: Sun, 03 Nov 2013 22:12:44 +0100 From: Hans Petter Selasky Organization: Bitfrost A/S User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: Vash Plant , freebsd-drivers@freebsd.org Subject: Re: I created a driver for a USB gamepad. How can I get a developer to check it out? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-drivers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Writing device drivers for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Nov 2013 21:11:37 -0000 Hi, Did you check that uhidd does not support your device? --HPS > The driver is located here: > https://github.com/lispandtrees/dragon_rise_driver > > It's for a SNES USB gamepad. I was hoping a committer/developer could check > it out and see if it's worthy of being added to the codebase. > If I'm asking this question in the wrong place then I do apologize. > > Thanks