Re: Help on USB serial, TUSB3410 and custom devices
- From: "Mark T.B. Carroll" <Mark.Carroll@xxxxxxxxxx>
- Date: Wed, 21 May 2008 11:31:44 -0400
Peter Hull <peterhull90@xxxxxxxxx> writes:
I have a custom device which communicates via USB. It has a TI
TUSB3410 but with a different VID and PID (i.e. not the default Texas
Instruments ones). I know there is already a USB-to-serial driver in
the kernel for this chip which would do all I need but is it possible
to tell the kernel to associate this driver with our device? I would
then need it to run a hotplug script to set up the link to a user-
space application.
I think this would be an easy question for someone but I just can't
find a site with the appropriate information,
Someone will have a better answer for you, but -
One thing that I've sometimes successfully done is look in the source
code for the device driver and found a list of device IDs it looks for
and added the extra device to that list, or substituted it for one of
the others I didn't care about, then recompiled and used that version.
Mark
.
- Follow-Ups:
- Re: Help on USB serial, TUSB3410 and custom devices
- From: Peter Hull
- Re: Help on USB serial, TUSB3410 and custom devices
- References:
- Help on USB serial, TUSB3410 and custom devices
- From: Peter Hull
- Help on USB serial, TUSB3410 and custom devices
- Prev by Date: Help on USB serial, TUSB3410 and custom devices
- Next by Date: Need advice on UPS
- Previous by thread: Help on USB serial, TUSB3410 and custom devices
- Next by thread: Re: Help on USB serial, TUSB3410 and custom devices
- Index(es):
Relevant Pages
|