The latest development version of this page may be more current than this released 2.7.0 version.

CONFIG_MASS_STORAGE_INQ_REVISION

Revision for inquiry (must be 4 characters)

Type: string

Help

Revision used for enquiry requests.
Spaces must be added to bring the string to 4 bytes.

Direct dependencies

USB_MASS_STORAGE && USB_DEVICE_STACK

(Includes any dependencies from ifs and menus.)

Default

  • “0.01”

Kconfig definition

At subsys/usb/class/Kconfig.msc:32

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:49subsys/usb/Kconfig:160subsys/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_REVISION
    string "Revision for inquiry (must be 4 characters)"
    default "0.01"
    depends on USB_MASS_STORAGE && USB_DEVICE_STACK
    help
      Revision used for enquiry requests.
      Spaces must be added to bring the string to 4 bytes.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)