$ sudo lsusb
<略>
Bus 002 Device 003: ID 1ea7:0066 SHARKOON Technologies GmbH [Mediatrack Edge Mini Keyboard]
<略>
$ sudo lsusb --tree
<略>
/: Bus 002.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/11p, 480M
|__ Port 004: Dev 003, If 0, Class=Human Interface Device, Driver=usbhid, 12M
|__ Port 004: Dev 003, If 1, Class=Human Interface Device, Driver=usbhid, 12M
<略>
$
偽M650マウスの認識状況
$ sudo lsusb
<略>
Bus 002 Device 004: ID 3151:2020 YICHIP Wireless Device
<略>
$ sudo lsusb --tree
<略>
/: Bus 002.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/11p, 480M
|__ Port 004: Dev 004, If 0, Class=Human Interface Device, Driver=usbhid, 12M
|__ Port 004: Dev 004, If 1, Class=Human Interface Device, Driver=usbhid, 12M
<略>
$
本物のlogi M750マウスの認識状況
なお、本物のlogi M750マウスをlogiboltで接続した場合のUSB認識状況は下記。
$ sudo lsusb
<略>
Bus 002 Device 005: ID 046d:c548 Logitech, Inc. Logi Bolt Receiver
<略>
$ sudo lsusb --tree
<略>
/: Bus 002.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/11p, 480M
|__ Port 004: Dev 005, If 0, Class=Human Interface Device, Driver=usbhid, 12M
|__ Port 004: Dev 005, If 1, Class=Human Interface Device, Driver=usbhid, 12M
|__ Port 004: Dev 005, If 2, Class=Human Interface Device, Driver=usbhid, 12M
<略>
$