summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* add v4l_idKay Sievers2009-05-096-1/+114
|
* configure.ac: check for gperf (required by keymap)Martin Pitt2009-05-091-0/+5
|
* keymap: fix distributed sourcesMartin Pitt2009-05-091-1/+3
| | | | Do not ship generated keys_{from,to}_name.h, ship keymap files.
* keymap: Add misc rules (from hal-info)Martin Pitt2009-05-0920-0/+122
| | | | Converted from 30-keymap-misc.fdi from hal-info 2009-05-08.
* keymap: Add Sony Vaio rules (from hal-info)Martin Pitt2009-05-093-0/+14
| | | | Converted from 30-keymap-module-sony-laptop.fdi from hal-info 2009-05-07.
* keymap: Add Asus rules (from hal-info)Martin Pitt2009-05-092-0/+12
| | | | Converted from 30-keymap-module-asus-laptop.fdi from hal-info 2009-05-07.
* keymap: Add "ThinkPad Extra Buttons" module rules (from hal-info)Martin Pitt2009-05-093-0/+45
| | | | Converted from 30-keymap-module-thinkpad-acpi.fdi from hal-info 2009-05-07.
* keymap: Add Acer rules (from hal-info)Martin Pitt2009-05-096-0/+39
| | | | Converted from 30-keymap-acer.fdi from hal-info 2009-05-07.
* keymap: Add HP rules (from hal-info)Martin Pitt2009-05-096-0/+32
| | | | Converted from 30-keymap-hp.fdi from hal-info 2009-05-07.
* keymap: Add Lenovo rules (from hal-info)Martin Pitt2009-05-093-0/+16
| | | | Converted from 30-keymap-lenovo.fdi from hal-info 2009-05-07.
* keymap: Add Compaq rules (from hal-info)Martin Pitt2009-05-092-0/+5
| | | | Converted from 30-keymap-compaq.fdi from hal-info 2009-05-07.
* keymap: Add Dell rules (from hal-info)Martin Pitt2009-05-092-0/+37
| | | | | | | | | Converted from 30-keymap-dell.fdi from hal-info 2009-05-07. The "Latitude XT" product case was merged into the general dell map, since there were no overlaps. The "Dell USB Keyboard Hub" was not converted yet.
* keymap: add fdi2rules.pyMartin Pitt2009-05-091-0/+179
| | | | | | | | | Tool to convert hal keymap FDIs into udev rules and key map files. Please note that this is far from perfect, since the mapping between fdi and udev rules is not straightforward (and impossible in some cases). After running this, the result should be cleaned up, and errors from unknown operators etc. corrected manually.
* add keymap directory and toolMartin Pitt2009-05-094-0/+313
| | | | | | | | | | | | keymap assigns keycodes to scancodes, or dumps the current mapping of an evdev keyboard device. It replaces hal-setup-keymap. The former keymap fdi files from hal-info will be converted to udev rules for vendor/product matching, and simple text files for mapping scancodes to keycodes. See this discussion for details: http://lists.freedesktop.org/archives/devkit-devel/2009-May/000152.html
* depend on usbutils 0.82 and use pkg-config to find usb.idsKay Sievers2009-05-071-14/+4
|
* build: use AC_MSG_RESULTKay Sievers2009-05-011-3/+3
|
* sound-card: Recognize good old WinTV cards as TV cardsLennart Poettering2009-04-281-0/+3
|
* do not use libtoolKay Sievers2009-04-142-16/+2
|
* sync with and depend on recent udevKay Sievers2009-04-143-82/+53
|
* modem-modeswitch: fix build warningDan Williams2009-03-151-1/+0
|
* modem-modeswitch: small cleanupDan Williams2009-03-151-1/+1
|
* modem-modeswitch: huge refactor for Mobile Action 8xxxP USB cable supportDan Williams2009-03-1511-170/+815
|
* usb-db: make optional, but enabled by defaultDan Williams2009-03-152-5/+12
| | | | Fedora 9, for example, doesn't have libudev, but can use the modem prober.
* fix autogen.sh for modem-probe removalDan Williams2009-03-151-1/+1
|
* modem-probe: removeDan Williams2009-03-157-567/+0
| | | | | | | | | | | At the moment, it doesn't have a future. NetworkManager + ModemManager won't use it becuase ModemManager has to do more interrogation of the ttys than the simple prober can do, and it makes sense to do all the probing & interrogation in one place anyway. Furthermore, some devices like BlackBerries need much more serial port setup before they will start talking AT commands, and we don't really want to link stuff like libarry into udev-extras. So remove it for now. We can add it back later if we need to.
* test commitDavid Zeuthen2009-03-041-0/+1
|
* Set numeric vendor/product ID variablesLennart Poettering2009-03-021-1/+2
| | | | | Set a unified vendor/product environemnt variable for both USB and PCI devices.
* Unify all form factor information into a single environment variableLennart Poettering2009-03-011-14/+18
| | | | | | | | | Simplify the form factor rules by using only a single environment variable $SOUND_FORM_FACTOR instead of multiple boolean variables. Also, make "internal" a normal type of form factor among many. After all whether a sound card is internal or not is *not* orthogonal to its form factor otherwise.
* update version and NEWSKay Sievers2009-02-262-7/+21
|
* usb-db: also handle the passed device, not only the parentsKay Sievers2009-02-261-10/+27
|
* rules: update 78-sound-card.rulesLennart Poettering2009-02-261-0/+6
|
* udev-acl: delete usbdev_id, the value is in usb_id nowKay Sievers2009-02-263-94/+1
|
* add m4/ subdirKay Sievers2009-02-263-2/+2
|
* add Lennart's 78-sound-card.rules to rules.d/Kay Sievers2009-02-264-0/+45
|
* add autoconf logic to find usb.ids/pci.idsLennart Poettering2009-02-262-2/+35
|
* Add pci-db tool that works just like usb-db but for USBLennart Poettering2009-02-263-26/+60
|
* add usb-db for reading usb vendor/product data from usb.idsLennart Poettering2009-02-265-1/+243
|
* fully move m4 scripts to m4/ since that's apparently what was intendedLennart Poettering2009-02-264-0/+5
|
* instead of defining _GNU_SOURCE manually use AC_USE_SYSTEM_EXTENSIONSLennart Poettering2009-02-265-13/+6
|
* fix .gitignore for modem-probeLennart Poettering2009-02-261-1/+1
|
* modem-probe: allow delaying probe for slow modemsDan Williams2009-01-293-3/+35
|
* udev-acl: fix Makefile so usbdev_id gets builtDan Williams2009-01-281-1/+1
|
* modem-probe: switch to "GPLv2 or later"Kay Sievers2009-01-262-4/+10
|
* update NEWSKay Sievers2009-01-251-0/+4
|
* update versionKay Sievers2009-01-253-1/+47
|
* udev-acl: add ACL_VIDEO commentKay Sievers2009-01-251-0/+1
|
* modem-probe: clarify docs for modem_wait_reply()Dan Williams2009-01-221-1/+1
|
* modem-probe: only discover capabilties once on timeoutDan Williams2009-01-221-1/+11
| | | | | If the port timed out on a command for some reason, don't try the secondary query and take yet *more* time.
* modem-probe: fix EVDO rev. A recognition on Kyocera KPC680Dan Williams2009-01-221-0/+1
|
* modem-probe: rename from probe-modem for consistencyDan Williams2009-01-229-24/+24
|