hwstub: add string version
Change-Id: I919c27eb7ea69fdac7b3a65785a5a6eb3723a80e
This commit is contained in:
parent
0c7c54e185
commit
29de342134
1 changed files with 4 additions and 0 deletions
|
@ -28,6 +28,10 @@
|
|||
#define HWSTUB_VERSION_MAJOR 4
|
||||
#define HWSTUB_VERSION_MINOR 0
|
||||
|
||||
#define HWSTUB_VERSION__(maj, min) #maj"."#min
|
||||
#define HWSTUB_VERSION_(maj, min) HWSTUB_VERSION__(maj, min)
|
||||
#define HWSTUB_VERSION HWSTUB_VERSION_(HWSTUB_VERSION_MAJOR, HWSTUB_VERSION_MINOR)
|
||||
|
||||
/**
|
||||
* A device can use any VID:PID but in case hwstub is in full control of the
|
||||
* device, the preferred VID:PID is the following.
|
||||
|
|
Loading…
Reference in a new issue