HI Cvetolin Shulev-XID,
I checked this patch. But it throws build errors with headers mismatch and structure element mismatch. There seems to be few header files or corresponding other files which are also updated.
I have couple of questions on ldisc timeout. Please can you brief?
- wait_for_completion_interruptible_timeout( &kim_gdata->ldisc_installed, msecs_to_jiffies(LDISC_TIME));
I am waiting on above wait call. But whokim_gdata->ldisc_installed? - I added few prints in hci_ldisc.c Ldisc init is done and function pointers (open/close etc...) are initialized. But I don't see anybody who can call this module.
My procedure is as follows, Please validate the same.
modprobe st_drv
./uim
mode_probe btwilink
Thanks in advance.