Driver For Gamestop Xbox 360 Controller

driver for gamestop xbox 360 controller

Device downloads. Software, drivers, manuals, and more for your Microsoft device.

Thousands of games. Xbox 360 has the biggest blockbuster games like Halo, Call of Duty, and Forza Motorsport, plus tons of great exclusives and add-ons.

Userspace Xbox/Xbox360 USB Gamepad Driver for Linux

Jan 15, 2013  Want to watch this again later. Sign in to add this video to a playlist. Rate, Comment, Subscribe, and Follow me. https://www.facebook.com/W3Electronics.

The ultimate Xbox cheats resource. We have the latest Xbox cheats, Xbox cheat codes, tips, walkthroughs and videos for Xbox games.

This is a Xbox/Xbox360 gamepad driver for Linux that works

in userspace. It is an alternative to the xpad kernel driver

and has support for Xbox1 gamepads, Xbox360 USB gamepads and

Xbox360 wireless gamepads, both first and third party. The

Xbox360 guitar and some Xbox1 dancemats might work too. The

Xbox 360 racing wheel is not supported, but shouldn t be to

hard to add if somebody is interested.

Note that using a wireless Xbox360 controller with the

Play Charge USB cable will not work. The cable

is for recharging only and does not transmit any input data

over the wire. To use the wireless Xbox360 controller you

need the wireless receiver.

In addition to all the Xbox related stuff, the driver also

has native support for the Thrustmaster Dual Power 3

gamepad, including rumble and can be used on top of the

regular Linux joystick driver.

Unlike the stock xpad kernel driver, xboxdrv provides a wide

varity of configuration options, it allows you to simulate

keyboard and mouse events, remap buttons and axes, apply

autofire, invert axis, tweak axis sensitivity, emulate

throttle and rudder controls and send macros.

You can find a full list of possible options in the xboxdrv manpage.

News

0.8.4 released

24. January 2012readded man-page that had gone missing

added documentation for --dbus and --ff-device

0.8.3 released

23. January 2012added --dbus option to switch between system and session bus

added sequence-key, same as cycle-key but doesn t wrap around

added workaround for libudev older then v150

added --ff-device DEV to select force-feedback device

fixed force feedback getting on the wrong evdev

fixed Xbox360 wireless LED not getting properly set on late plugin

0.8.2 released

07. August 2011added click-press, click-release, click-both button filter

added delay button filter

added simple Python script for response curve generation

added PDF Afterglow AX.1 Xbox360 controller support

fixed swapped keys in KeyAxisEventHandler

0.8.1 released

20. July 2011added const axis and button filter

added generic-usb controller type for debugging

added cycle-key support to cycle through a sequence of buttons

added proper merging of multiple output events to the same target

added support for Street Fighter IV fightpad

added support for Tron Xbox 360 controller

added support for an unlimited number shift buttons

fixed axis-shift getting ignored when another button is pressed

fixed keys not getting pressed in --ui-axismap

fixed rumble messages getting delayed

reenabled --priority realtime

0.8.0 released

26. May 2011added --no-dbus option

added ABS/axis support to macros

added Street Fighter Fightpad support

added example config for Microsoft Ergonomic 4000 zoom wheel

added example config for Star Wars: Tie Fighter

added rel-repeat value of -1 for sending an event only once

added support for chatpad on bcdVersion 1.14 wired controller

added support for relative filenames for macros

fixed daemon mode

fixed deadzone filter issues with MIN:MAX:SMOOTH

fixed endian issues in Xbox360 and Xbox360 wireless controller

fixed wireless controller not getting reset to neutral position on disconnected

changed the meaning of --timeout 0

removed boost::thread dependency

switched from threads to asynchronous USB handling and glib

This releases contains a large scale switch to

asynchronous USB communication, so expect some bugs to

pop up. Daemon mode is working again. Bug reports are

welcome.

0.7.3 released

16. Mar 2011fixed installation of xboxdrvctl

added special REL repeat value -1 to avoid jaggy mouse emulation movement

added rel-repeat: axis-event for better scroll wheel emulation

added --no-dbus, to disable D-Bus support

added xbmc.xboxdrv, a config fine tuned for XBMC

added zsnes.xboxdrv, a config file for ZSNES

