Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-23 | rules: serial - fix path_id call | Kay Sievers | |
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 | 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-17 | rules: do not install usb-id/pci-id rules when --disable-extras is used | Kay Sievers | |
2009-06-17 | rules: Gentoo update | Matthias Schwarzott | |
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 | 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: move from udev-extras | Kay Sievers | |
2009-06-16 | rules: Gentoo update | Matthias Schwarzott | |
2009-06-14 | rules: Gentoo update | Matthias Schwarzott | |
2009-06-10 | rules: remove scsi ch module loading rule | Kay Sievers | |
2009-06-08 | path_id: delete old shell script | Kay Sievers | |
Removed with this is SAS disk support which never really worked properly, and legacy IDE disk support, which can be re-implemented if needed. | |||
2009-06-08 | path_id: add iscsi support | Kay Sievers | |
2009-06-08 | path_id: handle fibre channel | Kay Sievers | |
2009-06-06 | path_id: implement in C using libudev | Kay Sievers | |
2009-06-05 | rules: make RFKILL control device world readable | Marcel Holtmann | |
2009-06-04 | rules: do not call path_id for virtual devices | Kay Sievers | |
2009-05-22 | rules: add SUBSYSTEM match to scsi rules | Kay Sievers | |
On Fri, May 22, 2009 at 16:15, Alan Jenkins <alan-jenkins@tuffmail.co.uk> wrote: > I've been looking at what is responsible for all the path lookup activity in > coldplug. On my debian stable system, it looks like every device gets its > parent looked up in sysfs. I think this is due to SUBSYSTEMS matches. > > I see the udev default rules are different, but it looks like they still > test for SUBSYSTEMS on every single device. Should we add SUBSYSTEM="scsi_generic" > to these three rules? | |||
2009-05-14 | Revert "rules: v4l do not mix vbi and video nodes" | Kay Sievers | |
This reverts commit 6205f1186e4980544ea425d31770358d1b2579e4. | |||
2009-05-13 | rules: v4l do not mix vbi and video nodes | Kay Sievers | |
2009-05-11 | delete vol_id and require util-linux-ng's blkid | Kay Sievers | |
2009-05-05 | rules: fix ieee1394 rules | Kay Sievers | |
2009-05-04 | oops, removed ppp entry from rules got committed | Kay Sievers | |
2009-05-04 | handle devtmpfs nodes | Kay Sievers | |
UDev follows the kernel given name, and re-uses the kernel created device node. If the kernel and spcecified udev rules disagree, the udev specified node node is created and the kernel-created on is deleted. | |||
2009-05-03 | rules: remove initramfs comment | Kay Sievers | |
2009-05-01 | rules: add "event*" match | Kay Sievers | |
2009-04-28 | rules: add rfcomm* to group dialout | Kay Sievers | |
https://bugs.launchpad.net/bugs/368109 | |||
2009-04-27 | rules: input - fix comments | Kay Sievers | |
2009-04-27 | rules: input - add links for USB/platform non-kbd/mouse devices | Kay Sievers | |
2009-04-24 | rules: create /dev/cpu/<n>/cpuid world readable | Andre Przywara | |
I don't see any security implications, to be actually useful, /dev/cpu/<n>/cpuid should be world readable. The cpuid instruction can be called from userspace anyway, so there is nothing to hide. The device does not support any write operation, so 0444 should suffice. Signed-off-by: Andre Przywara <andre.przywara@amd.com> | |||
2009-04-21 | cdrom_id: add and use ID_CDROM_MEDIA to decide if we run vol_id | Kay Sievers | |
Some broken mobile phones offer a faked cdrom drive with a media without any tracks. | |||
2009-04-16 | rules: remove DVB shell script | Kay Sievers | |
2009-03-29 | send monitor events back to netlink socket | Kay Sievers | |
Instead of of our own private monitor socket, we send the processed event back to our netlink socket, to the multicast group 2 -- so any number of users can listen to udev events, just like they can listen to kernel emitted events on group 1. | |||
2009-03-25 | rules: replace IDE driver with media match | Kay Sievers | |
2009-03-24 | rules: serial - support ttyACM devices | Kay Sievers | |
2009-03-23 | rules: remove ram* from persisten disk links blacklist | Kay Sievers | |
2009-03-23 | rules: exclude mtd* from persistent disk links | David Brownell | |
2009-03-22 | rules: rename ide-floppy to ide-gd | Borislav Petkov | |
The driver's name changed in the 2.6.28 timeframe. | |||
2009-03-18 | rules: fix extra quote in 50-udev-default.rules | Kay Sievers | |
Patch from Gerardo Exequiel Pozzi. | |||
2009-03-16 | rules: md-raid.rules fix | Michal Soltys | |
md/array_state in case of partition doesn't exist, so all uevents for partitions didn't execute any SYMLINK rules Signed-off-by: Michal Soltys <soltys@ziu.info> | |||
2009-03-05 | udevd: switch watch symlinks to devpath | Kay Sievers | |
Some broken tools get confused following links to /sys, switch to link targets carrying the devpath instead of the syspath, like the queue links. | |||
2009-03-04 | rules: Fedora update | Kay Sievers | |
2009-02-26 | usb_id: add ID_USB_INTERFACES=:0e0100:0e0200:010100:010200: | Kay Sievers | |
2009-02-16 | rules: include loop block devices in persistent links | Kay Sievers | |
2009-02-13 | rules: add "watch" option to dm and md rules | Kay Sievers | |
2009-02-11 | rules: move OPTIONS to separate rule | Kay Sievers | |
A failing IMPORT+ match would prevent the OPTIONS+= action from being applied. | |||
2009-02-11 | rules: update persistent storage rules to use inotify watches | Scott James Remnant | |