summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2015-04-05 22:52:16 -0700
committerMarcel Holtmann <marcel@holtmann.org>2015-04-07 18:47:11 +0200
commit34dced9bd6baf677fa6cfbfb65f002601a10d1e7 (patch)
treee25591de667ec090107ace5c8b7742f979ce0d6f /drivers/bluetooth
parent941521e24fa8019b94eedecdd0b39942b0060399 (diff)
downloadop-kernel-dev-34dced9bd6baf677fa6cfbfb65f002601a10d1e7.zip
op-kernel-dev-34dced9bd6baf677fa6cfbfb65f002601a10d1e7.tar.gz
Bluetooth: btusb: Update version number of the module
The version number is cosmetic, but pretty handy for debugging purposes and since the Broadcom protocol support is now optional, just increase it to indicate the difference. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'drivers/bluetooth')
-rw-r--r--drivers/bluetooth/btusb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index ea7c726..8dae3da 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -30,7 +30,7 @@
#include "btbcm.h"
-#define VERSION "0.7"
+#define VERSION "0.8"
static bool disable_scofix;
static bool force_scofix;
OpenPOWER on IntegriCloud