aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* systemd renamed master to mainMike Gilbert2021-06-131-1/+1
| | | | Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* Add several missing hwdb filesMike Gilbert2021-06-131-0/+6
| | | | Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* Fix 60-autosuspend-chromiumos.hwdbhwids-20200813.1Mike Gilbert2020-08-141-2/+3
| | | | | | | This file is generated by a python script. Bug: https://bugs.gentoo.org/737140 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* Include 60-autosuspend-chromiumos.hwdbMike Gilbert2020-08-121-3/+11
| | | | | Bug: https://bugs.gentoo.org/736746 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* Revert "Allow parallel fetch"hwids-20200204Mike Gilbert2020-02-041-34/+10
| | | | | | This reverts commit efda4d31b061a57ec5add4e30b161317641d3937. Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* Sign new tagsMike Gilbert2020-02-041-1/+1
| | | | Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* Allow parallel fetchMike Gilbert2020-02-041-10/+34
| | | | Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* Update SYSTEMD_SOURCEMike Gilbert2019-10-251-1/+1
|
* Declare phony targetsMike Gilbert2019-08-181-0/+2
|
* Remove workaround for bad UTF-8 charactersMike Gilbert2018-03-151-3/+0
|
* Skip udev-hwdb target when building 'all'hwids-20171003Mike Gilbert2017-10-031-1/+0
|
* Add sed to fix invalid UTF-8 character in usb.idsMike Gilbert2017-10-031-0/+3
|
* Use new python script for udev database updatesMike Gilbert2017-10-031-3/+4
|
* Add 70-joystick.hwdbMike Gilbert2017-07-151-1/+1
|
* Add udev/60-sensor.hwdbMike Gilbert2017-03-281-2/+2
|
* Update datahwids-20161103Mike Gilbert2016-11-031-1/+1
|
* build: use $(UDEV_FILES) instead of duplicating the listhwids-20160801Mike Frysinger2016-08-011-1/+1
| | | | The copy of UDEV_FILES was already a few files behind.
* Add 70-touchpad.hwdbMichał Bartoszkiewicz2016-07-251-1/+1
|
* use https for pci.idsMike Frysinger2016-04-221-1/+1
|
* Fetch new version of ids-update.pl and adjust MakefileMike Gilbert2016-03-061-2/+5
|
* Add 60-evdev.hwdb, remove 70-touchpad.hwdbMike Gilbert2015-07-171-2/+2
|
* Processs udev files with a for loopMike Gilbert2015-06-041-7/+4
|
* systemd is now officially hosted on githubMike Gilbert2015-06-041-9/+11
|
* Add udev/70-pointingstick.hwdbMike Gilbert2015-04-211-1/+2
|
* Update source of IEEE oui databaseMike Gilbert2015-01-291-1/+1
|
* Add udev touchpad databaseMike Gilbert2015-01-291-1/+2
|
* Add new mouse DPI databse for udevMike Gilbert2014-12-141-1/+2
|
* Update oui.txt path.Diego Elio Pettenò2014-11-181-1/+1
|
* add knobs for gzip/pci/usbMike Frysinger2014-05-301-3/+20
| | | | Not all systems need these features, so add knobs to turn them off.
* simplify conditional udev logicMike Frysinger2014-05-301-9/+9
|
* respect $PKG_CONFIG env varMike Frysinger2014-05-301-1/+2
|
* call `install` once for each set of data filesMike Frysinger2014-05-301-6/+2
|
* Try to make some sense of the udev/ vs. hwdb/ random usage in the date line. ↵Samuli Suominen2014-02-251-1/+1
| | | | | | Please verify, since even before this, some used udev/ and some hwdb/ and that doesn't have any logic to it.
* Fetch 20-net-ifname.hwdb from upstream repository. Add both ↵Samuli Suominen2014-02-251-1/+2
| | | | | | | 20-net-ifname.hwdb and earlier 60-keyboard.hwdb to the date generation -line. Assuming it's the correct action to do? Main point of this commit is to include the 20-net-ifname.hwdb for >=sys-fs/udev-209 and >=sys-apps/systemd-209.
* Add sdio.ids file. It's only used by systemd, but needs to be at top level.hwids-20131226Diego Elio Pettenò2013-12-261-0/+1
| | | | Unless somebody else feels like using this, it will not be installed, but only used.
* Add 60-keyboard.hwdb file for udev >= 205. Update Makefile for it. Fix minor ↵Samuli Suominen2013-09-151-1/+2
| | | | bug in Makefile fetch.
* build: use pkg-config to find out where to install the hwdb files.hwids-20130209.1Diego Elio Pettenò2013-02-091-1/+1
|
* build: make sure to update the hwdb binary file on install.Diego Elio Pettenò2013-02-091-0/+1
|
* Don't install files as executable.Michał Bartoszkiewicz2013-01-221-3/+3
|
* Fix broken fetched file.hwids-20130102Diego Elio Pettenò2013-01-021-1/+1
|
* Add a new file from upstream udev.Diego Elio Pettenò2013-01-021-1/+3
|
* fix posix compliance of Makefilehasufell2012-12-081-1/+1
| | | | e.g. dash fails to run the for-loop arguments
* Fix the syntax.hwids-20121208.5Diego Elio Pettenò2012-12-081-2/+2
|
* And the install target's name.hwids-20121208.4Diego Elio Pettenò2012-12-081-1/+1
|
* Fix makefile.hwids-20121208.3Diego Elio Pettenò2012-12-081-4/+4
|
* Move compress/install logic to Makefile.hwids-20121208.2Diego Elio Pettenò2012-12-081-0/+35
| | | | | | This basically moves the logic from the ebuild into the hwids package itself, since that should be shareable by other distributions as well. Now that udev has more complex installs, it's worth doing it.
* Use curl, with the correct settings to avoid re-fetching files.hwids-20121203Diego Elio Pettenò2012-12-031-9/+6
| | | | This is now critical as oui.txt and iab.txt are quite big.
* Add iab.txt which is needed for the new hwdb update.Diego Elio Pettenò2012-12-031-0/+1
|
* Add udev's hwdb support straight into hwids.hwids-20121202.3Diego Elio Pettenò2012-12-021-1/+6
| | | | | | Download the ACPI table (which is not autogenerated) as well as the hwdb updater script from systemd's git, and add a Makefile rule to re-generate the hwdb files.
* Update makefile to handle tagging of oui.txt.hwids-20121202.1Diego Elio Pettenò2012-12-011-1/+2
|