What is your print of device address? Check for bytes/word alignment.

On 9月16日, 上午4时37分, CVS <[email protected]> wrote:
> Or even better?...
>
> --in char driver init function..
> struct hci_dev HciDev = NULL;
>
>        HciDev = hci_alloc_dev();
> //f1 & f2 are function defined in the char driver
>        HciDev.send = f1;
>        HciDev.open = f2;
>
>        hci_register_dev(&HciDev);

-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-kernel

Reply via email to