Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bluetooth: hciuart: Fix to use boolean flag with u32 type | Ben YoungTae Kim | 2015-08-14 | 1 | -4/+4 |
| | | | | | | | | | | debugfs_create_bool is asking to put u32 type pointer instead of bool so that passing bool type with u32* cast will cause memory corruption to read that value since it is handled by 4 bytes instead of 1 byte inside. Signed-off-by: Ben Young Tae Kim <ytkim@qca.qualcomm.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org> | ||||
* | Bluetooth: hciuart: Add support QCA chipset for UART | Ben Young Tae Kim | 2015-08-10 | 1 | -0/+969 |
QCA61x4 chips have supported sleep feature using In-Band-Sleep commands to enable sleep feature based on H4 protocol. After sending patch/nvm configuration is done, IBS mode will be up and running Signed-off-by: Ben Young Tae Kim <ytkim@qca.qualcomm.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org> |