Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-02 | udevadm: test - print list of properties | Kay Sievers | |
2009-07-02 | Merge branch 'firmware' of ↵ | Kay Sievers | |
git://git.kernel.org/pub/scm/linux/kernel/git/jcm/udev-jcm | |||
2009-07-01 | firmware: search for third party or sysadmin supplied firmware updates | Jon Masters | |
We currently search /lib/firmware and /lib/firmware/`uname -r` for firmware files for device drivers loaded by the currently running kernel. These are often packaged by distributions as a subpackage of the kernel or as a separate package containing firmware. But these files cannot easily be updated by third parties or sysadmins independently of that package. This patch causes udev to also look for firmware files in an "updates" directory, which is almost identical in purpose to the module-init-tools "updates" directories insomuch as local changes can go in here and will take preference over firmware supplied by any distribution. | |||
2009-07-01 | rules: set group ownership of new firewire driver device files | Stefan Richter | |
The newer firewire-core driver exposes per-device character device files, called /dev/fw[0-9]*, in contrast to the older raw1394, video1394, dv1394 drivers which created one global file or per-controller files. This allows to set ownership, permissions, or/ and access control lists for each device file based on device type markers obtained from sysfs. The "units" attribute which is used for this purpose has become available in Linux 2.6.31(-rc1) by commit 0210b66dd88a2a1e451901b00378a2068b6ccb35. The added rules match identifiers of - IIDC devices: industrial cameras and some webcams, - AV/C devices: camcorders, set-top boxes, TV sets, audio devices, and similar devices. Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de> | |||
2009-06-28 | man: udev - add private properties like ENV{.FOO}="bar" | Kay Sievers | |
2009-06-28 | update NEWS | Kay Sievers | |
2009-06-28 | scsi_id: delete no longer needed config file | Kay Sievers | |
2009-06-28 | rules: make ata_id properties the default for all ATA block devices | Kay Sievers | |
We need to call ata_id as the default for libata sd* devices. We want ID_BUS=ata, and the ATA device proeprties, and be independent of the SCSI emulation with the truncated values. The links in /dev/disk/by-id/{ata-*,scsi-*} are still the same. | |||
2009-06-28 | ata_id: sync ID_SERIAL(_SHORT) with other *_id tools | Kay Sievers | |
ID_SERIAL is the full serial number used for the links, ID_SERIAL_SHORT is the device serial number. | |||
2009-06-28 | scsi_id: --reformat_serial - use udev_util_replace_whitespace() | Kay Sievers | |
2009-06-28 | do not exports properties starting with a '.' | Kay Sievers | |
Private variables can be marked like: ENV{.FOO}="bar" | |||
2009-06-26 | hid2hci: narrow matches to real HCI devices | Martin Pitt | |
The previous rules just checked bInterfaceProtocol but not the actual device and interface class. This caused the hci rules to be applied for Dell USB hubs and attached input devices like keyboards and mouses as well, breaking them completely. Tighten the match to also check device and interface class/subclass. https://launchpad.net/bugs/392144 | |||
2009-06-22 | configure.ac: version bump | Kay Sievers | |
2009-06-22 | udev/.gitignore: add udev.pc | Kay Sievers | |
2009-06-22 | libudev: queue - add comments for queue format | Kay Sievers | |
udev/udev.pc | |||
2009-06-22 | TODO: add cleanup of ATA_COMPAT | Kay Sievers | |
2009-06-22 | configure.ac: version bump | Kay Sievers | |
2009-06-20 | configure.ac: add AM_SILENT_RULES | Kay Sievers | |
2009-06-19 | release 143 | Kay Sievers | |
2009-06-19 | docs: install writing_udev_rules | Kay Sievers | |
2009-06-19 | Merge branch 'master' of git+ssh://master.kernel.org/pub/scm/linux/hotplug/udev | Kay Sievers | |
2009-06-19 | udev.pc: add | Kay Sievers | |
2009-06-19 | extras/keymap: Update findkeyboards location | Martin Pitt | |
Recent commit 3b338b6 moved findkeyboards from /usr/share/udev to /lib/udev/. Update documentation accordingly. | |||
2009-06-19 | udev-acl: Manage hplip device permissions | Martin Pitt | |
hplip tools need user access to the devices for checking ink levels and user-level configuration. This was formerly done with hal FDIs. As per discussion with Till Kamppeter. | |||
2009-06-19 | NEWS: update | Kay Sievers | |
2009-06-19 | INSTALL: use /sbin instead of %{sbindir} | Kay Sievers | |
2009-06-19 | extras/keymap: install findkeyboards in /lib/udev | Kay Sievers | |
2009-06-17 | README: update | Kay Sievers | |
2009-06-17 | extras: delete man pages for private udev tools | Kay Sievers | |
These are mostly dummy man pages, without real content, some even outdated. None of these tools are part of any offered public interface, and they should not pretend to be by offering a man page. | |||
2009-06-17 | rules: do not install usb-id/pci-id rules when --disable-extras is used | Kay Sievers | |
2009-06-17 | README: add /lib/udev/ is private | Kay Sievers | |
2009-06-17 | keymap: Update findkeyboard path in docs | Martin Pitt | |
findkeyboards is now in /usr/share/udev/ after the migration to udev proper. Update path in README.keymap.txt. | |||
2009-06-17 | rules: Gentoo update | Matthias Schwarzott | |
2009-06-17 | extras/keymap: use LIBEXECDIR instead /lib/udev | Kay Sievers | |
2009-06-17 | libudev: install in $libdir and move later to $rootlibdir | Kay Sievers | |
That way, libudev.la will not get out of sync with the location of the development so link. | |||
2009-06-17 | configure.ac: print error if gperf is missing | Kay Sievers | |
2009-06-17 | extras/modem-modeswitch: move from udev-extras | Dan Williams | |
2009-06-17 | extras/keymap: Fix WLAN button on ThinkPads | Martin Pitt | |
Fn+F5 was previously assigned to "radio" which is fairly useless under X. Switch it to "wlan". Reported in http://bugs.debian.org/504643 | |||
2009-06-17 | keymap: move from udev-extras | Martin Pitt | |
2009-06-17 | rules: remove MMC rule, 2.6.30 has the modalias | Kay Sievers | |
2009-06-17 | cleanup ./configure installation directory options | Kay Sievers | |
2009-06-16 | NEWS: add --disable-extras | Kay Sievers | |
2009-06-16 | autogen.sh: make "CFLAGS=-O0 ./autogen.sh" working | Kay Sievers | |
2009-06-16 | configure: enable all extras by default, provide --disable-extras | Kay Sievers | |
2009-06-16 | usb-db: move from udev-extras | Lennart Poettering | |
2009-06-16 | rules: tty/net - move from udev-extras | Dan Williams | |
2009-06-16 | rules: sound - move from udev-extra | Lennart Poettering | |
2009-06-16 | v4l_id: 70-v4l.rules -> 60-persistent-v4l.rules | Kay Sievers | |
2009-06-16 | gudev: fix typo in configure option | Kay Sievers | |
2009-06-16 | hid2hci: move from udev-extras | Mario Limonciello | |