udev warning on Fedora due to SYSFS use

Bug #581448 reported by Jason Montleon
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
iSight Firmware Tools
Fix Committed
Undecided
Unassigned

Bug Description

On Fedora 13 the isight rule does not match the current udev syntax, so a warning is generated ...: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/isight.rules:1

replacing SYSFS with ATTRS in the file corrects the issue.

--- src/isight.rules.in.in 2010-05-16 12:12:41.026199954 -0400
+++ 1/isight-firmware-tools-1.5.92/src/isight.rules.in.in 2010-05-09 10:00
:49.000000000 -0400
@@ -1 +1 @@
-ACTION=="add", SYSFS{idVendor}=="05ac", SYSFS{idProduct}=="8300", RUN+="@udevdir@/ift-load --firmware /lib/firmware/isight.fw"
+ACTION=="add", ATTRS{idVendor}=="05ac", ATTRS{idProduct}=="8300", RUN+="@udevdir@/ift-load --firmware /lib/firmware/isight.fw"

Jason Montleon (monty19)
summary: - udev
+ udev warning on Fedora due to SYSFS use
Revision history for this message
Étienne BERSAC (bersace) wrote :

Hi,

Can you tell me which version of udev you use ? And what version of udev does not support ATTRS ?

Regards,
Étienne

Revision history for this message
Jason Montleon (monty19) wrote :
Changed in isight-firmware-tools:
status: New → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.