LINUX.ORG.RU

как можно отключить тачскрин

 


0

1

Ребят, привет.

Возникла проблема с тачскрином на ноутбуке. Треснул экран и иногда проскакивают «левые» клики во врем работы. С ходу не нашел драйвер который за это отвечает. Хочу отключить. Куда можно посмотреть?

Спасибо.

sudo lspci -k

00:00.0 Host bridge: Intel Corporation Haswell-ULT DRAM Controller (rev 09)
        Subsystem: ASUSTeK Computer Inc. Haswell-ULT DRAM Controller
        Kernel driver in use: hsw_uncore
00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated Graphics Controller (rev 09)
        Subsystem: ASUSTeK Computer Inc. Haswell-ULT Integrated Graphics Controller
        Kernel driver in use: i915
        Kernel modules: i915
00:03.0 Audio device: Intel Corporation Haswell-ULT HD Audio Controller (rev 09)
        Subsystem: Intel Corporation Haswell-ULT HD Audio Controller
        Kernel driver in use: snd_hda_intel
        Kernel modules: snd_hda_intel
00:14.0 USB controller: Intel Corporation 8 Series USB xHCI HC (rev 04)
        Subsystem: ASUSTeK Computer Inc. 8 Series USB xHCI HC
        Kernel driver in use: xhci_hcd
00:16.0 Communication controller: Intel Corporation 8 Series HECI #0 (rev 04)
        Subsystem: ASUSTeK Computer Inc. 8 Series HECI
        Kernel driver in use: mei_me
        Kernel modules: mei_me
00:1b.0 Audio device: Intel Corporation 8 Series HD Audio Controller (rev 04)
        Subsystem: ASUSTeK Computer Inc. 8 Series HD Audio Controller
        Kernel driver in use: snd_hda_intel
        Kernel modules: snd_hda_intel
00:1c.0 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 1 (rev e4)
        Kernel driver in use: pcieport
        Kernel modules: shpchp
00:1c.2 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 3 (rev e4)
        Kernel driver in use: pcieport
        Kernel modules: shpchp
00:1c.3 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 4 (rev e4)
        Kernel driver in use: pcieport
        Kernel modules: shpchp
00:1c.4 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 5 (rev e4)
        Kernel driver in use: pcieport
        Kernel modules: shpchp
00:1d.0 USB controller: Intel Corporation 8 Series USB EHCI #1 (rev 04)
        Subsystem: ASUSTeK Computer Inc. 8 Series USB EHCI
        Kernel driver in use: ehci-pci
00:1f.0 ISA bridge: Intel Corporation 8 Series LPC Controller (rev 04)
        Subsystem: ASUSTeK Computer Inc. 8 Series LPC Controller
        Kernel driver in use: lpc_ich
        Kernel modules: lpc_ich
00:1f.2 SATA controller: Intel Corporation 8 Series SATA Controller 1 [AHCI mode] (rev 04)
        Subsystem: ASUSTeK Computer Inc. 8 Series SATA Controller 1 [AHCI mode]
        Kernel driver in use: ahci
        Kernel modules: ahci
00:1f.3 SMBus: Intel Corporation 8 Series SMBus Controller (rev 04)
        Subsystem: ASUSTeK Computer Inc. 8 Series SMBus Controller
        Kernel modules: i2c_i801
02:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. Device 5287 (rev 01)
        Subsystem: Realtek Semiconductor Co., Ltd. Device 5287
        Kernel driver in use: rtsx_pci
        Kernel modules: rtsx_pci
02:00.1 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 12)
        Subsystem: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
        Kernel driver in use: r8169
        Kernel modules: r8169
03:00.0 Network controller: MEDIATEK Corp. MT7630e 802.11bgn Wireless Network Adapter
        Subsystem: Foxconn International, Inc. MT7630e 802.11bgn Wireless Network Adapter
        Kernel driver in use: mt7630e
        Kernel modules: mt7630e
04:00.0 3D controller: NVIDIA Corporation GM108M [GeForce 840M] (rev a2)
        Subsystem: ASUSTeK Computer Inc. GM108M [GeForce 840M]
        Kernel driver in use: nouveau
        Kernel modules: nvidiafb, nouveau

Шлейф отключи да и всё.

IMAM
()

Где-нибудь на i2c или на usb висит возможно.

Radjah ★★★★★
()
Ответ на: комментарий от Waldo-de-Kard

Спасибо, похоже есть что-то похожее:

Bus 002 Device 005: ID 0457:10c1 Silicon Integrated Systems Corp. 
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0        64
  idVendor           0x0457 Silicon Integrated Systems Corp.
  idProduct          0x10c1 
  bcdDevice            1.00
  iManufacturer           1 USBest Technology
  iProduct                2 SiS HID Touch Controller
  iSerial                 0 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           41
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xa0
      (Bus Powered)
      Remote Wakeup
    MaxPower               98mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass         3 Human Interface Device
      bInterfaceSubClass      0 No Subclass
      bInterfaceProtocol      0 None
      iInterface              0 

Можно это как-то отключить?

Inpu
() автор топика
Ответ на: комментарий от Inpu

удалось отключить при помощи

echo 2-7|sudo tee /sys/bus/usb/drivers/usb/unbind
Inpu
() автор топика
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.