'\" t .\" Title: USB_DEVICE_INFO .\" 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_INFO" "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_INFO \- macro used to describe a class of usb devices .SH "SYNOPSIS" .HP \w'USB_DEVICE_INFO('u .BI "USB_DEVICE_INFO(" "cl" ", " "sc" ", " "pr" ");" .SH "ARGUMENTS" .PP \fIcl\fR .RS 4 bDeviceClass value .RE .PP \fIsc\fR .RS 4 bDeviceSubClass value .RE .PP \fIpr\fR .RS 4 bDeviceProtocol value .RE .SH "DESCRIPTION" .PP This macro is used to create a struct usb_device_id that matches a specific class of devices\&. .SH "COPYRIGHT" .br