Use file_inode()
staging: gpib: Fix error handling paths in cb_gpib_probe()
staging: gpib: lpvo_usb_gpib: Remove unreachable return statement
staging: gpib: cec: Fix inconsistent indentation in cec_pci_attach()
staging: gpib: Fix error code in board_type_ioctl()
Clean comnpat and Add compat changes for 6.16
Drop support for yacc
Some tweaks to the docs
Change signature of yyerror
Update user include files from latest kernel versions
staging: gpib: fix unset padding field copy back to userspace
staging: gpib: hp_82341: Replace manual comparison with min/max macro
staging: gpib: Add bit and byte padding to ioctl structs
staging: gpib: Use standard size basic uapi types
staging: gpib: Add local include file for commands
staging: gpib: Remove unneeded enums and functions
Bring files in line with kernel commit b940fd6ce31e
Add initialisation repsonse codes for newer ni-usb-hs+
Fix type in doc/Makefile.am and add cleanup for python install
Fix doc/Makefile.am and add xsl and dblatex options to configure.ac
Add blank dependency for doc/html/* for BUILD_DOCS false.
Add sgml2xml to the path, alsocheck for style sheet.
Add sections for trad api and gpib protocol
Remove unconditional man page dependency
Add ibterm to sgml docs from Michael Katzmann
Add manpage build to configure.ac and enable in doc Makefile.am
Add man_stylesheet variable for man generation
Add Makefiles to .gitignore
Fix xml related errors in sgml and add makefile stuff for man
Enable man page genereation
Put parentheses around arithmetic in MSA
Fix sad bugs
Fix and chage for gpib_config programme
Update board config from driver when adding interface
Modernize coding style - no functional changes
Apply tcl manpage patch from Michael Katzmann
Fix typo and update conf name option requirements
Update device specific udev scripts
Update user INSTALL
Add patch from Michael Katzmann for guile compile warnings
Fix negative comparison in ibLoc
Update docs use timeout constant in intro example
Fix compiler warnings from Michael Katzmann
Fix my_pass_control sending only 1 byte
Add automatic configuration of minor
Switch from setup.py install to pip install from Michael Katzmann
Update docs
Remove HAS_IOPORT guard and add ARCH_BCM2835 for gpio bitbang
Use compat 3 arg type for driver_find_device
Add compat pre 4.13.0 kernel wait_queue_entry_t
Comment IOPORT ifdef for early kernels
Capitalize del_timer_sync for compat macro
Move struct for agilent driver too.
Move struct declaration out of code for old gcc
Add dependencies on CONFIG_HAS_IOPORT to IOPORT drivers
Add Makefile.in to user part .gitignore
Add Makefile for common core module
Split gitignore for user and kernel parts
Update full package REAMDE for 4.3.7
Update user package version number to 4.3.7
Add patches from Michael Katzmann for tcl and guile bindings
Change driver name for agilent_82357a
Add new files - consolidation of smaller files
Bring the include files in line with the kernel versions.
Bump driver version to 4.3.7
Backport in-tree kernel drivers to the linux-gpib git repo
Update README with kernel build info
Use kernel gpib_ioctl.h include
Add common include file from kernel staging directory
Delete unusable doc file
Add del_timer_sync definition for 6.15 and later kernels
Remove uneeded compat include file for it tree drivers
Fix some spelling errors
Fixed finally here
ibwait does not time out after waiting >1.5s for ibrda to complete (NI-USB-HS)
Fixed finally here
modules compile error with linux 6.12
Thanks Jakub, Yes it is time for a new release - hope to have it out by the end of the month. cheers, -Dave
Hi Dave, git version is compiling and working OK for me. Time for a new release? Thanks and best wishes. J.
Hi Jakub, Can you try the drivers from the kernel part of the git repo cheers, -Dave
modules compile error with linux 6.12
Add docs for // comment and ECNF error code
Add support for // style comments in the configuration file
Improve error reporting for configuration file errors
Add new error code ECNF and tidy up formatting
Change ibdev board address conflict test to check pad only
Implement additional verification when parsing configuration file
Add cleanup when ibdev fails
Remove duplicate statement for eos setting.
Add vetting of pad and sad when parsing gpib.conf
Return ud in ibdev
Tabify ibSad.c
Add checking for pad and sad addresses
Update for secondary address of 31
Update docs to allow secondary address of 31
Set secondary address to -1 if no sacondary address is used.