linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Andre Haupt <andre@bitwigglers.org>
To: Bryan Wu <cooloney@kernel.org>
Cc: dmitry.torokhov@gmail.com, khali@linux-fr.org,
	linux-input@vger.kernel.org, i2c@lm-sensors.org,
	linux-kernel@vger.kernel.org,
	Michael Hennerich <michael.hennerich@analog.com>,
	Bryan Wu <bryan.wu@analog.com>
Subject: Re: [PATCH 1/1] Input/Joystick Driver: add support AD7142 joystick driver
Date: Wed, 26 Mar 2008 11:18:50 +0100	[thread overview]
Message-ID: <20080326101850.GA9184@ahaupt-debian-vm.localdomain> (raw)
In-Reply-To: <1206579622-21915-1-git-send-email-cooloney@kernel.org>

On Wed, Mar 26, 2008 at 06:00:22PM -0700, Bryan Wu wrote:
> From: Michael Hennerich <michael.hennerich@analog.com>
> 
> Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
> Signed-off-by: Bryan Wu <bryan.wu@analog.com>
> Signed-off-by: Bryan Wu <cooloney@kernel.org>
> ---
>  drivers/input/joystick/Kconfig  |    6 +
>  drivers/input/joystick/Makefile |    1 +
>  drivers/input/joystick/ad7142.c |  447 +++++++++++++++++++++++++++++++++++++++
>  3 files changed, 454 insertions(+), 0 deletions(-)
>  create mode 100644 drivers/input/joystick/ad7142.c
> 
> diff --git a/drivers/input/joystick/Kconfig b/drivers/input/joystick/Kconfig
> index 7c662ee..e65aeb6 100644
> --- a/drivers/input/joystick/Kconfig
> +++ b/drivers/input/joystick/Kconfig
> @@ -282,4 +282,10 @@ config JOYSTICK_XPAD_LEDS
>  	  This option enables support for the LED which surrounds the Big X on
>  	  XBox 360 controller.
>  
> +config JOYSTICK_AD7142
> +	tristate "Analog Devices AD7142 Joystick support"
> +	depends on BLACKFIN && I2C
does this really have to depend on Blackfin?

regards,

Andre

  reply	other threads:[~2008-03-26 10:19 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-27  1:00 [PATCH 1/1] Input/Joystick Driver: add support AD7142 joystick driver Bryan Wu
2008-03-26 10:18 ` Andre Haupt [this message]
2008-03-26 10:47   ` Bryan Wu
2008-03-26 14:36 ` Mike Frysinger
     [not found]   ` <8bd0f97a0803260736v58c11f8g8a5f740c62891174-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2008-03-26 16:15     ` Bryan Wu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080326101850.GA9184@ahaupt-debian-vm.localdomain \
    --to=andre@bitwigglers.org \
    --cc=bryan.wu@analog.com \
    --cc=cooloney@kernel.org \
    --cc=dmitry.torokhov@gmail.com \
    --cc=i2c@lm-sensors.org \
    --cc=khali@linux-fr.org \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=michael.hennerich@analog.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).