summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-07-02udevadm: test - print list of propertiesKay Sievers
2009-07-02Merge branch 'firmware' of ↵Kay Sievers
git://git.kernel.org/pub/scm/linux/kernel/git/jcm/udev-jcm
2009-07-01firmware: search for third party or sysadmin supplied firmware updatesJon 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-01rules: set group ownership of new firewire driver device filesStefan 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-28man: udev - add private properties like ENV{.FOO}="bar"Kay Sievers
2009-06-28update NEWSKay Sievers
2009-06-28scsi_id: delete no longer needed config fileKay Sievers
2009-06-28rules: make ata_id properties the default for all ATA block devicesKay 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-28ata_id: sync ID_SERIAL(_SHORT) with other *_id toolsKay Sievers
ID_SERIAL is the full serial number used for the links, ID_SERIAL_SHORT is the device serial number.
2009-06-28scsi_id: --reformat_serial - use udev_util_replace_whitespace()Kay Sievers
2009-06-28do not exports properties starting with a '.'Kay Sievers
Private variables can be marked like: ENV{.FOO}="bar"
2009-06-26hid2hci: narrow matches to real HCI devicesMartin 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-22configure.ac: version bumpKay Sievers
2009-06-22udev/.gitignore: add udev.pcKay Sievers
2009-06-22libudev: queue - add comments for queue formatKay Sievers
udev/udev.pc
2009-06-22TODO: add cleanup of ATA_COMPATKay Sievers
2009-06-22configure.ac: version bumpKay Sievers
2009-06-20configure.ac: add AM_SILENT_RULESKay Sievers
2009-06-19release 143Kay Sievers
2009-06-19docs: install writing_udev_rulesKay Sievers
2009-06-19Merge branch 'master' of git+ssh://master.kernel.org/pub/scm/linux/hotplug/udevKay Sievers
2009-06-19udev.pc: addKay Sievers
2009-06-19extras/keymap: Update findkeyboards locationMartin Pitt
Recent commit 3b338b6 moved findkeyboards from /usr/share/udev to /lib/udev/. Update documentation accordingly.
2009-06-19udev-acl: Manage hplip device permissionsMartin 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-19NEWS: updateKay Sievers
2009-06-19INSTALL: use /sbin instead of %{sbindir}Kay Sievers
2009-06-19extras/keymap: install findkeyboards in /lib/udevKay Sievers
2009-06-17README: updateKay Sievers
2009-06-17extras: delete man pages for private udev toolsKay 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-17rules: do not install usb-id/pci-id rules when --disable-extras is usedKay Sievers
2009-06-17README: add /lib/udev/ is privateKay Sievers
2009-06-17keymap: Update findkeyboard path in docsMartin Pitt
findkeyboards is now in /usr/share/udev/ after the migration to udev proper. Update path in README.keymap.txt.
2009-06-17rules: Gentoo updateMatthias Schwarzott
2009-06-17extras/keymap: use LIBEXECDIR instead /lib/udevKay Sievers
2009-06-17libudev: install in $libdir and move later to $rootlibdirKay Sievers
That way, libudev.la will not get out of sync with the location of the development so link.
2009-06-17configure.ac: print error if gperf is missingKay Sievers
2009-06-17extras/modem-modeswitch: move from udev-extrasDan Williams
2009-06-17extras/keymap: Fix WLAN button on ThinkPadsMartin 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-17keymap: move from udev-extrasMartin Pitt
2009-06-17rules: remove MMC rule, 2.6.30 has the modaliasKay Sievers
2009-06-17cleanup ./configure installation directory optionsKay Sievers
2009-06-16NEWS: add --disable-extrasKay Sievers
2009-06-16autogen.sh: make "CFLAGS=-O0 ./autogen.sh" workingKay Sievers
2009-06-16configure: enable all extras by default, provide --disable-extrasKay Sievers
2009-06-16usb-db: move from udev-extrasLennart Poettering
2009-06-16rules: tty/net - move from udev-extrasDan Williams
2009-06-16rules: sound - move from udev-extraLennart Poettering
2009-06-16v4l_id: 70-v4l.rules -> 60-persistent-v4l.rulesKay Sievers
2009-06-16gudev: fix typo in configure optionKay Sievers
2009-06-16hid2hci: move from udev-extrasMario Limonciello