From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-bk0-f50.google.com ([209.85.214.50]:58504 "EHLO mail-bk0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753746Ab3GTU7H (ORCPT ); Sat, 20 Jul 2013 16:59:07 -0400 Received: by mail-bk0-f50.google.com with SMTP id ik8so1993163bkc.23 for ; Sat, 20 Jul 2013 13:59:06 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <1374353080-15837-1-git-send-email-teg@jklm.no> From: Tom Gundersen Date: Sat, 20 Jul 2013 22:58:45 +0200 Message-ID: Subject: Re: [systemd-devel] [PATCH][pciutils] lspci: pci_id_lookup - add udev/hwdb support To: Michael Biebl Cc: linux-pci@vger.kernel.org, systemd Mailing List Content-Type: text/plain; charset=UTF-8 Sender: linux-pci-owner@vger.kernel.org List-ID: On Sat, Jul 20, 2013 at 10:54 PM, Michael Biebl wrote: > 2013/7/20 Tom Gundersen : >> Ideally Linux distros using systemd would like to not ship pci.ids, but use hwdb as the only source >> of this information, which this patch allows. > > I don't think you strictly need to run systemd to make use of hwdb. > You just need to run a recent enough version of udev [1]. Yes, that is true, my mistake. -t