Re: [Alsa-devel] bug in ens1371/ens1370 joystick driver

2003-10-24 Thread Takashi Iwai
At Thu, 23 Oct 2003 16:23:26 -0300, Juan Linietsky wrote: On Thursday 23 October 2003 04:14, you wrote: Juan Linietsky wrote: The ens1371 driver takes a joystick_port parameter with range 1..8 but that same parameter is them put into a switch to detect io port values like 0x200,

Re: [Alsa-devel] bug in ens1371/ens1370 joystick driver

2003-10-24 Thread Takashi Iwai
At Fri, 24 Oct 2003 12:53:36 +0200, I wrote: Specially when in the OSS driver you do: modprobe es1371 joystick=1 and it works flawlessly ok, i'll add more code... committed to cvs now. the new version accepts like modprobe snd-ens1371 joystick_port=1 for auto-detection

[Alsa-devel] bug in ens1371/ens1370 joystick driver

2003-10-23 Thread Juan Linietsky
I apologize for not being able to send patches, but I dont know how to proper fix this. The ens1371 driver takes a joystick_port parameter with range 1..8 but that same parameter is them put into a switch to detect io port values like 0x200, 0x208, etc. so the joystick will never be detected. I

Re: [Alsa-devel] bug in ens1371/ens1370 joystick driver

2003-10-23 Thread Clemens Ladisch
Juan Linietsky wrote: The ens1371 driver takes a joystick_port parameter with range 1..8 but that same parameter is them put into a switch to detect io port values like 0x200, 0x208, etc. so the joystick will never be detected. ens1370.c says: MODULE_PARM(joystick_port, 1-

Re: [Alsa-devel] bug in ens1371/ens1370 joystick driver

2003-10-23 Thread Juan Linietsky
On Thursday 23 October 2003 04:14, you wrote: Juan Linietsky wrote: The ens1371 driver takes a joystick_port parameter with range 1..8 but that same parameter is them put into a switch to detect io port values like 0x200, 0x208, etc. so the joystick will never be detected. ens1370.c says: