Dell XPS 17 (L702x)

HardwarePCI/USB IDWorking?
GPU (Intel)8086:0116Yes
8086:0126
GPU (NVIDIA)10de:0dcdYes
10de:0dd6
10de:1246
10de:124d
Audio8086:1c20Yes
Ethernet10ec:8168Yes
Wireless8086:0083Yes
8086:008a
8086:0091
8086:08b1
8086:422c
Bluetooth8086:0189Yes
8087:07dc
Webcam0408:1802Yes
0408:2fb1
SD card reader197b:2392Yes

This page is about Dell XPS l702x hardware configuration.

Card reader

With a card inside a card reader:

# echo 1 > /sys/bus/pci/rescan

The command is not needed until the next start of the machine.

Special touch keys

Only two keys can be remaped to use on DE, second and third touch keys.

Touchkeys Scancodes:

0xDB # First touch key, Dell apparently uses a key sequence here where 0xDB is a modifer, 0x2D stands for the touch key and 0x19 for the monitor toggle
0x85 # Second touch key
0x84 # Third touch key

One method to remap it is as systemd service:

/etc/systemd/system/multi-user.target.wants/setsecondkey.service
[Unit]
Description=Setkeycode Second Key

[Service]
Type=oneshot
ExecStart=/usr/bin/setkeycodes 0x85 202

[Install]
WantedBy=multi-user.target
This article is issued from Archlinux. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.