#57: libusb host program for PLX NET20DC debug device ---------------------------------+------------------------------------------ Reporter: stuge | Owner: somebody Type: enhancement | Status: new Priority: major | Milestone: Component: code | Version: Keywords: usb ehci debug | Dependencies: Patchstatus: there is no patch | ---------------------------------+------------------------------------------
#57: libusb host program for PLX NET20DC debug device ----------------------------+----------------------------------------------- Reporter: stuge | Owner: somebody Type: enhancement | Status: new Priority: major | Milestone: Component: code | Version: Resolution: | Keywords: usb ehci debug Dependencies: | Patchstatus: there is no patch ----------------------------+----------------------------------------------- Comment (by stuge):
#can't attach the Makefile so here it is: LDFLAGS=-lusb TARGET=usb_debug_io SRC=$(TARGET).c
$(TARGET): $(SRC) gcc -Wall -g -o $@ $(SRC) $(LDFLAGS)
clean: rm -f $(TARGET)
#57: libusb host program for PLX NET20DC debug device ----------------------------+----------------------------------------------- Reporter: stuge | Owner: somebody Type: enhancement | Status: new Priority: major | Milestone: Component: code | Version: Resolution: | Keywords: usb ehci debug Dependencies: | Patchstatus: patch needs review ----------------------------+----------------------------------------------- Changes (by uwe):
* patchstatus: there is no patch => patch needs review
Comment:
Please add a license header to the file(s). Thanks!
#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.
#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 ----------------------------+----------------------------------------------- Comment (by stuge):
If someone wants to use it on anything but Linux just reopen the ticket. :)