All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michael Hunold <hunold@linuxtv.org>
To: linux-mmc@vger.kernel.org
Subject: SDIO_CLASS_UART and Globalsat SD-502 SDIO GPS
Date: Mon, 05 Dec 2011 13:22:01 +0100	[thread overview]
Message-ID: <4EDCB769.2040506@linuxtv.org> (raw)

Hello all,

I know that this is ancient hardware, but I got my hands on a Globalsat
SD-502 SDIO GPS receiver which I'd like to use.

After adding SDIO_UART ("SDIO UART/GPS class support") the card was
correctly recognized, but unfortunately, I just received the warning

"mmc1:0000:1: need info on UART class basic setup"

on the console.

After looking at the code, it seems that support for SDIO_CLASS_UART is
simply not there (yet). :-(

There are a few screenshots in the manual that suggest that the Windows
software adds a virtual COM port with 4800bps transfer rate.

According to the datasheet, it is using "Bsquare SDIO Now!". It's
unclear if this is totally proprietary or not.

I google'd around for a few hours but I cannot find out what exactly is
missing here to get the devie running, assuming that it is a device
compatbile to SDIO_UART.

For gettting deeper into the topic, I added some debug prints to
sdio_uart_probe() and printed out the sdio_func_tuple array.

Unfortunately, only two identical tuples (code 0x21, first byte 0x0c,
second byte 0x00) are available. According to the SDIO specific
extensions, this 0x21 (= CISTPL_FUNCID) tuple should be followed by 0x22
(= CISTPL_FUNCE) but for me it isn't.

Here I am currently stuck. Does anybody know how to add support for
SDIO_CLASS_UART? Any hints are very appreciated.

CU
Michael.

                 reply	other threads:[~2011-12-05 12:22 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=4EDCB769.2040506@linuxtv.org \
    --to=hunold@linuxtv.org \
    --cc=linux-mmc@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.