Linux kernel patches for TS-72XX

I have been working (for personnal purpose) on EP93XX architecture since 2004. I'd like to greet Technologic Systems for designing such great SBCs ! Their support team is very skilled too.

Here is some download of my work

Linux kernel driver for Shuttle VFD

Kernel linux driver for Shuttle VFD (tested on a Shuttle SG33G5M up to kernel 2.6.29). Adds 4 sysfs entries (with basepath /sys/bus/usb/drivers/shuttle_vfd/5-2\:1.1/):

Try it here: shuttle_vfd_driver-1.02.tar.gz. Notice that LCDproc and LCD4Linux (CVS snapshot) already support this hardware (via libusb).

Fast acces via a short name

# echo 'L lcd /sys/bus/usb/drivers/shuttle_vfd/5-2\:1.1/text' >> /etc/udev/links.conf 
$ echo 'Hello !' >/dev/lcd

Load at startup

# cat > /etc/modprobe.d/vfd.conf 
options shuttle_vfd initial_msg="Hello"

Created with vim