reenabled USBReadThread to work around ignored input events

--daemon is broken in this release

This release should fix the issue with buttons getting

stuck and events getting lost of previous 0.7.x releases

and bring it on par with 0.6.6, --daemon mode however

is now broken and will require a larger code

restructuring to get fixed.

Bugs in 0.7.0, 0.7.1, 0.7.2

12. Mar 2011

The current 0.7.x xboxdrv releases have issues with

input events getting lost, resulting in stuck buttons

and other problems. For the time being it is recommended

to stick with the 0.6.6 release.

0.7.2 released

06. Mar 2011added --mimic-xpad-wireless

added --device-usbid and --device-usbids

added D-Bus support to the daemon

added better handling of rounding errors when sending REL_

added dpad-restrictor for X, Y or fourway restriction on the dpad

added statistic modifier that counts how often buttons are pressed

added support for multiple wireless controller in daemon

added --priority to enable realtime scheduling priority

added custom configuration for XBMC, see examples/xbmc.xboxdrv

changed default timeout to 10msec, for more responsive mouse emulation

changed meaning of -m, its now a shortcut for --modifier, not --mouse

improved INIParser, can now handle KEY_ NUM style names without quotes

improved mouse emulation

removed obsolete xboxdrv-daemon script

renamed --device-name to --device-names

renamed --name to --device-name

0.7.1 released

30. Jan 2011added --match-group

added --on-connect and --on-disconnect to xboxdrv --daemon

added --usb-debug

added --no-extra-events

added support for Playstation button names triangle, circle, square, cross, L1, L2, L3, R1, R2, R3

added ability to set LED per controller slot

added controller0/config0/modifier style sections to the ini file

added new match rules: usbserial SERIAL, vendor VENDOR, product PRODUCT and property PROPERTY:VALUE

added some example configurations to examples/

fixed issues with older libudev versions

fixed LED not getting switched off on shutdown

fixed some missing include directives

fixed axis inversion issue in --axismap

fixed assertion in relative axis filter

fixed --dpad-as-button

fixed --dpad-only

fixed --mimic-xpad

fixed issue with using --trigger-as-zaxis in combination with axisfilter

man-page updates and cleanup

new version of runxboxdrv

0.7.0 released

27. Jan 2011switched to libusb-1.0

-D, --daemon replaces xboxdrv-daemon

--daemon supports hotpluging via libudev, even in applications that don t support it themselves

cleaned up axis/button modifier some more

startup output got cleaned up

fixed double Ctrl-c issue

added --modifier MODIFIER,

configuration toggle button now works with modifiers too

renamed --ui-new to --next-config

renamed --ui-toggle to --toggle

fixed incorrect endpoint detection for Xbox1 controller

native Playstation 3 USB controller support

added axis rotation modifier

renamed A, B, X, Y axis to BTN_A, BTN_B, BTN_X, BTN_Y to avoid confusion with X1, Y1

added --list-all, --list-key, -list-rel, to display all available symbolic name

changed device_id syntax from 1-BTN_A to now BTN_A 1

0.6.6 released

23. Jan 2011fixed incorrect deadzone handling

0.6.5 released

22. Jan 2011fixed incorrect variable initalisation, leading to button presses getting lost sometimes

fixed initialisation issue for Chatpad connected to controllers with bcdDevice 0x0114

libusb-1.0 switch

14. Jan 2011

The development version of

git aka the 0.7.0 release switched

to libusb-1.0,

as this is a rather large change, there might be new

bugs. Testers are welcome to give it a try.

0.6.4 released

13. Jan 2011fixed bug that disabled all axis when a button was pressed

fixed some missing include

0.6.3 released

10. Jan 2011chatpad support still rough, special thanks to Jani Virta, Andy Kirkham, dwomac and GAFBlizzard who helped make it possible

added --chatpad, --chatpad-no-init and --chatpad-debug

added --headset, --headset-dump FILE and --headset-play FILE, for experimentation only

added optional abs:/rel:/key: prefixes to --ui-axismap

added input filters for --axismap and --buttonmap

fixed multiple bugs that made it impossible to assign events to specific devices

fixed axis getting stuck when using a shift key

fixed incorrect error handling on fork /exec

0.6.2 released

