Merge remote-tracking branch 'lsk/linux-linaro-lsk-android' into linux-linaro-lsk-android

This commit is contained in:
Mark Brown
2014-06-12 12:30:54 +01:00
44 changed files with 421 additions and 140 deletions

View File

@@ -1,6 +1,7 @@
# UAPI Header export list
header-y += audio.h
header-y += cdc.h
header-y += cdc-wdm.h
header-y += ch11.h
header-y += ch9.h
header-y += functionfs.h

View File

@@ -9,6 +9,8 @@
#ifndef _UAPI__LINUX_USB_CDC_WDM_H
#define _UAPI__LINUX_USB_CDC_WDM_H
#include <linux/types.h>
/*
* This IOCTL is used to retrieve the wMaxCommand for the device,
* defining the message limit for both reading and writing.