Product IDs should have named owners to discourage reuse and identify
who is supposed to be using them.
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
* 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 2: product = "gplpv-windows"; break;
- case 0xffff: product = "experimental"; break;
+ case 1: product = "xensource-windows"; break; /* Citrix */
+ case 2: product = "gplpv-windows"; break; /* James Harper */
+ case 0xffff: product = "experimental"; break;
default:
/* Don't know what product this is -> we can't blacklist
* it. */