# ls -l /dev/usb/hid*
# ls -l /dev/usb/hid*
Section "ServerLayout"
         Identifier     "X.org Configured"
         Screen      0  "Screen0" 0 0
         InputDevice    "Mouse0" "CorePointer"
         InputDevice    "Mouse1"
         InputDevice    "Keyboard0" "CoreKeyboard"
					EndSection
Section "InputDevice"
         Identifier  "Mouse0"
         Driver      "mouse"
         Option      "Protocol" "VUID"
         Option      "Device" "/dev/mouse"
EndSection
Section "InputDevice"
         Identifier  "Mouse1"
         Driver      "mouse"
         Option      "Protocol" "VUID"
         Option      "StreamsModule" "usbms"
         Option      "Device" "/dev/usb/hidx"
EndSectionem que:
/dev/usb/hidx é o nome do dispositivo identificado na etapa 3.