First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 36818
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Games <games@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Ian Haylock <haylocki@v21mail.co.uk>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 36818 depends on: Show dependency tree
Show dependency graph
Bug 36818 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2003-12-30 09:13 0000
When using the EMS2USB joystick adaptor with linux, both josysticks on the
device appear as one joystick with 32 buttons and 8 axis. The 'new i386 linux
1.x.x driver' only enables 16 buttons, so the buttons on the second joystick do
not work.

Reproducible: Always
Steps to Reproduce:
1.Configure EMS2USB adaptor
2.Run xmame
3.Try to configure buttons for joystick 2
Actual Results:  
The buttons on joystick two are not seen by xmame

Expected Results:  
Xmame should have assigned the buttons for joystick 2

------- Comment #1 From Ian Haylock 2003-12-30 09:25:03 0000 -------
I can't get bugilla to accept my patch as an attachment so I'll enter it here :

-----start of patch -----
--- src/unix/devices.h	2003-11-13 05:06:04.000000000 +0000
+++ ../xmame-0.77.1-new/src/unix/devices.h	2003-12-30 16:24:20.738878488 +0000
@@ -8,7 +8,7 @@
 #endif
 
 #define JOY 6
-#define JOY_BUTTONS 16
+#define JOY_BUTTONS 32
 #define JOY_AXIS 8
 #define JOY_DIRS 2
 #define JOY_LIST_AXIS_ENTRIES (JOY_AXIS * JOY_DIRS)
-----end of patch -----

------- Comment #2 From SpanKY 2003-12-31 07:43:01 0000 -------
fixed in current ebuild ... i wont revbump it cause i dont think enough people
use joysticks to warrant recompiling this large beast

thanks for the quick fix

First Last Prev Next    No search results available      Search page      Enter new bug