Hello,
Sorry for my bad english, i'm from Brazil :)
For all developers, thanks for nice work in drivers development, I'm
studing the linux kernel tree and drivers implementation of openezx.
I have a 1200 ezx phone, and i study the BT chip BCM2045.
I put a command in file "arch/arm/mach-pxa/ezx.c", in end of function
"ezx_pcap_init()":
"ezx_pcap_set_vreg(V6, V_EN, 1);"
For power-on the BCM2045 chip.
After compiling and booting the kernel, the simple command in userspace:
"hciattach /dev/ttyS1bcm2035 460800 flow 01:02:03:04:05:06" works!!
The BCM2045 in A1200 works normally, the hciconfig, sdptool, etc works,
and I can create RFCOMM and BNEP connections.
The firmware patch from Motorola is not necessary, possibly for audio
routing between AP->BT and BP->BT.
The BCM2045 chip is always poweron, the next step is make a way for
poweron/off the chip via userspace, but it is for the future.
Thanks.
Fábio Belavenuto