On Fri, Nov 13, 2009 at 01:01:30PM +0100, Julien BLACHE wrote: > There are rules for the 636U and 636S, but the 636 might be yet another > variation, or you may have a later revision of the hardware bearing > different USB IDs.
Sorry for the confusion. There is no such thing as the 636S, the SCSI model is simply called 636 (unlike the 1200S). You can see the list of models at this ungodly URL: <http://www.epsonstylus.com/cgi-bin/Store/support/SupportIndex.jsp?BV_SessionID=@@@@0962723087.1258115114@@@@&BV_EngineID=ccdeadeildmlhggcgemcfjgdfljdfon.0&cookies=no&oid=-10244&infoType=Overview>. Now, the comments in 60-libsane.rules allude to a rule for this model, but only match the 1200S: # Epson Perfection 636S | Epson Perfection 1200S KERNEL=="sg[0-9]*", ATTRS{type}=="3", ATTRS{vendor}=="EPSON", ATTRS{model}=="Perfection1200", MODE="0664", GROUP="scanner" The 636 matches the same rule, but with "Perfection636" as the model: $ cat /sys/class/scsi_generic/sg1/device/{type,vendor,model} 3 EPSON Perfection636 -- Being overloaded is the sign of a true Debian maintainer. -- JHM on #Debian -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

