diff options
Diffstat (limited to 'media-gfx/iscan/iscan-2.4.0-r1.ebuild')
-rw-r--r-- | media-gfx/iscan/iscan-2.4.0-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-gfx/iscan/iscan-2.4.0-r1.ebuild b/media-gfx/iscan/iscan-2.4.0-r1.ebuild index ba5ddad178bf..c0b6080d8284 100644 --- a/media-gfx/iscan/iscan-2.4.0-r1.ebuild +++ b/media-gfx/iscan/iscan-2.4.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/iscan/iscan-2.4.0-r1.ebuild,v 1.1 2007/01/06 20:12:56 sbriesen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/iscan/iscan-2.4.0-r1.ebuild,v 1.2 2007/09/03 20:59:34 sbriesen Exp $ inherit eutils toolchain-funcs autotools rpm @@ -113,6 +113,7 @@ usermap_to_udev() { echo '#' echo 'ACTION!="add", GOTO="iscan_rules_end"' echo 'SUBSYSTEM!="usb*", GOTO="iscan_rules_end"' + echo 'KERNEL=="lp[0-9]*", GOTO="iscan_rules_end"' echo sed -n -e "s|^\(# SEIKO EPSON.*\)|\1|p" \ -e "s|^\(#*\)i*scan-device *0x0003 *0x\([^ ]\+\) *0x\([^ ]\+\)*.*|${DEVICE}, ${ACTION}|p" "${1}" |