1st patch exports usb_alloc_dev symbol so that lvstest driver in second patch can be compiled as module. Pratyush Anand (2): USB: Add EXPORT_SYMBOL for usb_alloc_dev USB: Add LVS Test device driver Documentation/ABI/testing/sysfs-bus-usb-lvstest | 47 +++ drivers/usb/core/usb.c | 1 + drivers/usb/misc/Kconfig | 7 + drivers/usb/misc/Makefile | 1 + drivers/usb/misc/lvstest.c | 460 ++++++++++++++++++++++++ 5 files changed, 516 insertions(+) create mode 100644 Documentation/ABI/testing/sysfs-bus-usb-lvstest create mode 100644 drivers/usb/misc/lvstest.c -- 1.8.1.2 -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html