31. Dec 2010merged Xbox360 guitar handling into the regular Xbox360 controller handling, use --guitar to get the old mapping back

added generic event filter framework

added toggle button filter

added invert button filter

added auto fire button filter

added log filter for button and axis

added invert axis filter

added sensitivity axis filter

added relative axis filter

added response curve axis filter

added deadzone axis filter

added calibration axis filter

added ability to send different events depending on how long a button was pressed

added ability to launch a program on button press

added ability to replay a macro on a button press

added ability to launch a child program from within xboxdrv, making wrapper scripts easier to write without race conditions

added --option NAME VALUE to allow INI-style config options from command line

added --evdev-debug to print out all received events from evdev

added --evdev-no-grab to avoid a full grab on the event device

unified ini and command line parsing some more

Mad Catz Xbox controller - MW2 controller support added

added support for Xbox1 analog buttons, use --ui-axismap with A, B, X, Y, black, white

give proper error message when the Play Charge kit is used

0.6.1 released

21. Dec 2010fixed bug in axis to key mapping

removed debugging output

0.6.0 released

18. Dec 2010support for reading from evdev, this allows the use of regular regular PC joysticks or the Playstation 3 controllers with xboxdrv, useful if you need configurability or joy2key-like functionality, but don t have a Xbox360 gamepad

added KEY_ num, ABS_ num and REL_ num to allow refering to events by number instead of name

support for reading configuration from a INI configuration file

cleaned up uinput mapping, --dpad-as-button, --dpad-only, etc. are now simple mappings instead of special case hackery

--ui-axismap and --ui-buttonmap now work with all axis and button

smooth deadzone handling without jumps

added --detach-kernel-driver

automatically insert dummy events to make input device register as joystick

added ability to have multiple configs running at the same time with --ui-new

added shifting to --ui-axismap, allows sending of different events when a shift button is pressed

Saitek Cyborg Rumble Pad support added

Gamestop Xbox 360 Controller support added

0.5.0 released

26. May 2010added device_id handling to --ui-buttonmap and --ui-axismap, allows the creation of multiple input devices from a single controller

added shifting to --ui-buttonmap, allows sending of different events when a shift button is pressed

added support to send keyboard combination from --ui-buttonmap

added --mouse, a simple shortcut to enable mouse emulation

added dummy events to the mouse device to let it register properly by the kernel without messing with hal

auto-detect USB endpoints on Xbox1 controller

0.4.13 released

13. May 2010added --mimic-xpad

added --no-extra-devices

0.4.12 released

08. May 2010added --four-way-restrictor

added --dpad-rotation

added proper man pages for xboxdrv and xboxdrv-daemon

0.4.11 released

01. May 2010added --axis-sensitivity

added number aliases for button names

added left/right/up/down aliases for dpad

some compiler warnings got cleaned up

confusing uinput error messages got cleaned up

fixed missing report sync event that broke keyboard emulation

0.4.10 released

17. February 2010fixed mouse emulation a bit, still somewhat broken

Mad Catz Xbox 360 controller support

Harmonix controller support

minor compile fix missing string.h

0.4.9 released

01. November 2009Saitek P2500 support no rumble, untested

Hori Real Arcade Pro Ex support

changes in the thread handling to reduce latency

include fixes for g -4.4

0.4.8 released

30. July 2009usb reading in separate thread, should fix missed events and stuck buttons

some SCons configuration magic for better compatibility

0.4.7 released

29. July 2009support for Pelican TSZ360 pad

support for Saitek P3200 pad

support for Thrustmaster Firestorm Dual Power 044f:b312

deadzone support for trigger via --deadzone-trigger NUM

some documentation improvements

0.4.6 released

21. February 2009--calibration MIN,CENTER,MAX option to workaround broken controller

xboxdrv-daemon.py to launch xboxdrv automatically when device gets plugged in

0.4.5 released

15. February 2009fixed mixup between strong and weak rumble

added Harmonix Drum Kit for Xbox 360 support

added Logitech Chillstream support

added evsend tool to send events to /dev/input/eventX

Y-Axis for Firestorm gamepad fixed

0.4.4 released

24. January 2009auto-detect USB endpoints

rumble support, enabled via --force-feedback

added --rumble-gain to control rumble strength

--deadzone accepts values in percentage

