From owner-freebsd-current@FreeBSD.ORG Tue Mar 12 07:35:48 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 04A81ACD for ; Tue, 12 Mar 2013 07:35:48 +0000 (UTC) (envelope-from dieterich.joh@gmail.com) Received: from mail-qa0-f45.google.com (mail-qa0-f45.google.com [209.85.216.45]) by mx1.freebsd.org (Postfix) with ESMTP id B2D19E01 for ; Tue, 12 Mar 2013 07:35:47 +0000 (UTC) Received: by mail-qa0-f45.google.com with SMTP id g10so1444911qah.11 for ; Tue, 12 Mar 2013 00:35:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=/7nlmfEW8DMEmDDqgatR2ksNJkn7ZaphujTxo0iiVg4=; b=r3O3p7mwQw27lMC18L9/HlM+bY8MNOiS3Dlk4uc9go4uzd3jft/jVzBt8v5EWIJKSa OjKT2mHci1XqQHTx/6xf1DOuPbKUQnxW1EcOp138xKnsShGJ6TqCf1XHIkYMU6dS+vHr qB2ZtQLXkmBNEf46It+SAFfnM6tFWzygu//Sz9y3nb4q1CZa5/yz6jK1/lTS2SAmrV7h 8A8VFLX+JyfIrJH+4svDkreuH1c4wCybFH0KEXJL4dNM+Cfa9lRIrBSR5lDGlhEb+gig 3AJOiYk2CEYlkZPr+ckkyys6XxGqzHXfsYjvEhyCCnKVw9X5EuX0w3M7fG4KTT43JGdk qLig== X-Received: by 10.224.182.70 with SMTP id cb6mr20675004qab.80.1363073741670; Tue, 12 Mar 2013 00:35:41 -0700 (PDT) Received: from bresson.poelloepaeae.de (pool-173-72-34-218.cmdnnj.fios.verizon.net. [173.72.34.218]) by mx.google.com with ESMTPS id ku2sm29413265qeb.4.2013.03.12.00.35.40 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 12 Mar 2013 00:35:40 -0700 (PDT) Message-ID: <513EDACB.2070901@gmail.com> Date: Tue, 12 Mar 2013 03:35:39 -0400 From: Johannes Dieterich User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130309 Thunderbird/17.0.4 MIME-Version: 1.0 To: "Sergey V. Dyatko" , freebsd-current@freebsd.org Subject: Re: Headphone support on Thinkpad T430s References: <513ED49B.4060503@gmail.com> <20130312103408.58abbb8e@laptop> In-Reply-To: <20130312103408.58abbb8e@laptop> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Mar 2013 07:35:48 -0000 On 03/12/13 03:34, Sergey V. Dyatko wrote: > On Tue, 12 Mar 2013 00:28:45 -0700 > hiren panchasara wrote: > >> On Tue, Mar 12, 2013 at 12:09 AM, Johannes Dieterich >> wrote: >>> Dear list, >>> >>> please see a patch to enable proper headphone support on Thinkpad >>> T430s models. The quirk uses the same logic as the recent patch to >>> CURRENT to enable some other Thinkpad models. Unfortunately, I >>> cannot comment if this will work for other models (such as the >>> regular T430) as well, therefore I used the T430S identifier. >> For T430, the pins are at 0x21f3 so you assumed right. This patch >> would not work on it. >> T430S is the correct identifier. >> > > and don't touch my B450 please :) Sorry, just formatting. Otherwise it is unchanged. :-) Best Johannes