Modify ↓
Ticket #57 (closed enhancement: invalid)
libusb host program for PLX NET20DC debug device
| Reported by: | stuge | Owned by: | somebody |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | coreboot | Keywords: | usb ehci debug |
| Cc: | Dependencies: | ||
| Patch Status: | patch needs review |
Description
Attachments
Change History
comment:2 Changed 4 years ago by uwe
- Patch Status changed from there is no patch to patch needs review
Please add a license header to the file(s). Thanks!
Changed 4 years ago by stuge
-
attachment
usb_debug_io.c
added
revised with license header and small blksize improvement
comment:3 Changed 4 years ago by stuge
- Status changed from new to closed
- Resolution set to invalid
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.
Note: See
TracTickets for help on using
tickets.

#can't attach the Makefile so here it is: LDFLAGS=-lusb TARGET=usb_debug_io SRC=$(TARGET).c
$(TARGET): $(SRC)
clean: