Home
last modified time | relevance | path

Searched refs:ID_VENDOR (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/meta-google/recipes-google/networking/google-usb-network/
H A Dusb_network.sh58 if (( ID_VENDOR == 0x18d1 && ID_PRODUCT == 0x22b )); then
68 if (( ID_VENDOR == 0x18d1 && ID_PRODUCT == 0x22c )); then
83 echo "${ID_VENDOR}" >"${gadget_dir}/idVendor" || return
151 ID_VENDOR="0x18d1" # Google
/openbmc/qemu/include/standard-headers/linux/
H A Dinput.h247 #define ID_VENDOR 1 macro