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=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=TsnmXa0V8pXnvTTOlY9wQJZCUkSRsUPWcbMdUG/kUG0=; b=YmPNNQlO1PznN8a7GcMPoYMDKKKKYrWjN85MAR6Jc1JjvpCUrb/ATmBKgU9axaaAdm /QeG4QYQW1Ufc/b2OJHzppV4pX2yAVRo2/HEYhKW9M3tT44H9g6WRtdLNIqr/aWXV9+9 BOERnT1IuCo1dg57mv11uJx7IZNvsps+tzmzU= Message-ID: <4F32F021.2000302@gmail.com> Date: Wed, 08 Feb 2012 22:58:57 +0100 From: Till Kamppeter MIME-Version: 1.0 References: <4F316875.2020105@gmail.com> <2D5F0702-DD45-4500-93FB-87A77B26237B@apple.com> In-Reply-To: <2D5F0702-DD45-4500-93FB-87A77B26237B@apple.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Printing-architecture] Removal of features in CUPS 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 On 02/08/2012 05:19 PM, Michael Sweet wrote: > On Feb 7, 2012, at 10:07 AM, Till Kamppeter wrote: >> ... >> Using the libpthread approach will also make the libusb-based backend very similar to the Darwin backend, which should make maintenance of CUPS easier. >> >> Mike, what do you think about that? > > That is exactly how I would do it. And thanks again for working on this! I have implemented it this way now. The result is in http://www.cups.org/str.php?L2890 With this patch applied to CUPS 1.5.2 echo -en '#CUPS-COMMAND\nAutoConfigure\n' | lpr -P works now also for USB-connected PostScript printers when using the libusb-based USB backend. Till