.\"Generated by db2man.xsl. Don't modify this, modify the source. .de Sh \" Subsection .br .if t .Sp .ne 5 .PP \fB\\$1\fR .PP .. .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Ip \" List item .br .ie \\n(.$>=3 .ne \\$3 .el .ne 3 .IP "\\$1" \\$2 .. .TH "USB_DEVICE_VER" 9 "August 2005" "Kernel Hackers Manual" "LINUX" .SH NAME USB_DEVICE_VER \- macro used to describe a specific usb device with a version range .SH "SYNOPSIS" .ad l .hy 0 .HP 17 \fBUSB_DEVICE_VER\ \fR\ (\fIvend\fR, \fIprod\fR, \fIlo\fR, \fIhi\fR); .ad .hy .SH "ARGUMENTS" .TP \fIvend\fR the 16 bit USB Vendor ID .TP \fIprod\fR the 16 bit USB Product ID .TP \fIlo\fR the bcdDevice_lo value .TP \fIhi\fR the bcdDevice_hi value .SH "DESCRIPTION" .PP This macro is used to create a struct usb_device_id that matches a specific device, with a version range\&.