staging: gpib: Add ines GPIB driver
authorDave Penkler <dpenkler@gmail.com>
Wed, 18 Sep 2024 12:19:04 +0000 (14:19 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 10 Oct 2024 13:28:45 +0000 (15:28 +0200)
commitbb1bd92fa0f2c9c39c5766e3ea81f26d7e8355a4
tree8630065d23683bb8ee60fb4f4137cad4651a0fc1
parent6d4f8749cd5da8fd43bb1e25b3612d8eba09e07a
staging: gpib: Add ines GPIB driver

Driver for ines PCI/PCMCIA boards

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