Allocate product code 0xffff == 65535 for experimental pre-release
drivers. This will help by giving developers something to use which
doesn't tread on anyone's toes.
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
* If you maintain a seaparate versioning and distribution path
* for PV drivers you should have a separate product number so
* that your drivers can be separated from others'.
+ *
+ * During development, you may use the product ID 0xffff to
+ * indicate a driver which is yet to be released.
*/
- case 1: product = "xensource-windows"; break;
+ case 1: product = "xensource-windows"; break;
+ case 0xffff: product = "experimental"; break;
default:
/* Don't know what product this is -> we can't blacklist
* it. */