I have a BenQ M32 wireless modem with USB-to-serial converter (supposedly from Prolific). When I plug it in I can load the pl2303 driver but it won't create /dev/ttyUSB0 as it should. I researched and the vendor

roduct combination offered by lsusb (see below) doesn't show up in the pl2303.h list (so I presume that means it's not supported by this driver as is):
Bus 005 Device 003: ID 067b:0609 Prolific Technology, Inc.
Bus 004 Device 001: ID 0000:0000
It is a Debian Etch standard 2.6.18-5 kernel system.
2 questions:
1) How can I build a kernel module that has the proper vend

rod #s (067b:0609) to see if that will allow it to work (or is there a better solution)?
and
2) Why wouldn't it work if I simply hex-editted the pl2303.ko binary and changed one of the named aliases from a vend

rod pair that I don't care about to mine?
Thanks in advance
KScott