,

Welcome to the home of the Linux USB Project
http://www.linux-usb.org/
http://www.foobar.ne.jp/~papa/computer/LD_USBL_TX.html
が使いたかったのですが
# modprobe pegasus

/var/log/messageなどをみてみると
"kernel: usb.c: USB device 2 (vend/prod 0x56e/0x4005) is not claimed by any active driver."
とかでている。この'0x4005'がミソで、driver/usb/pegasus.h に書いてみた。

                                                                                                                                      • -

PEGASUS_DEV( "LANEED USB Ethernet LD-USBL/TX", VENDOR_LANEED, 0x4005,
DEFAULT_GPIO_RESET | PEGASUS_II )

                                                                                                                                      • -

カーネルコンパイル必要な場合は
Code maturity level options

      • > Prompt for development and/or incomplete code/drivers

にしないと
USB Support ->でpegususの項目が出てきません。
USB device filesystem機能 (CONFIG_USB_DEVICES)の機能を有効化すると、/proc/ ディレクトリ上に /proc/bus/usb/devices...