staging: gpib: Add National Instruments USB GPIB driver
authorDave Penkler <dpenkler@gmail.com>
Wed, 18 Sep 2024 12:19:06 +0000 (14:19 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 10 Oct 2024 13:28:48 +0000 (15:28 +0200)
commit4e127de14fa78bcd98c6459b0b984b8266cd0203
tree5c96065e567204811bb27f9f955f66ecf73c48ca
parentfce79512a96afacbe297ba3c5c2f7ed34944540d
staging: gpib: Add National Instruments USB GPIB driver

Driver for National Instruments USB dongles.

Signed-off-by: Dave Penkler <dpenkler@gmail.com>
Link: https://lore.kernel.org/r/20240918121908.19366-20-dpenkler@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/gpib/ni_usb/Makefile [new file with mode: 0644]
drivers/staging/gpib/ni_usb/ni_usb_gpib.c [new file with mode: 0644]
drivers/staging/gpib/ni_usb/ni_usb_gpib.h [new file with mode: 0644]