Package: packagekit-tools Version: 1.1.4-3 According to <URL: https://github.com/kororaproject/kp-pharlap/tree/master/upstream >, the pkcon implementation in Ubuntu is able to look up packages supporting a given hardware device using the what-provides call. As AppStrema have information about this particular device, I expected this to work:
pkcon what-provides usb:v08E6p3438d0200dc00dsc00dp00ic0Bisc00ip00in00 But when I run it, I do not get a list of packages, only this: Getting provides [=========================] Loading cache [=========================] Finished [=========================] It also describe a dummy modalias for all attached hardware, which also do not work: pkcon what-provides "drivers_for_attached_hardware" -- Happy hacking Petter Reinholdtsen

