- Fixed udev rules file to avoid DEVTYPE warning messages.

This commit is contained in:
Tim Waugh 2009-08-10 14:14:08 +00:00
parent e9a7aa2257
commit 8b81c618c8
2 changed files with 2 additions and 1 deletions

View File

@ -3,4 +3,4 @@
# support.
ACTION=="add", SUBSYSTEM=="usb", \
ATTR{bInterfaceClass}=="07", ATTR{bInterfaceSubClass}=="01", \
DEVTYPE="usb_device", RUN+="/usr/bin/setfacl -m g:lp:rw /dev/%P"
RUN+="/usr/bin/setfacl -m g:lp:rw /dev/%P"

View File

@ -525,6 +525,7 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Mon Aug 10 2009 Tim Waugh <twaugh@redhat.com> 1:1.4-0.rc1.14
- Fixed udev rules file to avoid DEVTYPE warning messages.
- Fixed cupsGetNamedDest() so it does not fall back to the default
printer when a destination has been named (bug #516439, STR #3285).
- Fixed MIME type rules for image/jpeg and image/x-bitmap