OSDN Git Service

staging: usbip: userspace: migrate usbip_bind to libudev
authorValentina Manea <valentina.manea.m@gmail.com>
Sat, 8 Mar 2014 12:53:19 +0000 (14:53 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 9 Mar 2014 06:46:41 +0000 (22:46 -0800)
commit1e94031973b076c9030cf66c4caab148839aebee
tree1b7248934aed288c17f9dd9dfda0524bf700febc
parent0669e5fa802fb7de3c842388059a777afac13205
staging: usbip: userspace: migrate usbip_bind to libudev

This patch adds autoconf check for libudev and migrates
usbip_bind to the new library.

libsysfs will still be used until all userspace is modified.

Signed-off-by: Valentina Manea <valentina.manea.m@gmail.com>
Reviewed-by: Shuah Khan <shuah.kh@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/usbip/userspace/configure.ac
drivers/staging/usbip/userspace/libsrc/usbip_common.h
drivers/staging/usbip/userspace/src/Makefile.am
drivers/staging/usbip/userspace/src/sysfs_utils.c [new file with mode: 0644]
drivers/staging/usbip/userspace/src/sysfs_utils.h [new file with mode: 0644]
drivers/staging/usbip/userspace/src/usbip_bind.c
drivers/staging/usbip/userspace/src/utils.c