Activity for Linux GPIB Support

  • DaveP DaveP committed [90aa9d] on git

    Clarify pull instructions in README.md

  • DaveP DaveP committed [eb76c5] on git

    Add linux-gpib-kernel to .gitignore

  • DaveP DaveP committed [65c90d] on git

    language/python/srq_device: Modernize for python3, fix indendation

  • DaveP DaveP committed [ed41a0] on git

    Update configure of sgml tools and stylesheet paths

  • DaveP DaveP committed [6c1ef0] on git

    language/python/srq_device: Modernize for python3, fix indendation

  • DaveP DaveP committed [9e0a62] on git

    Update configure of sgml tools and stylesheet paths

  • DaveP DaveP committed [64627c] on git

    Add language binding test files to distribution

  • DaveP DaveP committed [f2a48a] on git

    Fix mixup with python test file

  • DaveP DaveP committed [9c0909] on git

    Update language binding tests

  • DaveP DaveP committed [3a09ab] on git

    Return only ibcnt bytes in ibrd

  • DaveP DaveP committed [9935d8] on git

    Remove useless parameter from ibvers in php binding

  • DaveP DaveP committed [0a43b6] on git

    Fix and modernise php bindings for ibrd and ibwrt

  • DaveP DaveP committed [2f0e34] on git

    Add language binding test files to distribution

  • DaveP DaveP committed [512f33] on git

    Fix mixup with python test file

  • DaveP DaveP committed [aa9122] on git

    Update language binding tests

  • DaveP DaveP committed [fa3da2] on git

    Return only ibcnt bytes in ibrd

  • DaveP DaveP committed [948186] on git

    Remove useless parameter from ibvers in php binding

  • DaveP DaveP committed [c93eb7] on git

    Fix and modernise php bindings for ibrd and ibwrt

  • DaveP DaveP committed [5ce132] on git

    Add ibvers for perl language binding

  • DaveP DaveP committed [13ce9e] on git

    Add version (ibvers) and fix wait

  • DaveP DaveP committed [2122d5] on git

    Add ibvers for perl language binding

  • DaveP DaveP committed [934f0d] on git

    Add version (ibvers) and fix wait

  • DaveP DaveP committed [204193] on git

    gpib: tnt4882: Unify *allocate_private usage

  • DaveP DaveP committed [3519ce] on git

    gpib: tnt4882: Unify *allocate_private return value

  • DaveP DaveP committed [7eb5f2] on git

    gpib: tnt4882: Replace kmalloc/memset to kzalloc in *allocate_private

  • DaveP DaveP committed [2a8545] on git

    gpib: pc2: Unify *allocate_private usage

  • DaveP DaveP committed [443295] on git

    gpib: pc2: Unify *allocate_private return value

  • DaveP DaveP committed [fbc94e] on git

    gpib: pc2: Replace kmalloc/memset to kzalloc in *allocate_private

  • DaveP DaveP committed [93c12a] on git

    gpib: ni_usb: Fix the *allocate_private retval check

  • DaveP DaveP committed [d70f36] on git

    gpib: ni_usb: Replace kmalloc/memset to kzalloc in *allocate_private

  • DaveP DaveP committed [4b360c] on git

    gpib: ines: Unify *allocate_private usage

  • DaveP DaveP committed [4c559c] on git

    gpib: ines: Unify *allocate_private return value

  • DaveP DaveP committed [f2dafa] on git

    gpib: ines: Replace kmalloc/memset to kzalloc in *allocate_private

  • DaveP DaveP committed [0b41fa] on git

    gpib: hp_82341: Unify *allocate_private usage

  • DaveP DaveP committed [d5fea0] on git

    gpib: hp_82335: Unify *allocate_private usage

  • DaveP DaveP committed [c78d07] on git

    gpib: hp_82335: Unify *allocate_private return value

  • DaveP DaveP committed [6a3bac] on git

    gpib: gpio: Unify *allocate_private usage

  • DaveP DaveP committed [4d7b6a] on git

    gpib: gpio: Unify *allocate_private return value

  • DaveP DaveP committed [bccbd8] on git

    gpib: fmh_gpib: Fix the *allocate_private retval check

  • DaveP DaveP committed [6a0adc] on git

    gpib: fmh_gpib: Replace kmalloc/memset to kzalloc in *allocate_private

  • DaveP DaveP committed [081186] on git

    gpib: eastwood: Fix the *allocate_private retval check

  • DaveP DaveP committed [331bfa] on git

    gpib: eastwood: Replace kmalloc/memset to kzalloc in *allocate_private

  • DaveP DaveP committed [85ece1] on git

    gpib: cec: Unify *allocate_private usage

  • DaveP DaveP committed [174908] on git

    gpib: cec: Unify *allocate_private return value

  • DaveP DaveP committed [48e7b8] on git

    gpib: cec: Replace kmalloc/memset to kzalloc in *allocate_private

  • DaveP DaveP committed [f81f87] on git

    gpib: cb7210: Unify *allocate_private usage

  • DaveP DaveP committed [dca988] on git

    gpib: cb7210: Replace kmalloc/memset to kzalloc in *allocate_private

  • DaveP DaveP committed [acc6d3] on git

    gpib: agilent_82357a: Fix the *allocate_private retval check

  • DaveP DaveP committed [6f9195] on git

    gpib: agilent_82350b: Unify *allocate_private usage

  • DaveP DaveP committed [0b0078] on git

    gpib: Fix memory leak in ni_usb_init()

  • DaveP DaveP committed [ce595b] on git

    gpib: Fix error code in ni_usb_write_registers()

  • DaveP DaveP committed [1423fa] on git

    gpib: Fix error code in ibonline()

  • DaveP DaveP committed [0d2e51] on git

    staging: gpib: Clean-up commented-out code

  • DaveP DaveP committed [7e4126] on git

    Add checkout command for userspace branch

  • DaveP DaveP committed [b716bb] on git

    Fix silly ENOTTY error return in ioctl switch

  • DaveP DaveP committed [4b8498] on git

    Remove useless call to request_module

  • DaveP DaveP committed [5b456d] on git

    fix use-after-free in IO ioctl handlers

  • DaveP DaveP committed [38d141] on git

    Update userspace README

  • DaveP DaveP committed [b6127d] on git

    Prepare branch "userspace" for the userspace only release

  • DaveP DaveP committed [94c32f] on git

    Add support for ibvers in guile language bindings

  • DaveP DaveP committed [828057] on git

    Fix Missing arginfo warnings with new php

  • DaveP DaveP committed [d63c1a] on git

    Add so version numbers to guile php and tcl libraries

  • DaveP DaveP committed [171074] on git

    Apply lpvo patches from Johan Hovold

  • DaveP DaveP modified ticket #16

    Python function to call ibrpp() is missing

  • DaveP DaveP posted a comment on ticket #16

    Patch applied Thanks.

  • DaveP DaveP committed [2ba079] on git

    Add function gpib_parallel_poll() to the Python bindings.

  • Boeingflieger Boeingflieger created ticket #16

    Python function to call ibrpp() is missing

  • DaveP DaveP posted a comment on ticket #15

    Hi Patrick, Thanks for this. Normally even if the driver complains about the unexpected values it should still work. The only difference is that it spits out the unexpected data messages. cheers, -Dave On Tue, 24 Feb 2026 at 11:21, Joe godlike3539@users.sourceforge.net wrote: [patches:#15] https://sourceforge.net/p/linux-gpib/patches/15/ (Fake) NI-GPIB-HS almost works Status: unread Group: Unstable (example) Created: Tue Feb 24, 2026 10:21 AM UTC by Joe Last Updated: Tue Feb 24, 2026 10:21 AM UTC...

  • Joe Joe created ticket #15

    (Fake) NI-GPIB-HS almost works

  • DaveP DaveP committed [cf8ed5] on git

    Remove XXX comment and add no_update_ibsta comment

  • DaveP DaveP committed [2ed668] on git

    Make additional checks for IB_NO_ERROR

  • DaveP DaveP committed [e6e13a] on git

    Remove use of extended 7210 registers for INES 72130 chip

  • DaveP DaveP committed [0d9088] on git

    Add support for INES 72130 based PCI card PCI-XL

  • DaveP DaveP committed [eeb030] on git

    Add gpib.conf to the distribution files

  • DaveP DaveP committed [7dd983] on git

    Clean up comments in am Makefiles

  • DaveP DaveP committed [5e365d] on git

    Remove useless directories and Makefiles and cleanup

  • DaveP DaveP committed [336cfa] on git

    staging: gpib: Fix device reference leak in fmh_gpib driver

  • Drei Eck Drei Eck posted a comment on ticket #93

    ... and here are the attachments.

  • Drei Eck Drei Eck created ticket #93

    Build of `linux-gpib-user` fails with `/usr/bin/sgml2xml:./linux-gpib.sgml:2:1:W: cannot generate system identifier for public text "-//OASIS//DTD DocBook V4.5//EN"`, `-:2: parser error : StartTag: invalid element name` and other related errors.

  • DaveP DaveP committed [bef0c6] on git

    Suppress printing invalid descriptor message on the terminal

  • DaveP DaveP committed [881830] on git

    Fix segfault on invalid descriptor

  • naatje80 naatje80 posted a comment on ticket #92

    I just noticed how to upload the logifles. Including those....

  • naatje80 naatje80 posted a comment on ticket #92

    @DaveP: Sorry for the delay. I was using the latest release from the repository itself. The first errors I get are (the full error output is to long to directly include here): make -C /lib/modules/`uname -r`/build V=0 modules \ M="/home/myaccount/Downloads/linux-gpib/linux-gpib-kernel/drivers/gpib" \ GPIB_TOP_DIR=/home/myaccount/Downloads/linux-gpib/linux-gpib-kernel \ CONFIG_GPIB_ISA="" \ GPIB_CONFIG_PCMCIA="0" \ HAVE_DEV_OF_NODE= \ CLASS_CREATE1ARG=0 \ GPIB_CONFIG_KERNEL_DEBUG=0 make[1]: Entering...

  • DaveP DaveP committed [b0b8ae] on git

    Suppress setting end when error with ni_usb_gpib

  • DaveP DaveP posted a comment on ticket #92

    What version of linux-gpib are you using ? Also please send the compilation error messages. thanks, -DaveP

  • naatje80 naatje80 created ticket #92

    Compilation failing on RHEL 8.10

  • Linux GPIB Support Linux GPIB Support updated /README.txt

  • Linux GPIB Support Linux GPIB Support released /linux-gpib for 3.x.x and 2.6.x kernels/4.3.7/README.txt

  • Linux GPIB Support Linux GPIB Support released /linux-gpib for 3.x.x and 2.6.x kernels/4.3.7/linux-gpib-4.3.7.tar.gz

  • DaveP DaveP committed [55e1b4] on git

    Add info on change to ChangeLogs

  • DaveP DaveP committed [10776c] on git

    Make INSTALL file release independent

  • DaveP DaveP committed [74d095] on git

    Remove second ref after , in retentrytitle

  • DaveP DaveP committed [5a4895] on git

    Change refnames to avoid man page refs with ,_

  • DaveP DaveP committed [0109b8] on git

    Fix docs and update README's and INSTALL

  • DaveP DaveP committed [9edb3c] on git

    Apply typo fix patch from Mathias Geiger

  • DaveP DaveP committed [07c6c8] on git

    Tweak docs and add xyphro info

  • DaveP DaveP committed [eb9940] on git

    Fix typo

  • DaveP DaveP committed [r2107] on svn

    Add svn repo obsolesence note

  • DaveP DaveP committed [8fffe6] on git

    Align with kernel patch

  • DaveP DaveP committed [8ae374] on git

    Fix failure to send EOI on 1 and 2 byte writes

1 >
MongoDB Logo MongoDB