'\" t .\" Title: USB_DEVICE_VER .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: Host-Side Data Types and Macros .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "USB_DEVICE_VER" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "Host-Side Data Types and Macro" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" USB_DEVICE_VER \- describe a specific usb device with a version range .SH "SYNOPSIS" .HP \w'USB_DEVICE_VER('u .BI "USB_DEVICE_VER(" "vend" ", " "prod" ", " "lo" ", " "hi" ");" .SH "ARGUMENTS" .PP \fIvend\fR .RS 4 the 16 bit USB Vendor ID .RE .PP \fIprod\fR .RS 4 the 16 bit USB Product ID .RE .PP \fIlo\fR .RS 4 the bcdDevice_lo value .RE .PP \fIhi\fR .RS 4 the bcdDevice_hi value .RE .SH "DESCRIPTION" .PP This macro is used to create a struct usb_device_id that matches a specific device, with a version range\&. .SH "COPYRIGHT" .br