diff --git a/0001-Add-udev-rules-to-set-devices-to-autosuspend.patch b/0001-Add-udev-rules-to-set-devices-to-autosuspend.patch index 00c1a3f..c61ba94 100644 --- a/0001-Add-udev-rules-to-set-devices-to-autosuspend.patch +++ b/0001-Add-udev-rules-to-set-devices-to-autosuspend.patch @@ -102,7 +102,7 @@ index 0000000..874e41a + if (blacklist) + continue; + -+ printf ("SUBSYSTEM==\"usb\", ATTRS{idVendor}==\"%04x\", ATTRS{idProduct}==\"%04x\", ATTR{power/level}=\"auto\"\n", driver->id_table[i].vendor, driver->id_table[i].product); ++ printf ("SUBSYSTEM==\"usb\", ATTRS{idVendor}==\"%04x\", ATTRS{idProduct}==\"%04x\", ATTRS{dev}==\"*\", ATTR{power/level}=\"auto\"\n", driver->id_table[i].vendor, driver->id_table[i].product); + } +} + diff --git a/libfprint.spec b/libfprint.spec index 38b92f0..006c07d 100644 --- a/libfprint.spec +++ b/libfprint.spec @@ -1,6 +1,6 @@ Name: libfprint Version: 0.1.0 -Release: 16.pre2%{?dist} +Release: 16.pre3%{?dist} Summary: Tool kit for fingerprint scanner Group: System Environment/Libraries @@ -82,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/%{name}.pc %changelog +* Wed Jun 30 2010 Matthew Garrett 0.1.0-16.pre3 +- Fix #505438 to avoid message on boot on some systems + * Tue Jun 01 2010 Bastien Nocera 0.1.0-16.pre2 - Add README to package