summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-06-11Add missing commas to 95-keymap.rulesMarco d'Itri
Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
2011-06-10configure: add AC_CONFIG_AUX_DIR, AC_CONFIG_SRCDIRKay Sievers
2011-06-10Support more MSI notebook by using asterisk on dmi vendor nameLee, 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-09keymap: Add Microsoft Natural KeyboardMartin Pitt
http://bugs.debian.org/629647
2011-06-06ata_id: show the error message when HDIO_GET_IDENTITY failsPeter Jones
Show an error message so that it's possible to determine why the HDIO_GET_IDENTITY ioctl has failed.
2011-06-06update TODOKay Sievers
2011-06-06accelerometer: add documentationBastien Nocera
2011-06-06udev-acl: fix memleakBastien Nocera
2011-06-06rules: run input_id for main input devices tooKay Sievers
2011-06-06accelerometer: add orientation propertyBastien Nocera
2011-06-03make: use 'git tag'Kay Sievers
2011-05-31rule-syntax-check.py: use print()Kay Sievers
2011-05-30rules: static_node - use 0660 if group is given to get the cigarKay 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-30Makefile: add tar-syncKay Sievers
2011-05-27rules: apply 'audio' group of the static snd/{seq,timer} nodesKay Sievers
2011-05-27release 171Kay Sievers
2011-05-26systemd: run udev.service and udev-trigger.service in parallelKay Sievers
2011-05-26path_id: allow to be asked about usb_devices not only usb_interfacesKay Sievers
2011-05-26rules: support substitutions in TAG=Kay Sievers
2011-05-26libudev: enumerate - do not ignore other matches when add_match_tag() is usedKay Sievers
2011-05-25rules: implement TAGS== matchKay Sievers
2011-05-25rules: fix whitespaceKay Sievers
2011-05-25systemd: add missing socket filesKay Sievers
2011-05-25systemd: split socket fileKay Sievers
2011-05-23libudev: monitor - use SOCK_NONBLOCKKay Sievers
2011-05-23configure: allow usb.ids location to be specifiedScott 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-22update TODOKay Sievers
2011-05-20update TODOKay Sievers
2011-05-20systemd: set socket buffer size to 128 MB like udev hasKay Sievers
2011-05-20systemd: 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-20systemd: sort trigger after socketKay Sievers
2011-05-20systemd: Replace Requires= with Wants=, run trigger in parallelKay Sievers
2011-05-20libudev: device - make a bunch of symbols staticKay Sievers
2011-05-20libudev: export symbols explicitely and individually from C code not from ↵Kay Sievers
separate file or prefix match
2011-05-19release 170Kay Sievers
2011-05-19libudev: ctrl - properly wait for incoming message after connectKay Sievers
2011-05-19configure.ac: fixes for rule_generator and modeswitchMichal Soltys
2011-05-18release 169Kay Sievers
2011-05-18udevadm: settle: wake up more often if --seq-start= or --exit-if-exists= is usedKay Sievers
2011-05-18build: use --gc-sections, -fvisibility=hiddenKay 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-18udate TODO, NEWS, INSTALLKay Sievers
2011-05-18Merge branch 'docs/udev.xml' of git://github.com/mfwitten/udevKay Sievers
2011-05-17update TODOKay Sievers
2011-05-16libudev: queue - accept NULL passed into udev_queue_export_cleanup()Nix
2011-05-16libudev: device - use DEVMODE from kernel as the default modeKay Sievers
2011-05-16libudev: queue - always rebuild queue file when nothing is queued anymoreKay Sievers
2011-05-16cdrom_id: remove unused --export switch to silent gccKay Sievers
2011-05-16gudev: silent gtk-doc warningsKay Sievers
2011-05-16udevd: remove left-over SIGALRMKay Sievers
2011-05-16udevd: create queue file before daemonizing to reliably block 'settle'Kay Sievers