summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-01-25keymap: include linux/limits.hKay Sievers
2010-01-21rules: Add symlink rule for virtio portsAmit Shah
virtio ports spawned by the virtio_console.c driver can have 'names' assigned to them by hosts. The ports are distinguishable using these names. Make a rule to create a symlink to the chardev associated for a port with a name. The symlink created is: /dev/virtio-ports/org.libvirt.console0 -> /dev/vport0p0 if the first port for the first device was given a name of 'org.libvirt.console0'. Signed-off-by: Amit Shah <amit.shah@redhat.com>
2010-01-21rulews: suse - add do-not-load-KMS-modules rulesEgbert Eich
2010-01-21input_id: include limits.hKay Sievers
2010-01-21keymap: Fix invalid map lineMartin Pitt
Fix invalid line in keymaps/lenovo-thinkpad-usb-keyboard-trackpoint which did not assign any key to a scan code.
2010-01-21extras/keymap/check-keymaps.sh: Ignore comment-only linesMartin Pitt
2010-01-21keymap: move force-release directoryMartin Pitt
Move extras/keymap/keymaps/force-release/ to extras/keymap/force-release-maps/, so that check-keymaps.sh does not stumble over the directory. It's also a more logical source layout.
2010-01-19add ACL rule for Garmin GPSMap 60Martin Pitt
https://qa.mandriva.com/show_bug.cgi?id=55836
2010-01-19keymap: support for the Samsung N140 keyboardMarco d'Itri
2010-01-15clarify message about not removed device nodeKay Sievers
2010-01-14rules: acl - add COLOR_MEASUREMENT_DEVICE matchFrederic Crozat
2010-01-13libudev: device - create db file atomicallyKay Sievers
We need to prevent that libudev parses half-written database files. Also for "change" events, we need to make sure, that database files always exist to be read by libudev, and that they are not first deleted before they are re-created.
2010-01-13do not remove device nodes of active kernel devicesKay Sievers
We do no longer delete the primary device node while handling "remove" events if the same kernel device is already re-created in the meantime. This prevents the asynchronously running udev from removing and re-creating primary device nodes for active devices.
2010-01-13udevd: inotify - do not parse rules at create but at closeKay Sievers
We do not need to get notified about created files, only about moved ones or files closed-after-writing.
2010-01-13configure.ac: version bumpKay Sievers
2010-01-11writing_udev_rules: update rules files namesMarco d'Itri
2010-01-11Fix reverted floppy-device permissionsBryan Kadzban
Commit d93fb59c50a720e2a1ace2177cc824c00ff8eed6 ("rules: set mode of floppy device nodes to 0660") changed the create_floppy_devices -M argument to 0660, for udev-148. Commit 78171d9549fafdfc1e29d30915104a3ad55e116b reverted this, when it moved the call to create_floppy_devices out to another rules file, for udev-150. Presumably the 0660 mode was correct, and the 0640 reversion was not intentional; this restores 0660. Signed-off-by: Bryan Kadzban <bryan@kadzban.is-a-geek.net>
2010-01-07release 150Kay Sievers
2010-01-07gobject-introspection: use $datadir instead of $prefixKay Sievers
2010-01-07work around gtk-doc which breaks distcheckKay Sievers
2010-01-07libudev: doc - add symbols to sections.txtKay Sievers
2010-01-07rules: udev-acl - add firewire video devicesMarco d'Itri
2010-01-07build: keymap - create subdirMarco d'Itri
2010-01-05keymap: Samsung R70/R71 force-release quirkClemens Buchacher
http://www.spinics.net/lists/hotplug/msg03269.html Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
2010-01-05keymap: Document force-releaseMartin Pitt
Make a note in README.keymap.txt about stuck keys which need a force-release quirk.
2010-01-05keymap: Add Fujitsu Amilo Li 1718Martin Pitt
https://launchpad.net/bugs/250732
2010-01-03keymap: Lenovo Thinkpad USB Keyboard with TracepointJerone Young
Add support for special function keys on Lenovo Thinkpad USB Keyboard Tracepoint. - VoIP hotkey "FN+F6" is mapped to camera, and may need to change if there is a standard VoIP hotkey defined. - Mute Microphone key has not been defined, as there is no standard key defined for it yet. Signed-off-by: Jerone Young <jerone.young@canonical.com> Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
2009-12-30libudev: enumerate - fix move_later logicThomas de Grenier de Latour
The move_later_prefix variable was reset to zero on each loop iteration, and thus the move_later entry (if any) was not added right after changing to another syspath prefix, but rather after exiting the enumeration loop.
2009-12-27keymap: Add LG X110Martin Pitt
This is an MSI Wind clone. Reported on hal ML by Ozan Çağlayan <ozan@pardus.org.tr>
2009-12-27keymap: Fix typo in compal rulesDaniel Drake
Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
2009-12-27keymap: Add OLPC XO key mappingsDaniel Drake
This supports both XO-1 and XO-1.5. Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
2009-12-27keymap: Add Acer Aspire 1810TZMartin Pitt
https://launchpad.net/bugs/492657
2009-12-26keymap: add Acer TravelMate 8471Martin Pitt
https://launchpad.net/bugs/492657
2009-12-25udevadm: logging - copy va_list and do not use it twiceKay Sievers
2009-12-25remove UDEV_RUN environment variableKay Sievers
It handles only RUN but not IMPORT and PROGRAM. There is no sane way to suppress program execution. Most important programs run with IMPORT these days. Also events can no longer suppressed with the libudev netlink messages, so UDEV_RUN does nothing useful and is just inconsistent.
2009-12-25fix typo in log message priority handlingKay Sievers
2009-12-24remove remaining support for CONFIG_SYSFS_DEPRECATEDKay Sievers
2009-12-24udevadm: info - fix info --root --query=name --path= for device without a ↵Kay Sievers
device node Subject: Bug#561279: udev: Crash location and first-level cause Reply-To: Stephen Kitt <steve@sk2.org>, 561279@bugs.debian.org
2009-12-23keymap: Add Logitech S510 USB keyboardMartin Pitt
The Logitech S510 identifies just like the already existing "logitech-wave-cordless" variant, but with wildly different scancodes. So just merge the tables, since they won't collide. https://launchpad.net/bugs/259244
2009-12-22Clarify RUN/IMPORT documentationMartin Pitt
Explain command/argument separation rules, search path, and quoting for RUN and IMPORT. http://bugs.debian.org/550206
2009-12-22keymap: Add hotkey quirk for Acer Aspire One (AO531h/AO751h)Martin Pitt
From hal-info ML, thanks to Keng-Yü Lin!
2009-12-21Speed up udev_enumerate_scan_*Martin Pitt
Check property match earlier, to avoid lots of readlink() and stat() calls when we check property matches.
2009-12-21add Samsung R70/R71 keymapClemens Buchacher
Required for the keyboard driver to recognize special keys such as Fn+F2 (battery), Fn+F3 (euro), Fn+F4 (switchmode), Fn+F6 (mute), Fn+F7 (XF86Launch2), Fn+up/down (brightness), Fn+left/right (volume). Fn+F5 (blank screen) and Fn+F8 still do not generate events after this change, howver. Signed-off-by: Clemens Buchacher <drizzd@aon.at> Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
2009-12-18update mtime of nodes and links when we re-use themKay Sievers
2009-12-15firmware: convert shell script to CPiter PUNK
2009-12-15rules: add "block" match to floppy ruleKay Sievers
2009-12-15cdrom_id: remove deprecated device matchesKay Sievers
2009-12-15remove remaining support for CONFIG_SYSFS_DEPRECATEDKay Sievers
2009-12-15configure.ac: version bumpKay Sievers
2009-12-15floppy: fix rule to create additional floppy device nodesKay Sievers