summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorSatish kumar sugasi <ssugas@codeaurora.org>2016-10-17 15:12:11 -0700
committerBhakthavatsala Raghavendra <braghave@codeaurora.org>2016-10-27 14:58:42 -0700
commit63288e7dc94dcee420413ea2c5d0ecab5b5d9569 (patch)
tree2196ced51e2c47e64a1b420fad8dc4bda3bde012 /include/linux
parent827d0483007ace97844284be67624f1e06ff54e9 (diff)
Bluetooth:Add ioctl to power control connectivity chip
Added new ioctl command to perform power on/off operations on connectivity chipset from userspace process. CRs-Fixed: 1049512 Change-Id: Id254a12ba8fc2d57951d158c8fce80168375586d Signed-off-by: Satish kumar sugasi <ssugas@codeaurora.org> Signed-off-by: Bhakthavatsala Raghavendra <braghave@codeaurora.org>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/bluetooth-power.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/bluetooth-power.h b/include/linux/bluetooth-power.h
index 7be94d298b88..a822ba8c07d1 100644
--- a/include/linux/bluetooth-power.h
+++ b/include/linux/bluetooth-power.h
@@ -85,4 +85,5 @@ struct bluetooth_power_platform_data {
int bt_register_slimdev(struct device *dev);
#define BT_CMD_SLIM_TEST 0xbfac
+#define BT_CMD_PWR_CTRL 0xbfad
#endif /* __LINUX_BLUETOOTH_POWER_H */