]> www.infradead.org Git - users/jedix/linux-maple.git/commit
staging: gpib: Add Computer Equipment Corporation GPIB driver
authorDave Penkler <dpenkler@gmail.com>
Wed, 18 Sep 2024 12:18:58 +0000 (14:18 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 10 Oct 2024 13:28:37 +0000 (15:28 +0200)
commite1339245eba3bdd6fd511b10aab7a12cc1af6b1e
tree4e298c2f9a6d5abb4c4015cc2471dbbfda3e02b5
parente9dc69956d4d9bf4a81d35995ce9229ff5e4cad5
staging: gpib: Add Computer Equipment Corporation GPIB driver

Driver for Computer Equipment Corporation and compatible boards.

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