1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-08 11:27:32 +03:00
Commit Graph

4107 Commits

Author SHA1 Message Date
Kay Sievers
2bbafbfd4f libudev: device - fix udev_device_get_tags_list_entry() to always load database 2011-06-28 20:57:05 +02:00
Kay Sievers
15328d84d2 rules: set polling value only if it is disabled 2011-06-28 00:17:55 +02:00
Kay Sievers
5057929527 libudev: monitor - update doc 2011-06-28 00:17:55 +02:00
Martin Pitt
b25651b61e keymap: Add force-release quirk for Hannspree SN10.
Thanks to Paolo Gherpelli <gherpelli@libero.it>!
2011-06-21 19:03:00 +02:00
Kay Sievers
ffb187faf9 rules: move polling rule above 'block' match 2011-06-18 23:05:20 +02:00
Kay Sievers
3252936093 libudev: enumerate - scan /sys/module 2011-06-18 22:50:55 +02:00
Kay Sievers
6297c2d4e4 delete mobile-action-modeswitch which has moved to usb_modeswitch 2011-06-18 22:38:39 +02:00
Kay Sievers
f59e9fbb18 update TODO 2011-06-18 21:02:05 +02:00
Kay Sievers
c5a41da949 rules: enable in-kernel media-presence polling 2011-06-18 21:01:33 +02:00
Kay Sievers
b20fd3cb34 cdrom_id: add tray lock and eject handling 2011-06-18 20:54:47 +02:00
Keshav P.R
693b6344e1 rules: support for gpt partition uuid/label 2011-06-11 13:41:34 +02:00
Marco d'Itri
7dc39c9cad Add missing commas to 95-keymap.rules
Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
2011-06-11 12:20:34 +02:00
Kay Sievers
5671bdefd1 configure: add AC_CONFIG_AUX_DIR, AC_CONFIG_SRCDIR 2011-06-10 16:26:19 +02:00
Lee, Chun-Yi
cbdb9c39f6 Support more MSI notebook by using asterisk on dmi vendor name
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-10 10:51:53 +02:00
Martin Pitt
310aba9bca keymap: Add Microsoft Natural Keyboard
http://bugs.debian.org/629647
2011-06-09 06:55:57 +02:00
Peter Jones
761e089b0d ata_id: show the error message when HDIO_GET_IDENTITY fails
Show an error message so that it's possible to determine why the
HDIO_GET_IDENTITY ioctl has failed.
2011-06-06 20:15:21 +02:00
Kay Sievers
812bfef52f update TODO 2011-06-06 20:10:35 +02:00
Bastien Nocera
7236c6c40a accelerometer: add documentation 2011-06-06 20:05:20 +02:00
Bastien Nocera
ac5c41ab70 udev-acl: fix memleak 2011-06-06 18:50:13 +02:00
Kay Sievers
eb042a2c92 rules: run input_id for main input devices too 2011-06-06 18:46:23 +02:00
Bastien Nocera
24569e24dc accelerometer: add orientation property 2011-06-06 18:44:09 +02:00
Kay Sievers
6cadb40abf make: use 'git tag' 2011-06-03 14:38:43 +02:00
Kay Sievers
be903bf9c4 rule-syntax-check.py: use print() 2011-05-31 02:18:33 +02:00
Kay Sievers
c112873b5b rules: static_node - use 0660 if group is given to get the cigar
>> 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 02:12:02 +02:00
Kay Sievers
ea69e8217b Makefile: add tar-sync 2011-05-30 02:06:12 +02:00
Kay Sievers
3e227830ad rules: apply 'audio' group of the static snd/{seq,timer} nodes 2011-05-27 02:50:29 +02:00
Kay Sievers
4c748b05a3 release 171 2011-05-27 01:46:08 +02:00
Kay Sievers
f4c80a5264 systemd: run udev.service and udev-trigger.service in parallel 2011-05-26 21:45:49 +02:00
Kay Sievers
3821339d2d path_id: allow to be asked about usb_devices not only usb_interfaces 2011-05-26 17:39:32 +02:00
Kay Sievers
1eb037a7bf rules: support substitutions in TAG= 2011-05-26 14:46:12 +02:00
Kay Sievers
19e47d9725 libudev: enumerate - do not ignore other matches when add_match_tag() is used 2011-05-26 02:15:43 +02:00
Kay Sievers
7df0ed83c1 rules: implement TAGS== match 2011-05-25 21:08:52 +02:00
Kay Sievers
38932b9fba rules: fix whitespace 2011-05-25 20:07:34 +02:00
Kay Sievers
e52e0846fc systemd: add missing socket files 2011-05-25 13:30:16 +02:00
Kay Sievers
5a6583ecb4 systemd: split socket file 2011-05-25 00:56:48 +02:00
Kay Sievers
13d83b88b6 libudev: monitor - use SOCK_NONBLOCK 2011-05-23 22:37:02 +02:00
Scott James Remnant
bda2674f22 configure: allow usb.ids location to be specified
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-23 12:32:55 -07:00
Kay Sievers
f085af8111 update TODO 2011-05-22 00:55:32 +02:00
Kay Sievers
c205bac060 update TODO 2011-05-20 19:01:21 +02:00
Kay Sievers
44e20040f8 systemd: set socket buffer size to 128 MB like udev has 2011-05-20 18:54:41 +02:00
Kay Sievers
96c6ecee7d systemd: trigger - run after udev.service (for now)
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 17:44:28 +02:00
Kay Sievers
583c89629b systemd: sort trigger after socket 2011-05-20 17:08:06 +02:00
Kay Sievers
a50a665988 systemd: Replace Requires= with Wants=, run trigger in parallel 2011-05-20 17:04:21 +02:00
Kay Sievers
905555dc83 libudev: device - make a bunch of symbols static 2011-05-20 15:36:27 +02:00
Kay Sievers
666fcf03bc libudev: export symbols explicitely and individually from C code not from separate file or prefix match 2011-05-20 14:41:10 +02:00
Kay Sievers
e5fd444fee release 170 2011-05-19 23:15:46 +02:00
Kay Sievers
2c64f5898c libudev: ctrl - properly wait for incoming message after connect 2011-05-19 22:57:46 +02:00
Michal Soltys
e93244f792 configure.ac: fixes for rule_generator and modeswitch 2011-05-19 13:35:42 +02:00
Kay Sievers
2661ff2117 release 169 2011-05-18 19:05:06 +02:00
Kay Sievers
bd8e0e387d udevadm: settle: wake up more often if --seq-start= or --exit-if-exists= is used 2011-05-18 18:58:04 +02:00