Description of problem: mga7 dev0 invalid key/value pair in file /usr/lib/udev/rules.d/65-libwacom.rules on line 1, starting at character 1 ('f') Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. journalctl | grep invalid $ head -2 /usr/lib/udev/rules.d/65-libwacom.rules failed to match '056a:037e' for product/vendor IDs. Ignoring. # udev rules for libwacom supported devices I would think the code should dump a Warning into the system log with enough information for someone to find the device $ lspci | grep 056a $ lspci | grep 037e and not log it in the configuration file.
Summary: invalid key/value pair => libwacom: invalid key/value pair
And nothing here for 056a or 037e # lsusb Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 001 Device 002: ID 0bda:0181 Realtek Semiconductor Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Looks like the command (in spec) ./generate-udev-rules > %{buildroot}/%{_udevrulesdir}/65-libwacom.rules is adding: "failed to match '056a:037e' for product/vendor IDs. Ignoring. to the first line of the 65-libwacom.rules, causing an issue
CC: (none) => JMiahMan
Assigning to all packagers collectively, since there is no registered maintainer for this package.
Assignee: bugsquad => pkg-bugsCC: (none) => marja11, thierry.vignaud
Created attachment 10026 [details] Patch for spec file Here's a patch for the spec file
Keywords: (none) => PATCH
closing bug
Status: NEW => RESOLVEDResolution: (none) => FIXED