mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v2 0/3] staging/usbip: add new uapi header usbip.h
@ 2014-03-03 23:38 Shuah Khan
  2014-03-03 23:38 ` [PATCH v2 1/3] staging/usbip: add uapi header to export usbip kernel interfaces Shuah Khan
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Shuah Khan @ 2014-03-03 23:38 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. This
new uapi file is added under usbip/uapi to keep the staging tree code
self-contained. When usbip moves to mainline drivers, this file should
be moved under uapi/linux

usbip kernel and userspace are changed to use this new header file.

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/uapi/usbip.h                 |   26 ++++++++++++++++++++
 drivers/staging/usbip/usbip_common.h               |   19 ++------------
 .../staging/usbip/userspace/libsrc/usbip_common.h  |   18 +-------------
 3 files changed, 29 insertions(+), 34 deletions(-)
 create mode 100644 drivers/staging/usbip/uapi/usbip.h

-- 
1.7.10.4


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

end of thread, other threads:[~2014-03-03 23:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-03 23:38 [PATCH v2 0/3] staging/usbip: add new uapi header usbip.h Shuah Khan
2014-03-03 23:38 ` [PATCH v2 1/3] staging/usbip: add uapi header to export usbip kernel interfaces Shuah Khan
2014-03-03 23:38 ` [PATCH v2 2/3] staging/usbip: change usbip to include new uapi usbip.h Shuah Khan
2014-03-03 23:38 ` [PATCH v2 3/3] staging/usbip: change usbip userspace " Shuah Khan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome