Yes! I now have the CP210X driver module recognizing my usb device. I had to do a couple tasks manually though.
1. After including the CP210X driver in the ./sh/linux30.sh configuration menu, I had to add a copy line to ./sh/modules30.sh to also copy cp210x.ko to the drivers directory.
2. However, this didn\'t make it visible anymore on the GadgetPC system after booting. So, I copied the cp210x.ko file to the DebianFS root system under \'/lib/modules/drivers/\' and \'/lib/modules/2.6.30.4/\' and \'/lib/modules/2.6.../kernel/drivers/usb/serial/\' (it was probably only needed in one place though.
3. On the GadgetPC box I entered the following after booting:
cd /lib/modules/drivers
insmod usbserial.ko (for some reason I don\'t have it loading at boot time anymore).
insmod cp210x.ko
and voila, it worked.
Now I\'m wondering how I get it to load during bootup. I read that you should add it to /etc/modules but this file doens\'t exist. Can I just create it and add the modules I want it to load?
Thanks