mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
1b91662ca0
* Hwdb: Add Sanwa Direct 400-MA128 external trackpad ``` $ udevadm info /dev/input/by-path/pci-0000:28:00.3-usb-0:1.4.4.1:1.1-event-mouse P: /devices/pci0000:00/0000:00:07.1/0000:28:00.3/usb5/5-1/5-1.4/5-1.4.4/5-1.4.4.1/5-1.4.4.1:1.1/0003:258A:0501.0097/input/input256/event15 M: event15 R: 15 U: input D: c 13:79 N: input/event15 L: 0 S: input/by-id/usb-SINO_WEALTH_USB_TOUCHPAD-if01-event-mouse S: input/by-path/pci-0000:28:00.3-usb-0:1.4.4.1:1.1-event-mouse E: DEVPATH=/devices/pci0000:00/0000:00:07.1/0000:28:00.3/usb5/5-1/5-1.4/5-1.4.4/5-1.4.4.1/5-1.4.4.1:1.1/0003:258A:0501.0097/input/input256/event15 E: DEVNAME=/dev/input/event15 E: MAJOR=13 E: MINOR=79 E: SUBSYSTEM=input E: USEC_INITIALIZED=3436890430330 E: ID_INPUT=1 E: ID_INPUT_TOUCHPAD=1 E: ID_INPUT_WIDTH_MM=106 E: ID_INPUT_HEIGHT_MM=77 E: ID_BUS=usb E: ID_MODEL=USB_TOUCHPAD E: ID_MODEL_ENC=USB\x20TOUCHPAD E: ID_MODEL_ID=0501 E: ID_SERIAL=SINO_WEALTH_USB_TOUCHPAD E: ID_VENDOR=SINO_WEALTH E: ID_VENDOR_ENC=SINO\x20WEALTH E: ID_VENDOR_ID=258a E: ID_REVISION=0521 E: ID_TYPE=hid E: ID_USB_MODEL=USB_TOUCHPAD E: ID_USB_MODEL_ENC=USB\x20TOUCHPAD E: ID_USB_MODEL_ID=0501 E: ID_USB_SERIAL=SINO_WEALTH_USB_TOUCHPAD E: ID_USB_VENDOR=SINO_WEALTH E: ID_USB_VENDOR_ENC=SINO\x20WEALTH E: ID_USB_VENDOR_ID=258a E: ID_USB_REVISION=0521 E: ID_USB_TYPE=hid E: ID_USB_INTERFACES=:030101:030000: E: ID_USB_INTERFACE_NUM=01 E: ID_USB_DRIVER=usbhid E: ID_PATH=pci-0000:28:00.3-usb-0:1.4.4.1:1.1 E: ID_PATH_TAG=pci-0000_28_00_3-usb-0_1_4_4_1_1_1 E: ID_INPUT_TOUCHPAD_INTEGRATION=internal E: LIBINPUT_DEVICE_GROUP=3/258a/501:usb-0000:28:00.3-1.4.4 E: DEVLINKS=/dev/input/by-id/usb-SINO_WEALTH_USB_TOUCHPAD-if01-event-mouse /dev/input/by-path/pci-0000:28:00.3-usb-0:1.4.4.1:1.1-event-mouse ``` Link to product: https://www.amazon.co.jp/gp/product/B07Z5HCMFP |
||
---|---|---|
.. | ||
.gitattributes | ||
.gitignore | ||
20-acpi-vendor.hwdb | ||
20-acpi-vendor.hwdb.patch | ||
20-bluetooth-vendor-product.hwdb | ||
20-dmi-id.hwdb | ||
20-net-ifname.hwdb | ||
20-OUI.hwdb | ||
20-pci-classes.hwdb | ||
20-pci-vendor-model.hwdb | ||
20-sdio-classes.hwdb | ||
20-sdio-vendor-model.hwdb | ||
20-usb-classes.hwdb | ||
20-usb-vendor-model.hwdb | ||
20-vmbus-class.hwdb | ||
60-autosuspend-fingerprint-reader.hwdb | ||
60-autosuspend.hwdb | ||
60-evdev.hwdb | ||
60-input-id.hwdb | ||
60-keyboard.hwdb | ||
60-seat.hwdb | ||
60-sensor.hwdb | ||
70-analyzers.hwdb | ||
70-av-production.hwdb | ||
70-cameras.hwdb | ||
70-joystick.hwdb | ||
70-mouse.hwdb | ||
70-pda.hwdb | ||
70-pointingstick.hwdb | ||
70-sound-card.hwdb | ||
70-touchpad.hwdb | ||
80-ieee1394-unit-function.hwdb | ||
acpi_id_registry.html | ||
acpi-update.py | ||
ids_parser.py | ||
ma-large.txt | ||
ma-medium.txt | ||
ma-small.txt | ||
meson.build | ||
parse_hwdb.py | ||
pci.ids | ||
pnp_id_registry.html | ||
README | ||
sdio.ids | ||
usb.ids |
Files in this directory specify a description of hardware devices, in the form of mappings from modalias-like keys (which identify specific hardware devices) to udev properties. Files in this directory are not read by udev directly. Instead, man:systemd-hwdb(8) compiles them into a binary database. See man:hwdb(7) for an overview of the configuration file format, and man:systemd-udevd.service(8) for a description of the udev daemon. Use 'systemd-analyze cat-config udev/hwdb.d' to display the effective config.