- Fix #505438 to avoid message on boot on some systems
This commit is contained in:
parent
61d73e7680
commit
5c88c80e17
@ -102,7 +102,7 @@ index 0000000..874e41a
|
|||||||
+ if (blacklist)
|
+ if (blacklist)
|
||||||
+ continue;
|
+ 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);
|
||||||
+ }
|
+ }
|
||||||
+}
|
+}
|
||||||
+
|
+
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: libfprint
|
Name: libfprint
|
||||||
Version: 0.1.0
|
Version: 0.1.0
|
||||||
Release: 16.pre2%{?dist}
|
Release: 16.pre3%{?dist}
|
||||||
Summary: Tool kit for fingerprint scanner
|
Summary: Tool kit for fingerprint scanner
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -82,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/%{name}.pc
|
%{_libdir}/pkgconfig/%{name}.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 30 2010 Matthew Garrett <mjg@redhat.com> 0.1.0-16.pre3
|
||||||
|
- Fix #505438 to avoid message on boot on some systems
|
||||||
|
|
||||||
* Tue Jun 01 2010 Bastien Nocera <bnocera@redhat.com> 0.1.0-16.pre2
|
* Tue Jun 01 2010 Bastien Nocera <bnocera@redhat.com> 0.1.0-16.pre2
|
||||||
- Add README to package
|
- Add README to package
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user