Apart from getting two joysticks appearing in the program (which doesn't really bother me), any time I go to press a button, its value changes from 0 to 1, but then when released the value is still 1 (ie the button sticks and doesn't get "unpressed")
I'm using hidraw mode and testing the input with the pygame joystick code found at the bottom of this page: http://www.pygame.org/docs/ref/joystick.html
Apart from getting two joysticks appearing in the program (which doesn't really bother me), any time I go to press a button, its value changes from 0 to 1, but then when released the value is still 1 (ie the button sticks and doesn't get "unpressed")