]> git.baikalelectronics.ru Git - kernel.git/commit
staging: comedi: add comedi_usb.h
authorIan Abbott <abbotti@mev.co.uk>
Tue, 27 Jan 2015 17:49:01 +0000 (17:49 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 28 Jan 2015 19:18:50 +0000 (11:18 -0800)
commit726baca1ba13aba37ca91a94ef3fbef43d3d1a0f
tree043c048ada45636bfa4d3b4a6d9d6592fc912444
parent30565cddeca30d202a9bad86fc2104b50dcaefee
staging: comedi: add comedi_usb.h

Add a new header that Comedi USB drivers can include instead of
"comedidev.h".  Currently, it just pulls in <linux/usb.h> and
"comedidev.h", but the plan is to migrate the USB-specific stuff from
"comedidev.h" here.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Reviewed-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/comedi_usb.h [new file with mode: 0644]