• Home
  • History
  • Annotate
  • only in /system/bluetooth/brcm_patchram_plus/
History log of /system/bluetooth/brcm_patchram_plus/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9657b13bd143660e9285e9bec379eec12c866110 06-Jan-2012 Steve Block <steveblock@google.com> Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE

See https://android-git.corp.google.com/g/#/c/157220

Bug: 5449033
Change-Id: Id297c768e26290752c1accd2110d10437a73920e
rcm_patchram_plus.c
c945cd8ec1e0da826f4cc7fa58f4a0ec2b4225e0 20-Dec-2011 Steve Block <steveblock@google.com> Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE

See https://android-git.corp.google.com/g/156016

Bug: 5449033
Change-Id: Ic08ff7c6b62e4c5cdccd8f446d7c0aa0e0a6cf30
rcm_patchram_plus.c
72c78a76465ad68136b7f49d6e56464205ef3dbc 07-Jul-2011 Jaikumar Ganesh <jaikumar@google.com> Fix setting of baud rate when coming out of reset.

Broadcomm convention requires that when we come out of reset
the baud rate is set to the default rate.

Original author: Mark Mendelsohn <mendelso@broadcom.com>

Change-Id: I40a34e02b3ca6eeac48fbbac8c41c35423f7fd91
rcm_patchram_plus.c
e1276c208588797c46cfe809f346becdb89eb9c0 17-Jun-2011 Howard M. Harte <hharte@broadcom.com> Bluetooth BRCM script updates for new chipsets.

1) add support for configuration of the SCO PCM interface
2) add support for configuration of the I2S interface
3) add support for different patchram download initialization for newer chips
4) Address review comments from change 22918.

Change-Id: I7b764a65d1d7bbcaa46a7a5100566047d1ce3165
ndroid.mk
rcm_patchram_plus.c
fd8ee4744176894d5a8ee28645fa342b859f4893 17-May-2011 Howard M. Harte <hharte@broadcom.com> Update License to Apache.

Change-Id: If7e4c039ac20c8a91bdc07081c0f3900385a0051
rcm_patchram_plus.c
d15a37448edcc1bd314873732ce5f3ea7ddad4ba 20-Dec-2010 Jaikumar Ganesh <jaikumar@google.com> Fix corruption while reading the address.

Hide printfs with debug option.

Change-Id: I5f9f1845664cd1540ea396d87dfa46e0abb157c1
rcm_patchram_plus.c
fff5ba85648ed4346d6feb3639aeafa6874bf640 08-Dec-2010 Jaikumar Ganesh <jaikumar@google.com> Add option to set the baudrate before downloading the firmware.

This reduces BT start up time by 2 secs.

Change-Id: Ib67637aa79c72dc988ad5398312379945d97017b
rcm_patchram_plus.c
1725ef80c89ba54e0b246d5d4d31e217496d01b5 03-Nov-2010 Chris Fries <C.Fries@motorola.com> Add command-line option for PCM master/slave to brcm_patchram_plus

Added a command-line option to set PCM interface as master or slave, and
send the HCI command as required for each mode.

Change-Id: I496909c8aaa888aabfc2bb6c10a288da7b448ff8
ndroid.mk
rcm_patchram_plus.c
3cd1a1440d74cc31be247f0bd967a432d26042ac 10-Sep-2010 Jaikumar Ganesh <jaikumar@google.com> Set line discipline to HCI_UART_H4 even for low power mode.

HCI_UART_LL is almost similar to H4 line and wouldn't cause
any problems since the extra packets were not being used any
way. But to avoid confusion, its being changed.

Based on a report by: goodsc.lee@samsung.com

Change-Id: Ifcb8bd5d8d619b74225057a6f7b5eee2c94a9925
rcm_patchram_plus.c
deaab6fa4a94c31494ebb6770dd0532198d0cbca 16-Mar-2010 Nick Pelly <npelly@google.com> Delay 50ms before downlooading firmware patch to fix BCM4329B1 incompatability.

Change-Id: If4e0040a55e54d6e6be2a4e6ca0c3d56c3999095
rcm_patchram_plus.c
d4397861e745c5b6ae99fe547b841df9babf3085 30-Oct-2009 Nick Pelly <npelly@google.com> Fix low power mode bugs in brcm_patchram_plus.

Enable LPM before setting up HCI network device. Set WAKE and HOST_WAKE
to active high.

Change-Id: I0ec15ec46ce355413f6476d0561f4d281487be33
rcm_patchram_plus.c
db5ccf71519a49fbb36b915dba551aa0b3fa0db8 21-Oct-2009 Nick Pelly <npelly@google.com> Read Bluetooth address from system property ro.bt.bdaddr_path

Change-Id: I1d308818099636354448708c8a7d4c13219f504d
ndroid.mk
rcm_patchram_plus.c
ac8c432d8eea5f875f672c2a7755c40a76a3c8cd 21-Aug-2009 Nick Pelly <npelly@google.com> Switch from DOS to UNIX format on brcm_patchram_plus.c

dos2unix brcm_patchram_plus.c. No code change.
rcm_patchram_plus.c
3a0f5331b257c95a69b077bd7ec8b5fdf5aeaa9e 21-Aug-2009 Nick Pelly <npelly@google.com> Fix baudrate programming for BCM chipsets.

The encoded form was broken for most baud rates. Instead use big endian
explicit baud rate.
rcm_patchram_plus.c
58302b4259856ddbedc8b4c15c02cbc7bec8acd3 21-Aug-2009 Nick Pelly <npelly@google.com> Add brcm_patchram_plus from Broadcom.

Used to download firmware to BCM bluetooth chipsets.
ndroid.mk
rcm_patchram_plus.c