History log of /include/linux/usb/f_accessory.h
Revision Date Author Comments
3d8e37affa7e39ae041716b66c034599699df07c 07-Nov-2013 Colin Cross <ccross@android.com> usb: gadget: f_accessory: move userspace interface to uapi

Move the entire contents of linux/usb/f_accessory.h header to uapi,
it only contains a userspace interface.

Change-Id: Ieb5547da449588ae554988a201c0e6b4e3afc531
Signed-off-by: Colin Cross <ccross@android.com>
41bda8a1223587d67715fc35098407d7b7ddc12d 26-Mar-2012 Mike Lockwood <lockwood@google.com> USB: gadget: f_accessory: Add support for HID input devices

Change-Id: I4f1452db32508382df52acdc47c0eb395ae328c7
Signed-off-by: Mike Lockwood <lockwood@google.com>
9632d1360f24cf753c9686c2180ec7824862e545 11-May-2012 Mike Lockwood <lockwood@google.com> USB: gadget: Add ACCESSORY_SET_AUDIO_MODE control request and ioctl

The control request will be used by the host to enable/disable USB audio
and the ioctl will be used by userspace to read the audio mode

Change-Id: I81c38611b588451e80eacdccc417ca6e11c60cab
Signed-off-by: Mike Lockwood <lockwood@google.com>
d588b95d59fd8b104ec5bd415c9dcae5678642ba 19-Dec-2011 Benoit Goby <benoit@android.com> usb: gadget: accessory: Add Android Accessory function

USB accessory mode allows users to connect USB host hardware
specifically designed for Android-powered devices. The accessories
must adhere to the Android accessory protocol outlined in the
http://accessories.android.com documentation. This allows
Android devices that cannot act as a USB host to still interact with
USB hardware. When an Android device is in USB accessory mode, the
attached Android USB accessory acts as the host, provides power
to the USB bus, and enumerates connected devices.

Signed-off-by: Mike Lockwood <lockwood@android.com>