All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch] xpad: add BigBen Interactive XBOX 360 Controller
@ 2009-10-05  9:12 Anssi Hannula
  2009-10-06  5:06 ` Dmitry Torokhov
  0 siblings, 1 reply; 2+ messages in thread
From: Anssi Hannula @ 2009-10-05  9:12 UTC (permalink / raw)
  To: Dmitry Torokhov; +Cc: Linux input list, Thomas Gruber

From: Thomas Gruber <kerneldev@tuxpower.org>

Add BigBen Interactive XBOX 360 Controller (146b:0601) to xpad driver.

Signed-off-by: Thomas Gruber <kerneldev@tuxpower.org>
Signed-off-by: Anssi Hannula <anssi.hannula@iki.fi>

---
 drivers/input/joystick/xpad.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/drivers/input/joystick/xpad.c b/drivers/input/joystick/xpad.c
index 2388cf5..79e3edc 100644
--- a/drivers/input/joystick/xpad.c
+++ b/drivers/input/joystick/xpad.c
@@ -143,6 +143,7 @@ static const struct xpad_device {
 	{ 0x12ab, 0x8809, "Xbox DDR dancepad", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX },
 	{ 0x1430, 0x4748, "RedOctane Guitar Hero X-plorer", MAP_DPAD_TO_AXES, XTYPE_XBOX360 },
 	{ 0x1430, 0x8888, "TX6500+ Dance Pad (first generation)", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX },
+	{ 0x146b, 0x0601, "BigBen Interactive XBOX 360 Controller", MAP_DPAD_TO_AXES, XTYPE_XBOX360 },
 	{ 0x045e, 0x028e, "Microsoft X-Box 360 pad", MAP_DPAD_TO_AXES, XTYPE_XBOX360 },
 	{ 0x1bad, 0x0003, "Harmonix Rock Band Drumkit", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX360 },
 	{ 0xffff, 0xffff, "Chinese-made Xbox Controller", MAP_DPAD_TO_AXES, XTYPE_XBOX },
@@ -209,6 +210,7 @@ static struct usb_device_id xpad_table [] = {
 	XPAD_XBOX360_VENDOR(0x0738),		/* Mad Catz X-Box 360 controllers */
 	XPAD_XBOX360_VENDOR(0x0e6f),		/* 0x0e6f X-Box 360 controllers */
 	XPAD_XBOX360_VENDOR(0x1430),		/* RedOctane X-Box 360 controllers */
+	XPAD_XBOX360_VENDOR(0x146b),		/* BigBen Interactive Controllers */
 	XPAD_XBOX360_VENDOR(0x1bad),		/* Rock Band Drums */
 	{ }
 };


-- 
Anssi Hannula


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [patch] xpad: add BigBen Interactive XBOX 360 Controller
  2009-10-05  9:12 [patch] xpad: add BigBen Interactive XBOX 360 Controller Anssi Hannula
@ 2009-10-06  5:06 ` Dmitry Torokhov
  0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2009-10-06  5:06 UTC (permalink / raw)
  To: Anssi Hannula; +Cc: Linux input list, Thomas Gruber

On Mon, Oct 05, 2009 at 12:12:03PM +0300, Anssi Hannula wrote:
> From: Thomas Gruber <kerneldev@tuxpower.org>
> 
> Add BigBen Interactive XBOX 360 Controller (146b:0601) to xpad driver.
> 
> Signed-off-by: Thomas Gruber <kerneldev@tuxpower.org>
> Signed-off-by: Anssi Hannula <anssi.hannula@iki.fi>
> 

Applied, thank you Anssi.

-- 
Dmitry

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-10-06  5:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-10-05  9:12 [patch] xpad: add BigBen Interactive XBOX 360 Controller Anssi Hannula
2009-10-06  5:06 ` Dmitry Torokhov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.