Brother DCP195C printer driver on Raspberry Pi

I got the Brother DCP195C printer working on my Raspberry Pi, and documented the process on Superuser.com.

Lessons learned along the way:

The binary-only part of the printer driver just munges data from stdin and writes it to stdout. Seems like a good candidate for seccomp_bpf... maybe as the next step. :)