| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
Fedora 9, for example, doesn't have libudev, but can use the modem prober.
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|