On Thu, Feb 27, 2014 at 05:27:25PM -0700, Shuah Khan wrote:
usbip userspace has duplicated enum definition to report usbip device
status maintained by the kernel. Adding an usbip uapi header file will
define the kernel - userspace interface for this device status.
Signed-off-by: Shuah Khan <shuah.kh@xxxxxxxxxxx>
---
include/uapi/linux/Kbuild | 1 +
include/uapi/linux/usbip.h | 26 ++++++++++++++++++++++++++
2 files changed, 27 insertions(+)
create mode 100644 include/uapi/linux/usbip.h
Staging code should be self-contained within drivers/staging/
Now I know that a bunch of people are now working on this codebase, and
hopefully it will finally get moved out of staging someday soon, but
until then, I can't add this file in this location, sorry.
Look at how the drivers/staging/android code handles the uapi files, you
should try doing that instead.