Various of my patches...
Here you can find my list of patches I've written for various reasons. Use them if you want. Use them with care: I do not give refunds on them.
- sk98lin FN95 workaround; The onboard ethernet adapter of the Shuttle FN95 mainboard appears to be buggy, as explained in this blog enty (and this one and this one). This patch enables a very simple workaround for the sk98lin driver. Please read the blog entries for more details and disclaimers!.
Download the skvpd_fn95 patch (09-jan-2005). - Java SQLite patch; Java SQLite is a simple wrapper around the SQLite database for Java. Included in the wrapper is a simple JDBC driver. However, this driver is does not support the
getGeneratedKeysmethod for retrieving any generated keys during an update of your data. This patch implements thegetGeneratedKeysmethod for Java versions >= 1.4.0.
Download the Java SQLite patch (11-nov-2004). - btsco build patch for Debian; btsco is a small userspace program for the
snd-bt-scoALSA driver. It allows you to redirect ALSA output to a Bluetooth-enabled headset. The defaultbtscopackage does not build properly on Debian systems, due to a missing include. This patch allows you to buildbtscoon Debian systems.
Download the btsco build patch. - smbclient resuming support; One feature missing from Samba's
smbclientprogram is the ability to resume a partially downloaded file. The patch gives yoursmbclientprogram two new commands:resumeandmresume. Their usage is similar as to the “normal”getandmgetcommands. There are two versions of this patch, one for Samba version < 3.0 and one for Samba version >= 3.0.
Download the resume patch for Samba v2;
Download the resume patch for Samba v3. - libsmb configuration file location patch; The Samba v2 distribution can also create a shared library to include SMB client calls into your C/C++ program. However, this library assumes you have a (seperate)
smb.conffile in your/.smbdirectory. This libsmb patch removes that need, and, instead, used the mainsmb.conffile.
Download the libsmb configuration file patch. - Colorized ls-output for busybox; I've written a patch for BusyBox that colorizes the output of the
ls- This patch was merged into the main tree of BusyBox as of version v0.60.
Download the colorized ls-patch.
- This patch was merged into the main tree of BusyBox as of version v0.60.
- mpg123 devfs device patch; mpg123 is one of the tools I use quite frequently, as it does a great job on playing MP3's and nothing more. However,
mpg123versions <= 0.59r are not devfs aware. This forces you to specifically give your output device each time you runmpg123. This patch adds support for devfs.
Download the mpg123 devfs patch .