DDR Universe 2 Mat added

0.4.3 released

17. January 2009added support for X11 keysym in --ui-buttonmap

added --ui-clear and void mappings to unmap buttons and axis

fixed LED handling for wireless gamepads

Thrustmaster Firestorm Dual Power support

added --name option to set device name

added JS_ NUM name to address joystick buttons by number instead of name

fixed issue with multiple wireless controller

some preparation for rumble prints FF events

0.4.2 released

11. January 2009fixes broken --dpad-only option

0.4.1 released

08. January 2009fixes little compile problem with KEY_MEDIA_REPEAT, nothing more

0.4 released

07. January 2009autofire, throttle, mouse and keyboard emulation added

0.3 released

06. November 2008Chatpad Development

20. Septemper 2008Some chatpad development is in progress, discussion at here

0.2 released

03. May 2008adding guitar and wireless support

13. April 20080.1 released

Xbox and Xbox360 USB support

show older releases

hide older releases

Features

runs in userspace on top

of libusb-1.0, no kernel

recompile required, very easy to build

gives you what you would expect from a driver, like a

normal joystick device and a event device, works in all

games in which a kernel driver would work

allows you to handle analog-triggers as a single z-axis,

as buttons or as seperate axes

allows to handle the directional pad as buttons or as axis

allows to set the LED status of the Xbox360 gamepad

supports multiple gamepads, either by starting multiple

instances of the driver or using daemon mode

allows to remap buttons and axes

allows to transform events to allow things such as

autofire, deadzones, axis inversion, axis sensitivity

changes, throttle emulation, etc.

supports macro programming

allows launching applications on a button press

Supported and tested devices

Xbox1 controller, both official and third party

Xbox360 USB controller

Xbox360 wireless controller via the USB wireless receiver

Xbox360 USB guitar and drum kit

Thrustmaster Dual Power 3 Gamepad

any joystick support by Linux via the evdev interface

How to help

Chatpad support is currently working only for the wired

USB controllers, not the wireless ones. As both work a

little different one can t just apply code from one to the

other. Capturing the USB communication between an real

Xbox360 and the wireless receiver should however be

possible if somebody has both an USB protocol analyzer and

an Xbox360 to take apport. The wireless receiver in an

Xbox360 is internally connected via regular USB, it just

uses a non-standard connector, so some soldering might be

required.

Documentation

Xboxdrv provides extensive documentation in the form a man-page:

Contact / Help / Discussion / Bug Reports

Questions and General Discussion

Feature Requests and Bug Reports

IRC Channel not very active

irc://irc.freenode.net/ xboxdrv

Instant Messaging

XMPP/Jabber: xmpp:grumbel jabber.org

ICQ: 59461927

Donate

Like Xboxdrv and want to give something back. You can do so via three ways:

Binary Package Download

Prebuild official binary packages are available for Ubuntu

11.04 and Ubuntu 10.04 LTS can be obtained from

the PPA.

To automatically add the repository to

the sources.list and install xboxdrv

use:

sudo add-apt-repository ppa:grumbel/ppa

sudo apt-get update

sudo apt-get install xboxdrv

sudo apt-get install xboxdrv-stable

Note that there are two xboxdrv packages in the

repository, the xboxdrv package is the latest

version, with the most features, but also potentially bugs

and issues. The xboxdrv-stable package is simply

an older version of xboxdrv for which no critical bugs are

know.

That repository also contains sdl-jstest, which

you might want to grab for debugging purposes with SDL

applications.

Source Code Download

Note: You should always try the latest

first, the stable one is just an outdated

version that is known to not have any important bugs, it

however also lacks plenty of features and potentially support for controllers.

Git Repository

You can get xboxdrv

from github

or via http from seul.org. Both repositories are identical.

git clone grumbel/xboxdrv.git

git clone git://github.com/Grumbel/xboxdrv.git

There are also Git repositories for

the Ubuntu

packages source and

the source

of this webpage.

Links.

Wireless Receiver for the Xbox 360 from China has arrived. Wireless Receiver for my Xbox 360 controller Sometimes referred to as a wireless dongle from China is one.

This is a Xbox/Xbox360 gamepad driver for Linux that works in userspace. It is an alternative to the xpad kernel driver and has support for Xbox1.