Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2011-05-30 | Makefile: add tar-sync | Kay Sievers | |
2011-05-27 | rules: apply 'audio' group of the static snd/{seq,timer} nodes | Kay Sievers | |
2011-05-27 | release 171 | Kay Sievers | |
2011-05-26 | systemd: run udev.service and udev-trigger.service in parallel | Kay Sievers | |
2011-05-26 | path_id: allow to be asked about usb_devices not only usb_interfaces | Kay Sievers | |
2011-05-26 | rules: support substitutions in TAG= | Kay Sievers | |
2011-05-26 | libudev: enumerate - do not ignore other matches when add_match_tag() is used | Kay Sievers | |
2011-05-25 | rules: implement TAGS== match | Kay Sievers | |
2011-05-25 | rules: fix whitespace | Kay Sievers | |
2011-05-25 | systemd: add missing socket files | Kay Sievers | |
2011-05-25 | systemd: split socket file | Kay Sievers | |
2011-05-23 | libudev: monitor - use SOCK_NONBLOCK | Kay Sievers | |
2011-05-23 | configure: allow usb.ids location to be specified | Scott James Remnant | |
We already allow the pci.ids location to be specified, so add a patch doing the same for usb.ids. Please don't make me explain why this is necessary, it will only make you cry. Signed-off-by: Scott James Remnant <scott@netsplit.com> Signed-off-by: Kay Sievers <kay.sievers@vrfy.org> Acked-by: Greg Kroah-Hartman <gregkh@suse.de> | |||
2011-05-22 | update TODO | Kay Sievers | |
2011-05-20 | update TODO | Kay Sievers | |
2011-05-20 | systemd: set socket buffer size to 128 MB like udev has | Kay Sievers | |
2011-05-20 | systemd: trigger - run after udev.service (for now) | Kay Sievers | |
With the systemd socket buffer we could run trigger in parallel with the udev daemon startup, but we need to teach systemd to have a socket buffer of 128MB. Revert that for now until we are ready ... | |||
2011-05-20 | systemd: sort trigger after socket | Kay Sievers | |
2011-05-20 | systemd: Replace Requires= with Wants=, run trigger in parallel | Kay Sievers | |
2011-05-20 | libudev: device - make a bunch of symbols static | Kay Sievers | |
2011-05-20 | libudev: export symbols explicitely and individually from C code not from ↵ | Kay Sievers | |
separate file or prefix match | |||
2011-05-19 | release 170 | Kay Sievers | |
2011-05-19 | libudev: ctrl - properly wait for incoming message after connect | Kay Sievers | |
2011-05-19 | configure.ac: fixes for rule_generator and modeswitch | Michal Soltys | |
2011-05-18 | release 169 | Kay Sievers | |
2011-05-18 | udevadm: settle: wake up more often if --seq-start= or --exit-if-exists= is used | Kay Sievers | |
2011-05-18 | build: use --gc-sections, -fvisibility=hidden | Kay Sievers | |
After: # ls -l /sbin/udevadm /sbin/udevd /lib/udev/*_id -rwxr-xr-x 1 root root 22984 May 18 18:19 /lib/udev/ata_id -rwxr-xr-x 1 root root 31208 May 18 18:19 /lib/udev/cdrom_id -rwxr-xr-x 1 root root 27128 May 18 18:19 /lib/udev/input_id -rwxr-xr-x 1 root root 31272 May 18 18:19 /lib/udev/path_id -rwxr-xr-x 1 root root 31896 May 18 18:19 /lib/udev/scsi_id -rwxr-xr-x 1 root root 35456 May 18 18:19 /lib/udev/usb_id -rwxr-xr-x 1 root root 6416 May 18 18:19 /lib/udev/v4l_id -rwxr-xr-x 1 root root 130320 May 18 18:19 /sbin/udevadm -rwxr-xr-x 1 root root 134648 May 18 18:19 /sbin/udevd Before: # ls -l /sbin/udevadm /sbin/udevd /lib/udev/*_id -rwxr-xr-x 1 root root 27208 May 18 18:22 /lib/udev/ata_id -rwxr-xr-x 1 root root 35456 May 18 18:22 /lib/udev/cdrom_id -rwxr-xr-x 1 root root 39584 May 18 18:22 /lib/udev/input_id -rwxr-xr-x 1 root root 39600 May 18 18:22 /lib/udev/path_id -rwxr-xr-x 1 root root 36056 May 18 18:22 /lib/udev/scsi_id -rwxr-xr-x 1 root root 43712 May 18 18:22 /lib/udev/usb_id -rwxr-xr-x 1 root root 6504 May 18 18:22 /lib/udev/v4l_id -rwxr-xr-x 1 root root 142656 May 18 18:22 /sbin/udevadm -rwxr-xr-x 1 root root 142888 May 18 18:22 /sbin/udevd | |||
2011-05-18 | udate TODO, NEWS, INSTALL | Kay Sievers | |
2011-05-18 | Merge branch 'docs/udev.xml' of git://github.com/mfwitten/udev | Kay Sievers | |
2011-05-17 | update TODO | Kay Sievers | |
2011-05-16 | libudev: queue - accept NULL passed into udev_queue_export_cleanup() | Nix | |
2011-05-16 | libudev: device - use DEVMODE from kernel as the default mode | Kay Sievers | |
2011-05-16 | libudev: queue - always rebuild queue file when nothing is queued anymore | Kay Sievers | |
2011-05-16 | cdrom_id: remove unused --export switch to silent gcc | Kay Sievers | |
2011-05-16 | gudev: silent gtk-doc warnings | Kay Sievers | |
2011-05-16 | udevd: remove left-over SIGALRM | Kay Sievers | |
2011-05-16 | udevd: create queue file before daemonizing to reliably block 'settle' | Kay Sievers | |