[Bug 363530] New: Force feedback events have wrong permissions for gamepad devices
https://bugzilla.novell.com/show_bug.cgi?id=363530 Summary: Force feedback events have wrong permissions for gamepad devices Product: openSUSE 10.3 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Hotplug AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: nderkach@gmail.com QAContact: qa@suse.de Found By: --- /dev/input/event* files have no write permissions for users. These rights are needed to support force feedback devices. Here are my current permissions: ls -l /dev/input/event* crw-r----- 1 root root 13, 64 Feb 17 22:06 /dev/input/event0 crw-r----- 1 root root 13, 65 Feb 17 22:06 /dev/input/event1 crw-r----- 1 root root 13, 66 Feb 17 22:06 /dev/input/event2 crw-r----- 1 root root 13, 67 Feb 17 22:06 /dev/input/event3 crw-rw----+ 1 root root 13, 68 Feb 17 22:06 /dev/input/event4 crw-r----- 1 root root 13, 69 Feb 21 10:04 /dev/input/event5 (the gamepad is using /dev/input/event5) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=363530 Andreas Jaeger <aj@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.provo.novell.com |kasievers@novell.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=363530 User kasievers@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=363530#c1 Kay Sievers <kasievers@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kasievers@novell.com AssignedTo|kasievers@novell.com |lnussel@novell.com --- Comment #1 from Kay Sievers <kasievers@novell.com> 2008-02-22 10:45:14 MST --- Nothing udev could do, we can't assign write permissions for every user. Maybe resmgr wants to assign ACL's for local users? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=363530 User lnussel@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=363530#c2 Ludwig Nussel <lnussel@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |nderkach@gmail.com --- Comment #2 from Ludwig Nussel <lnussel@novell.com> 2008-02-25 00:40:09 MST --- It's ok to grant access to joysticks/gamepads in general IMO. Please attach the output of lshal -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=363530 User nderkach@gmail.com added comment https://bugzilla.novell.com/show_bug.cgi?id=363530#c3 --- Comment #3 from Nikolay Derkach <nderkach@gmail.com> 2008-02-25 02:52:37 MST --- Created an attachment (id=196881) --> (https://bugzilla.novell.com/attachment.cgi?id=196881) lshal output -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=363530 User nderkach@gmail.com added comment https://bugzilla.novell.com/show_bug.cgi?id=363530#c4 Nikolay Derkach <nderkach@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|nderkach@gmail.com | --- Comment #4 from Nikolay Derkach <nderkach@gmail.com> 2008-02-25 02:53:12 MST --- . -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=363530 User lnussel@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=363530#c5 Ludwig Nussel <lnussel@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lnussel@novell.com AssignedTo|lnussel@novell.com |dkukawka@novell.com --- Comment #5 from Ludwig Nussel <lnussel@novell.com> 2008-02-25 03:08:10 MST --- Is there actually any software that supports the ff effects of the rumblepad? :) Anyways, hal provides no information that would allow me to identify the gamepad as harmless joystick like device. It's only listed as generic input device that could be anything. Reassigning to hal maintainer. udi = '/org/freedesktop/Hal/devices/usb_device_46d_c219_noserial_if0_logicaldev_input' info.capabilities = {'input'} (string list) info.category = 'input' (string) info.parent = '/org/freedesktop/Hal/devices/usb_device_46d_c219_noserial_if0' (string) info.product = 'Logitech Logitech Cordless RumblePad 2' (string) info.udi = '/org/freedesktop/Hal/devices/usb_device_46d_c219_noserial_if0_logicaldev_input' (string) input.device = '/dev/input/event5' (string) input.originating_device = '/org/freedesktop/Hal/devices/usb_device_46d_c219_noserial_if0' (string) input.physical_device = '/org/freedesktop/Hal/devices/usb_device_46d_c219_noserial_if0' (string) input.product = 'Logitech Logitech Cordless RumblePad 2' (string) linux.device_file = '/dev/input/event5' (string) linux.hotplug_type = 2 (0x2) (int) linux.subsystem = 'input' (string) linux.sysfs_path = '/sys/class/input/input6/event5' (string) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=363530 User dkukawka@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=363530#c6 Danny Kukawka <dkukawka@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |lnussel@novell.com --- Comment #6 from Danny Kukawka <dkukawka@novell.com> 2008-02-25 04:40:20 MST --- Do you know how to identify a joystick or gamepad? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=363530 User lnussel@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=363530#c7 Ludwig Nussel <lnussel@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|lnussel@novell.com | --- Comment #7 from Ludwig Nussel <lnussel@novell.com> 2008-02-25 05:18:30 MST --- IIRC last time I checked the joystick kernel module did it by guessing that devices with a certain number of absolute axes, buttons, hats etc are joysticks. In theory USB hid devices have usage attributes[1] that tell what the devices is supposed to be used for. No idea whether the kernel exports that somehow though. [1] http://www.usb.org/developers/hidpage/ -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=363530 Danny Kukawka <dkukawka@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Normal |Enhancement -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=363530 Danny Kukawka <dkukawka@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Hotplug |Hotplug Product|openSUSE 10.3 |openSUSE 11.0 Version|Final |Alpha 0 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=363530 Danny Kukawka <dkukawka@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Hotplug |Hotplug Product|openSUSE 11.0 |openSUSE 11.1 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=363530 Danny Kukawka <dkukawka@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P4 - Low -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=363530 User dkukawka@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=363530#c8 Danny Kukawka <dkukawka@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |nderkach@gmail.com --- Comment #8 from Danny Kukawka <dkukawka@novell.com> 2009-01-30 10:48:07 MST --- Can you check if the problem is present with openSUSE 11.1 and the latest HAL update installed? There were some improvements in this area. Please attach full output of lshal. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=363530 User nderkach@gmail.com added comment https://bugzilla.novell.com/show_bug.cgi?id=363530#c9 Nikolay Derkach <nderkach@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #196881|0 |1 is obsolete| | Status|NEEDINFO |NEW Info Provider|nderkach@gmail.com | --- Comment #9 from Nikolay Derkach <nderkach@gmail.com> 2009-02-06 02:53:41 MST --- Created an attachment (id=270718) --> (https://bugzilla.novell.com/attachment.cgi?id=270718) lshal output Seems to be fixed now. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com