CONFIG_MASS_STORAGE_INQ_PRODUCT_ID
Product ID for inquiry (must be 16 characters)
Type: string
Help
Product ID used for enquiry requests.
Spaces must be added to bring the string to 16 bytes.
Direct dependencies
USB_MASS_STORAGE
&& USB_DEVICE_STACK
(Includes any dependencies from ifs and menus.)
Default
“ZEPHYR USB DISK “
Kconfig definition
At <Zephyr>/subsys/usb/class/Kconfig.msc:25
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:49
→ <Zephyr>/subsys/usb/Kconfig:155
→ <Zephyr>/subsys/usb/class/Kconfig:8
Menu path: (Top) → Sub Systems and OS Services → USB Device Support → USB Mass Storage Device Class support
config MASS_STORAGE_INQ_PRODUCT_ID
string "Product ID for inquiry (must be 16 characters)"
default "ZEPHYR USB DISK "
depends on USB_MASS_STORAGE && USB_DEVICE_STACK
help
Product ID used for enquiry requests.
Spaces must be added to bring the string to 16 bytes.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)