5e0a3cc15b
The redox arm of acquire_iopl was using 'crate::Result' which is a 1-generic type alias. Use std::result::Result<(), Error> instead. Also rename unused 'product' param to '_product' in lookup_hid_quirks.