USB: add USB test and measurement class driver
authorGreg Kroah-Hartman <gregkh@suse.de>
Tue, 26 Aug 2008 23:22:06 +0000 (16:22 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 17 Oct 2008 21:40:51 +0000 (14:40 -0700)
commit5b775f672cc993ba9dba5626811ab1f2ac42883b
tree61d8e0706a11e7bb808081720644b11ef58f77cd
parenteb86be5424d4c08e686d5e578b72a26c516ae58a
USB: add USB test and measurement class driver

This driver was originaly written by Stefan Kopp, but massively
reworked by Greg for submission.

Thanks to Felipe Balbi <me@felipebalbi.com> for lots of work in cleaning
up this driver.

Thanks to Oliver Neukum <oliver@neukum.org> for reviewing previous
versions and pointing out problems.

Cc: Stefan Kopp <stefan_kopp@agilent.com>
Cc: Marcel Janssen <korgull@home.nl>
Cc: Felipe Balbi <me@felipebalbi.com>
Cc: Oliver Neukum <oliver@neukum.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Documentation/ABI/stable/sysfs-driver-usb-usbtmc [new file with mode: 0644]
Documentation/devices.txt
Documentation/ioctl-number.txt
drivers/usb/class/Kconfig
drivers/usb/class/Makefile
drivers/usb/class/usbtmc.c [new file with mode: 0644]
include/linux/usb/Kbuild
include/linux/usb/tmc.h [new file with mode: 0644]