Re: [Zaurus-devel] [patch] fix strange characters in zaurus gpio .desc

2010-01-07 Thread Eric Miao
This is bothering me again and again, looks Dirk's ISP being problematic:

This message was created automatically by mail delivery software.

A message that you sent could not be delivered to one or more of
its recipients. The following addresses failed:

 

SMTP error from remote server after RCPT command:
host mx-ha01.web.de[217.72.192.149]:
550  Benutzer hat das Speichervolumen ueberschritten.
/ User has exhausted allowed storage space.


--- The header of the original message is following. ---

Received-SPF: pass (mxbap3: domain of gmail.com designates
74.125.92.150 as permitted sender) client-ip=74.125.92.150;
envelope-from=eric.y.m...@gmail.com; helo=qw-out-1920.google.com;
Received: from qw-out-1920.google.com (qw-out-1920.google.com [74.125.92.150])
   by mx.kundenserver.de (node=mxbap3) with ESMTP (Nemesis)
   id 0Llo92-1O27bT0IgC-00Zz6A for d...@opfer-online.de; Fri, 08
Jan 2010 02:44:31 +0100
Received: by qw-out-1920.google.com with SMTP id 5so4551775qwc.0
   for ; Thu, 07 Jan 2010 17:44:30 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
   d=gmail.com; s=gamma;
   h=domainkey-signature:mime-version:received:in-reply-to:references
:from:date:message-id:subject:to:cc:content-type;
   bh=6LZ0KtSH4ZKYLj8sPFkD0MWZ4EfaPMGUEJBX9IU6Szw=;
   b=hDpznbB+Arp9dpDt9CnKONy9R2nxu790sM+B+BgiJCFK0FlBrZNXEDKmyGso///gIl
bfc5Y0xIlFMuQ5yYDxvunWvcPh/NDV6d4xxZAfL0LrUj9gU07gi4c18vpA+pIrtdQKZe
GmV20H9foiS59B1743oVw37eOPH61rza05OtE=
DomainKey-Signature: a=rsa-sha1; c=nofws;
   d=gmail.com; s=gamma;
   h=mime-version:in-reply-to:references:from:date:message-id:subject:to
:cc:content-type;
   b=rcbVtRDX2DsM6jomSpcitZ+m+I0mT5aViVU07Kg495AC23JsL+WhQ1Zqafay/5OW2+
JvOE7UW8ncRW87grW37mjNNv/gDuX926IHhZsJq7jXpJjhwKFuP86uWjW2ATj3xG/p6C
uu+aSpvO0zWb0AW4xsGQXNMAfhgTc/ld8y2OY=
MIME-Version: 1.0
Received: by 10.229.128.90 with SMTP id j26mr1069163qcs.103.1262915070102;
   Thu, 07 Jan 2010 17:44:30 -0800 (PST)
In-Reply-To: <1262903483.5722.7.ca...@utx.utx.cz>
References: <20100107203104.ga22...@elf.ucw.cz>
<1262903483.5722.7.ca...@utx.utx.cz>
From: Eric Miao 
Date: Fri, 8 Jan 2010 09:44:10 +0800
Message-ID: 
Subject: Re: [patch] fix strange characters in zaurus gpio .desc
To: Stanislav Brabec 
Cc: Pavel Machek , rpur...@rpsys.net, l...@cs.wisc.edu,
   kernel list ,
d...@opfer-online.de, arminlit...@web.de,
   Cyril Hrubis , thommych...@gmail.com,
   linux-arm-kernel ,
dbarysh...@gmail.com,
   omegam...@gmail.com, zaurus-devel@lists.linuxtogo.org,
   Andrew Morton 
Content-Type: text/plain; charset=UTF-8

___
Zaurus-devel mailing list
Zaurus-devel@lists.linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/zaurus-devel


Re: [Zaurus-devel] [patch] fix strange characters in zaurus gpio .desc

2010-01-07 Thread Eric Miao
2010/1/8 Stanislav Brabec :
> Pavel Machek wrote:
>> From: Cyril Hrubis 
>>
>> Somehow,
> Some = my Evolution Mail
>
> I remember that I prepared a patch and fixed capitalization of these
> strings in the mail body in the last minute before sending.
>
>> strange characters made their way zaurus gpio .desc
>> fields. Fix it.
>>
>> Signed-off-by: Pavel Machek 
>
> Acked-by: Stanislav Brabec 
>

Applied.

> Hint: If you use Evolution Mail for sending mails, never edit anything
> inside inlined patch and never use old mail as a template, otherwise
> Evolution Mail will include invisible characters to your mail.
>
> Let's see whether it is fixed in the evolution-2.28.
>

Documentation/email-clients.txt may help?

___
Zaurus-devel mailing list
Zaurus-devel@lists.linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/zaurus-devel


Re: [Zaurus-devel] [patch] fix strange characters in zaurus gpio .desc

2010-01-07 Thread Stanislav Brabec
Pavel Machek wrote:
> From: Cyril Hrubis 
> 
> Somehow,
Some = my Evolution Mail

I remember that I prepared a patch and fixed capitalization of these
strings in the mail body in the last minute before sending.

> strange characters made their way zaurus gpio .desc
> fields. Fix it.
> 
> Signed-off-by: Pavel Machek 

Acked-by: Stanislav Brabec 

Hint: If you use Evolution Mail for sending mails, never edit anything
inside inlined patch and never use old mail as a template, otherwise
Evolution Mail will include invisible characters to your mail.

Let's see whether it is fixed in the evolution-2.28.



Stanislav Brabec
http://www.penguin.cz/~utx/zaurus


___
Zaurus-devel mailing list
Zaurus-devel@lists.linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/zaurus-devel


[Zaurus-devel] [patch] fix strange characters in zaurus gpio .desc

2010-01-07 Thread Pavel Machek
From: Cyril Hrubis 

Somehow, strange characters made their way zaurus gpio .desc
fields. Fix it.

Signed-off-by: Pavel Machek 

--- a/arch/arm/mach-pxa/spitz.c
+++ b/arch/arm/mach-pxa/spitz.c
@@ -389,13 +389,13 @@ static struct gpio_keys_button spitz_gpio_keys[] = {
.type   = EV_SW,
.code   = 0,
.gpio   = SPITZ_GPIO_SWA,
-   .desc   = "ďťżDisplay Down",
+   .desc   = "Display Down",
},
{
.type   = EV_SW,
.code   = 1,
.gpio   = SPITZ_GPIO_SWB,
-   .desc   = "ďťżLid Closed",
+   .desc   = "Lid Closed",
},
 };
 

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) 
http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

___
Zaurus-devel mailing list
Zaurus-devel@lists.linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/zaurus-devel