#8554: Folder Device Plugin: to have option to disable subfolder

This commit is contained in:
Charles Haley 2011-01-25 09:52:00 +00:00
parent 5acaed2683
commit d3cfeb56a2

View File

@ -22,7 +22,7 @@ class FOLDER_DEVICE_FOR_CONFIG(USBMS):
PRODUCT_ID = [0xffff]
BCD = [0xffff]
DEVICE_PLUGBOARD_NAME = 'FOLDER_DEVICE'
SUPPORTS_SUB_DIRS = True
class FOLDER_DEVICE(USBMS):
type = _('Device Interface')