USB_DEVICE_VER - macro used to describe a specific usb device with a
"USB_DEVICE_VER(" "vend" ", " "prod" ", " "lo" ", " "hi" ");"
vend
the 16 bit USB Vendor IDprodthe 16 bit USB Product IDlo
the bcdDevice_lo valuehithe bcdDevice_hi value
This macro is used to create a struct usb_device_id that matches a specific device, with a version range.
This macro is used to create a struct usb_device_id that matches a specific device, with a version range.