From: boku <bok...@gm...> - 2007-07-03 11:31:48
|
Hi, I'm porting my BT device to the SDIO stack protocols, the problem I met while probing the BT function driver is the func class in the BT function driver can be specified as 0x02 and 0x03 but the number read from my BT device is 0x01. I'd like to ask: 1. Is the 0x02, 0x03 func class are defined in SDIO spec for bluetooth devices? 2. Could I add 0x01 to the Ids[] in the sdio_bt_os.c? static SD_PNP_INFO Ids[] = { {.SDIO_FunctionClass = 0x02}, /* SDIO-BLUETOOTH SDIO standard interface code */ {.SDIO_FunctionClass = 0x03}, {} }; Thanks~ |