Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-12 | Remove obsolete extras/scsi_id/scsi_id.config | Martin Pitt | |
We have not shipped it anyway, and is not necessary any more these days. | |||
2011-07-12 | scsi_id: Ship README | Martin Pitt | |
2011-07-12 | gudev: Ship JavaScript examples | Martin Pitt | |
2011-07-11 | udevd: fix (recently) broken static node permission setting | Kay Sievers | |
Many thanks to Tom Gundersen for identifying the issue. | |||
2011-07-11 | udevd: use 'uptime' in debug timestamp | Kay Sievers | |
2011-07-11 | make: fix 'make tar-sync' | Kay Sievers | |
2011-07-11 | release 172 | Kay Sievers | |
2011-07-11 | update sd-daemon.[ch] | Kay Sievers | |
2011-07-11 | libudev: ctrl - move code to udev directory | Kay Sievers | |
2011-07-11 | udevadm: monitor - use uptime to match the kernel's timestamp | Kay Sievers | |
2011-07-10 | rules: input - call path_id for ACPI devices | Kay Sievers | |
2011-07-10 | path_id: recognize ACPI parent devices | Kay Sievers | |
We need to tag the power input button for multi-seat. | |||
2011-07-08 | libudev: enumerate - clarify documentation | Kay Sievers | |
2011-07-08 | libudev: enumerate - include parent device itself with match_parent() | Kay Sievers | |
2011-07-08 | libudev: enumerate - add udev_enumerate_add_match_parent() | Kay Sievers | |
2011-07-07 | libudev: device - add udev_device_has_tag() to libudev.h and gtk-doc | Kay Sievers | |
2011-07-07 | update TODO | Kay Sievers | |
2011-07-07 | enforce valid TAG+= names | Kay Sievers | |
2011-07-07 | path_id: add ID_PATH_TAG= to be used in udev tags | Kay Sievers | |
2011-07-06 | path_id: add missing '-' to tape suffix | Kay Sievers | |
2011-07-06 | libudev: device - export udev_device_has_tag() | Kay Sievers | |
2011-07-05 | rules: fix wrong wildcard match, we always need a ':*' at the end | Kay Sievers | |
2011-07-05 | rules: remove redundant MODE="0664" from lp rules | Kay Sievers | |
2011-06-30 | udev/udevadm-monitor.c: fixed misplaced brace | Harald Hoyer | |
2011-06-30 | udevadm-*.c: return != 0, if unknown option given | Harald Hoyer | |
2011-06-30 | keymap: Add slight name variations of Toshiba Satellites | Martin Pitt | |
https://bugzilla.redhat.com/show_bug.cgi?id=444440 | |||
2011-06-28 | libudev: device - fix udev_device_get_tags_list_entry() to always load database | Kay Sievers | |
2011-06-28 | rules: set polling value only if it is disabled | Kay Sievers | |
2011-06-28 | libudev: monitor - update doc | Kay Sievers | |
2011-06-21 | keymap: Add force-release quirk for Hannspree SN10. | Martin Pitt | |
Thanks to Paolo Gherpelli <gherpelli@libero.it>! | |||
2011-06-18 | rules: move polling rule above 'block' match | Kay Sievers | |
2011-06-18 | libudev: enumerate - scan /sys/module | Kay Sievers | |
2011-06-18 | delete mobile-action-modeswitch which has moved to usb_modeswitch | Kay Sievers | |
2011-06-18 | update TODO | Kay Sievers | |
2011-06-18 | rules: enable in-kernel media-presence polling | Kay Sievers | |
2011-06-18 | cdrom_id: add tray lock and eject handling | Kay Sievers | |
2011-06-11 | rules: support for gpt partition uuid/label | Keshav P.R | |
2011-06-11 | Add missing commas to 95-keymap.rules | Marco d'Itri | |
Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com> | |||
2011-06-10 | configure: add AC_CONFIG_AUX_DIR, AC_CONFIG_SRCDIR | Kay Sievers | |
2011-06-10 | Support more MSI notebook by using asterisk on dmi vendor name | Lee, Chun-Yi | |
MSI machines have some different vendor name, and the refix on those vendor name are "MICRO-STAR" or "Micro-Star". So, merge the original two rules to one, and use asterisk on dmi vendor name for support more MSI machines. Tested on MSI U270 netbook. Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com> | |||
2011-06-09 | keymap: Add Microsoft Natural Keyboard | Martin Pitt | |
http://bugs.debian.org/629647 | |||
2011-06-06 | ata_id: show the error message when HDIO_GET_IDENTITY fails | Peter Jones | |
Show an error message so that it's possible to determine why the HDIO_GET_IDENTITY ioctl has failed. | |||
2011-06-06 | update TODO | Kay Sievers | |
2011-06-06 | accelerometer: add documentation | Bastien Nocera | |
2011-06-06 | udev-acl: fix memleak | Bastien Nocera | |
2011-06-06 | rules: run input_id for main input devices too | Kay Sievers | |
2011-06-06 | accelerometer: add orientation property | Bastien Nocera | |
2011-06-03 | make: use 'git tag' | Kay Sievers | |
2011-05-31 | rule-syntax-check.py: use print() | Kay Sievers | |
2011-05-30 | rules: static_node - use 0660 if group is given to get the cigar | Kay Sievers | |
>> On Tue, May 24, 2011 at 15:33, Tom Gundersen <teg@jklm.no> wrote: > > Close, but no cigar. Looks like the static nodes are not assigned > permissions 0660 even if a gid is set (the nodes have perms 0600). > > Cheers, > > Tom |