mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
vendor/device id than currently supported by the dm140 driver, so add support for this "new" USB device id. Function Compare didn't work with USB vendor/device ids >= 2^15 (ie 0x925d) because the value read from the string was not handled as a signed short. Values should be signed and compared as such.