瀏覽代碼

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>
Marcel Holtmann 10 年之前
父節點
當前提交
34dced9bd6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/bluetooth/btusb.c

+ 1 - 1
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;