Linux driver for Eagletron Trackerpod

I got fed up wating for Eagletron to announce support for this baby, so I went ahead and wrote my own driver. Right now you can only use it to move the device - you cant change the track speed or light settings.

Official homepage

Before you run move_cam you'll need to create the character device:

# mknod /dev/usb/tpod0 c 180 96

This is not an official minor number (nor is the ioctl magic).

Note: Last I tried this driver wouldnt work with uhci.o because it refused to do bulk transfers with low speed devices.

Source: trackerpod-0.1.tar.gz.

I found an alternative driver at http://cnslab.mb.jhu.edu/~derrick/trackerpoddev/. It supports a couple more features than mine - check it out!

Steve Hill (cheesy+web@sackheads.org)