Comment 2 for bug 94560

Revision history for this message
MÃ¥rten Woxberg (maxmc) wrote :

This is with the xpad module loaded:
max@lillemor ~>sudo tail -fn0 /var/log/messages
Mar 22 17:11:53 lillemor kernel: [ 848.940000] usb 1-5: new full speed USB device using ohci_hcd and address 5
Mar 22 17:11:53 lillemor kernel: [ 849.164000] usb 1-5: configuration #1 chosen from 1 choice
Mar 22 17:11:56 lillemor kernel: [ 851.980000] usb 1-5: USB disconnect, address 5

This looks interesting to me:
[ 812.136000] usbcore: registered new interface driver xpad
[ 812.136000] drivers/usb/input/xpad.c: X-Box pad driver:v0.0.6

Shouldn't the driver be 0.1.6?
That's the most recent one at:
http://xbox.cvs.sourceforge.net/xbox-linux/kernel-2.6/drivers/usb/input/xpad.c?view=log

It's labeled 1.32 in their CVS.
According to their version history 0.0.6 was released 2002-08-05 with the comment: "added analog button support"

So whats wrong?