Loading drivers/bluetooth/bluetooth-power.c +1 −1 Original line number Diff line number Diff line Loading @@ -906,7 +906,7 @@ static long bt_ioctl(struct file *file, unsigned int cmd, unsigned long arg) break; case BT_CMD_CHIPSET_VERS: chipset_version = (int)arg; BT_PWR_ERR("BT_CMD_CHIP_VERS soc_version:%x", chipset_version); BT_PWR_ERR("unified Current SOC Version : %x", chipset_version); if (chipset_version) { soc_id = chipset_version; if (soc_id == QCA_HSP_SOC_ID_0100 || Loading include/linux/bluetooth-power.h +1 −1 Original line number Diff line number Diff line Loading @@ -93,7 +93,7 @@ int get_chipset_version(void); #define BT_CMD_SLIM_TEST 0xbfac #define BT_CMD_PWR_CTRL 0xbfad #define BT_CMD_CHIPSET_VERS 0xbfae #define BT_CMD_GETVAL_RESET_GPIO 0xbfaf #define BT_CMD_GETVAL_RESET_GPIO 0xbfb5 #define BT_CMD_GETVAL_SW_CTRL_GPIO 0xbfb0 #define BT_CMD_GETVAL_VDD_AON_LDO 0xbfb1 #define BT_CMD_GETVAL_VDD_DIG_LDO 0xbfb2 Loading Loading
drivers/bluetooth/bluetooth-power.c +1 −1 Original line number Diff line number Diff line Loading @@ -906,7 +906,7 @@ static long bt_ioctl(struct file *file, unsigned int cmd, unsigned long arg) break; case BT_CMD_CHIPSET_VERS: chipset_version = (int)arg; BT_PWR_ERR("BT_CMD_CHIP_VERS soc_version:%x", chipset_version); BT_PWR_ERR("unified Current SOC Version : %x", chipset_version); if (chipset_version) { soc_id = chipset_version; if (soc_id == QCA_HSP_SOC_ID_0100 || Loading
include/linux/bluetooth-power.h +1 −1 Original line number Diff line number Diff line Loading @@ -93,7 +93,7 @@ int get_chipset_version(void); #define BT_CMD_SLIM_TEST 0xbfac #define BT_CMD_PWR_CTRL 0xbfad #define BT_CMD_CHIPSET_VERS 0xbfae #define BT_CMD_GETVAL_RESET_GPIO 0xbfaf #define BT_CMD_GETVAL_RESET_GPIO 0xbfb5 #define BT_CMD_GETVAL_SW_CTRL_GPIO 0xbfb0 #define BT_CMD_GETVAL_VDD_AON_LDO 0xbfb1 #define BT_CMD_GETVAL_VDD_DIG_LDO 0xbfb2 Loading