From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=K7g3KHOZQRg/yQTyCwgtimx84hz1p4pSovNE8Vfahj0=; b=mPUWSetw99YkaEwmcxFBS+iSh6EuY0GWbmthNfh3DyBXNGcleqWFwlQ5vcrOCKFNFt tOLD5x8MdfGzH0LLD8D4ET9tSvLcV7jr+EicwmCnU8wPILiA6SlJfz1v11LXWB6mup96 bG/srMal/bGolLeGrJAuIln4BRfQ0u7oUHRrpAlJust+ZDFabxHrM683U6wNo4SvZW/Q Ub/euBASxs6vrygNmQvHkzhA9nZ3cMSc1Ytp1cXSYvsiX7TMGXx/EC1DZubhrsWOx9Yd 47CopuHaBUOb6VhjEfMj1LuD4eRnLPHMOPqib/6nZleGt5b9NKGEYv+UqB+luGLpQC8O V+Zw== References: <18af2b4b-81cd-6607-19a6-22a4a625e595@gmail.com> From: Till Kamppeter Message-ID: <5b1615fc-81ad-8f01-e68d-fb96348d080d@gmail.com> Date: Sun, 9 Aug 2020 09:45:18 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Printing-architecture] Printer Application for PostScript printers List-Id: Printing architecture under linux List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Sweet Cc: "printing-architecture@lists.linux-foundation.org" , Sambhav Dusad , Jai Luthra , dipanshu verma , Aveek Basu On 09/08/2020 06:49, Michael Sweet wrote: >> Great, thanks. So this callback function is probably expected to be written by the individual Printer Application developers? > > Yes, absolutely. A printer application will use the device ID string to determine whether it can support a device. OK, thanks. Till