From: Greg Kroah-Hartman Date: Tue, 8 Apr 2008 20:24:46 +0000 (-0700) Subject: USB: add USB_DT_CS_RADIO_CONTROL define to ch9.h X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=c27a4b717cfb597e2e383350c152ed0781041052;p=sagit-ice-cold%2Fkernel_xiaomi_msm8998.git USB: add USB_DT_CS_RADIO_CONTROL define to ch9.h This is needed by the wireless usb developers, and is part of the USB spec. Cc: Inaky Perez-Gonzalez Signed-off-by: Greg Kroah-Hartman --- diff --git a/include/linux/usb/ch9.h b/include/linux/usb/ch9.h index 6169438ec5a2..7e1da17ca7ce 100644 --- a/include/linux/usb/ch9.h +++ b/include/linux/usb/ch9.h @@ -180,6 +180,7 @@ struct usb_ctrlrequest { #define USB_DT_WIRELESS_ENDPOINT_COMP 0x11 #define USB_DT_WIRE_ADAPTER 0x21 #define USB_DT_RPIPE 0x22 +#define USB_DT_CS_RADIO_CONTROL 0x23 /* Conventional codes for class-specific descriptors. The convention is * defined in the USB "Common Class" Spec (3.11). Individual class specs