From: Marcel Holtmann Date: Mon, 6 Apr 2015 05:52:16 +0000 (-0700) Subject: Bluetooth: btusb: Update version number of the module X-Git-Tag: firefly_0821_release~176^2~1974^2~34^2~14 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=34dced9bd6baf677fa6cfbfb65f002601a10d1e7;p=firefly-linux-kernel-4.4.55.git 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 Signed-off-by: Johan Hedberg --- diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c index ea7c726adcb1..8dae3daf821d 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;