CP210xドライバ

 USL-5PとMARY基板たちを接続しようと思っています。
 CP210x用のLinuxドライバが存在するのは分かっていたのですが、debian標準のカーネルで状態を確認しておきます。

[ 4909.328090] usb 2-2: new full speed USB device using uhci_hcd and address 8
[ 4909.499954] usb 2-2: New USB device found, idVendor=10c4, idProduct=ea60
[ 4909.499978] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 4909.499999] usb 2-2: Product: CP2104 USB to UART Bridge Controller
[ 4909.500040] usb 2-2: Manufacturer: Silicon Labs
[ 4909.500056] usb 2-2: SerialNumber: hhhhhhhh
[ 4909.503337] usb 2-2: configuration #1 chosen from 1 choice
[ 4909.581843] usbcore: registered new interface driver usbserial
[ 4909.583070] USB Serial support registered for generic
[ 4909.585120] usbcore: registered new interface driver usbserial_generic
[ 4909.585142] usbserial: USB Serial Driver core
[ 4909.599609] USB Serial support registered for cp210x
[ 4909.601565] cp210x 2-2:1.0: cp210x converter detected
[ 4909.712050] usb 2-2: reset full speed USB device using uhci_hcd and address 8
[ 4909.860786] usb 2-2: cp210x converter now attached to ttyUSB0
[ 4909.860880] usbcore: registered new interface driver cp210x
[ 4909.860897] cp210x: v0.09:Silicon Labs CP210x RS232 serial adaptor driver

 landiskカーネルでもこうなる様にconfigしないと〜