linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Johan Hedberg <johan.hedberg@gmail.com>
To: "Elvis Pfützenreuter" <epx@signove.com>
Cc: linux-bluetooth@vger.kernel.org
Subject: Re: [PATCH 1/1] Makes FindAdapter() accept lower-case hex addresses
Date: Tue, 13 Jul 2010 16:53:36 -0300	[thread overview]
Message-ID: <20100713195336.GA24716@jh-x301> (raw)
In-Reply-To: <1279046782-16444-1-git-send-email-epx@signove.com>

Hi Elvis,

On Tue, Jul 13, 2010, Elvis Pfützenreuter wrote:
> ---
>  src/manager.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/src/manager.c b/src/manager.c
> index cbbca1e..9b90cab 100644
> --- a/src/manager.c
> +++ b/src/manager.c
> @@ -337,7 +337,7 @@ static gint adapter_address_cmp(gconstpointer a, gconstpointer b)
>  	adapter_get_address(adapter, &bdaddr);
>  	ba2str(&bdaddr, addr);
>  
> -	return strcmp(addr, address);
> +	return strcasecmp(addr, address);

The patch is now upstream. Thanks.

Johan

      reply	other threads:[~2010-07-13 19:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-13 18:46 [PATCH 1/1] Makes FindAdapter() accept lower-case hex addresses Elvis Pfützenreuter
2010-07-13 19:53 ` Johan Hedberg [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100713195336.GA24716@jh-x301 \
    --to=johan.hedberg@gmail.com \
    --cc=epx@signove.com \
    --cc=linux-bluetooth@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).