Apply typo fix patch from Mathias Geiger
Tweak docs and add xyphro info
Fix typo
Add svn repo obsolesence note
Align with kernel patch
Fix failure to send EOI on 1 and 2 byte writes
Fixes for handling device clear
Remove statement zeroing set_mask in ibWait
Update readme for release and AUTHORS file
Re-apply compat changes after kernel patches
staging: gpib: tidy-up comments
Revert compat to apply kernel patch
staging: gpib: use int type to store negative error codes
staging: gpib: tnt4882: Remove redundant header files
staging: gpib: fix typo
Wasn't fixed in SVN trunk (revision 2106), but you can close it, if it is now fixed.
This is fixed in the git repo, albeit using another approach.
Linux kernel 6.12 bugfix
Fix xugc_read timeout handling
Make xugc_read interruptible and cleanup naming
Add support for read holdoff
Add new devid and checks for ENODEV, coding style cleanup
Fix and cleanup xugc_write
Bug fixes, cleanup and additional comments
Fix update_status bug, add LXXS, TXXS and REM states, change devid
Fix indentation and device recognition
Bug fixes
Initial commit for experimental xyphro usbtmc to GPIB controller
Delete trailing spaces
Add option to ibtest for terminating reads on eos
Improve finding listeners ibln()
Add doc details on gpio bitbang limitations and IbcREADDR
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