- Fixed udev rules file to avoid DEVTYPE warning messages.
This commit is contained in:
parent
e9a7aa2257
commit
8b81c618c8
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user