All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] staging/usbip: add new uapi header usbip.h
@ 2014-02-28  0:27 Shuah Khan
  2014-02-28  0:27 ` [PATCH 1/3] staging/usbip: add uapi header to export usbip kernel interfaces Shuah Khan
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Shuah Khan @ 2014-02-28  0:27 UTC (permalink / raw)
  To: gregkh, ly80toro, andy.grover, valentina.manea.m
  Cc: Shuah Khan, linux-usb, devel, linux-kernel, shuahkhan

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.

Shuah Khan (3):
  staging/usbip: add uapi header to export usbip kernel interfaces
  staging/usbip: change usbip to include new uapi usbip.h
  staging/usbip: change usbip userspace to include new uapi usbip.h

 drivers/staging/usbip/usbip_common.h               |   19 ++------------
 .../staging/usbip/userspace/libsrc/usbip_common.h  |   20 +++------------
 include/uapi/linux/Kbuild                          |    1 +
 include/uapi/linux/usbip.h                         |   26 ++++++++++++++++++++
 4 files changed, 32 insertions(+), 34 deletions(-)
 create mode 100644 include/uapi/linux/usbip.h

-- 
1.7.10.4


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-02-28 22:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-28  0:27 [PATCH 0/3] staging/usbip: add new uapi header usbip.h Shuah Khan
2014-02-28  0:27 ` [PATCH 1/3] staging/usbip: add uapi header to export usbip kernel interfaces Shuah Khan
2014-02-28 22:15   ` Greg KH
2014-02-28 22:45     ` Shuah Khan
2014-02-28  0:27 ` [PATCH 2/3] staging/usbip: change usbip to include new uapi usbip.h Shuah Khan
2014-02-28  0:27 ` [PATCH 3/3] staging/usbip: change usbip userspace " Shuah Khan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.