Fix the user device to not use 0x0000 as a default ID.

This commit is contained in:
Charles Haley 2011-05-07 12:10:29 +01:00
parent d40c4576fa
commit 200477bef6

View File

@ -68,9 +68,9 @@ class USER_DEFINED(USBMS):
'is prepended to any send_to_device template') + '</p>', 'is prepended to any send_to_device template') + '</p>',
] ]
EXTRA_CUSTOMIZATION_DEFAULT = [ EXTRA_CUSTOMIZATION_DEFAULT = [
'0x0000', '0xffff',
'0x0000', '0xffff',
'0x0000', '0xffff',
None, None,
'', '',
'', '',