linux-mmc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* SDIO_CLASS_UART and Globalsat SD-502 SDIO GPS
@ 2011-12-05 12:22 Michael Hunold
  0 siblings, 0 replies; only message in thread
From: Michael Hunold @ 2011-12-05 12:22 UTC (permalink / raw)
  To: linux-mmc

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.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-12-05 12:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-05 12:22 SDIO_CLASS_UART and Globalsat SD-502 SDIO GPS Michael Hunold

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).