#57: libusb host program for PLX NET20DC debug device ----------------------------+----------------------------------------------- Reporter: stuge | Owner: somebody Type: enhancement | Status: closed Priority: major | Milestone: Component: code | Version: Resolution: invalid | Keywords: usb ehci debug Dependencies: | Patchstatus: patch needs review ----------------------------+----------------------------------------------- Changes (by stuge):
* status: new => closed * resolution: => invalid
Comment:
Not much point in having this code. The usb-serial generic module can do the job just as well, and provides a ttyUSBx interface for any existing serial port utilities. Run
# modprobe usb-serial vendor=0x0525 product=0x127a
to load the driver and associate it with the NET20DC, either before or after the device is connected to the host.
Greg K-H is working on a specific driver for the device (class) as well.