On Wednesday 17 September 2014 01:38, Maximilian Eschenbacher wrote:After a some discussion we decided to change it according to your suggestion. Thanks for that!
From: Dominik Paulus <dominik.paulus@xxxxxx>
diff --git a/drivers/usb/usbip/usbip_common.h b/drivers/usb/usbip/usbip_common.h
index 6831d99..a5f416e 100644
--- a/drivers/usb/usbip/usbip_common.h
+++ b/drivers/usb/usbip/usbip_common.h
@@ -32,7 +32,7 @@
#include <uapi/linux/usbip.h>
#include <linux/kfifo.h>
-#define USBIP_VERSION "1.0.0"
+#define USBIP_VERSION "1.2.1"
You can use UTS_RELEASE instead - it would handle the task of identifying
the version of running code as good, or better, than a subsystem-specific
version id.
For one, as this patch attests, subsystem-specific ids tend to become stale...