Received: by 10.223.185.116 with SMTP id b49csp465011wrg; Sat, 10 Feb 2018 11:01:17 -0800 (PST) X-Google-Smtp-Source: AH8x224sxeNY9w1XHfZ1JqFFcPt8CMIJT+D34jTP831OqEMuv7D3YBmN5FQzPnVAopYwXPKCRdyG X-Received: by 10.99.152.70 with SMTP id l6mr2463820pgo.87.1518289277327; Sat, 10 Feb 2018 11:01:17 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1518289277; cv=none; d=google.com; s=arc-20160816; b=zqYoSlAgEUwAe9RWtUu65r7xbyS+fD/L4GNFxuPf4Q86O7lTstEMhVHiXojg33rTVM 6WYcymwdYvhaCOAYJo0NVCBXBKVz/mufgOdo/QmRidX5rW1oxa8+fuJj7XDz0x/+Pts7 tmS0hBxQe2+7JTcfj9YiScA51bLYXjfLXLpOfTwjblzJhZJpUsW1PPWManOfhkMvZNBU 3G2AFgtw83Jvc/zP5v1516iR2uA8dY9wC1pa0AGdF0d6zguHuE3aeesr5/MEOw6cfBph B2vKaqPNdDPrk5z8ACEJLD9dxPbRZFjx3TZMZaM23Mp3m1I2HkYTOHh+yFq/ttaeB+r9 oRkA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=a1rD3y8RlnvZK3IN2AhlRJaXRVvatgoU8gzWo+J6k2Y=; b=h1WyfwxMFGXF8Ofi1OgoeluWw3SV6+hYujC0y4xk+GnvoJW2GlgFxC4/LfCWNKcMlR 9VuX2oR+qMBTEI/TeN7p1JzzdY66CsB05A44yFp7fpR9qx6+SGGWjTFkKPMx//9/uhsg wGHPb06zpsFtuVILOBaCwQ0KYhWGNkFKaLnOvmilQ/F7uG6+1qy/o8dpv+p226+kzo8c frgjGN6DLGh1v6bBEVLO1shoNC1T2pF3C+pmSdP4mjX+fDazdoDtd8Lua9Q7fWtfHOCU m5r94QxWTZxvWba3auY+mNrYGGrNPy0TeawU1TyDbwz85wZtoDaJghuQtgtB9rR9QgXN bHLQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id p14-v6si2461361pll.716.2018.02.10.11.00.22; Sat, 10 Feb 2018 11:01:17 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751622AbeBJS6c (ORCPT + 99 others); Sat, 10 Feb 2018 13:58:32 -0500 Received: from wtarreau.pck.nerim.net ([62.212.114.60]:40514 "EHLO 1wt.eu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751116AbeBJS6c (ORCPT ); Sat, 10 Feb 2018 13:58:32 -0500 Received: (from willy@localhost) by pcw.home.local (8.15.2/8.15.2/Submit) id w1AIwQkG021788; Sat, 10 Feb 2018 19:58:26 +0100 Date: Sat, 10 Feb 2018 19:58:26 +0100 From: Willy Tarreau To: Geert Uytterhoeven Cc: Miguel Ojeda , linux-kernel , Robert Abel Subject: Re: [PATCH 1/3] auxdisplay: charlcd: fix hex literal ranges for graphics command Message-ID: <20180210185826.GD21587@1wt.eu> References: <20180209235012.4993-1-rabel@robertabel.eu> <20180209235012.4993-2-rabel@robertabel.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.6.1 (2016-04-27) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Feb 10, 2018 at 07:31:54PM +0100, Geert Uytterhoeven wrote: > The redefinition feature definitely works with hex characters. > I've used it in the past, cfr. the picture on my Google+ profile ;-) > https://plus.google.com/u/0/+GeertUytterhoeven I've used it as well which is why I never noticed. However it's the first time I see the driver used with a 4-lines device, so apparently it works :-) Willy