chiark / gitweb /
elogind.git
14 years agoupdate TODO
Kay Sievers [Mon, 11 May 2009 01:53:55 +0000 (03:53 +0200)]
update TODO

14 years agoadd "static" back to the inline functions
Kay Sievers [Thu, 7 May 2009 11:24:40 +0000 (13:24 +0200)]
add "static" back to the inline functions

<Keybuk> kay: udev git head ftbfs
<Keybuk> udev-watch.o: In function `udev_selinux_init':
<Keybuk> /../udev/udev.h:130: multiple definition of `udev_selinux_init'

14 years agorules: fix ieee1394 rules
Kay Sievers [Tue, 5 May 2009 10:43:42 +0000 (12:43 +0200)]
rules: fix ieee1394 rules

14 years agoremove asmlinkage
Kay Sievers [Tue, 5 May 2009 00:39:16 +0000 (02:39 +0200)]
remove asmlinkage

14 years agoremove all PHYSDEVPATH handling and warning about
Kay Sievers [Mon, 4 May 2009 20:08:05 +0000 (22:08 +0200)]
remove all PHYSDEVPATH handling and warning about

14 years agooops, removed ppp entry from rules got committed
Kay Sievers [Mon, 4 May 2009 12:10:05 +0000 (14:10 +0200)]
oops, removed ppp entry from rules got committed

14 years agohandle devtmpfs nodes
Kay Sievers [Mon, 4 May 2009 02:52:31 +0000 (04:52 +0200)]
handle devtmpfs nodes

UDev follows the kernel given name, and re-uses the kernel created
device node. If the kernel and spcecified udev rules disagree, the
udev specified node node is created and the kernel-created on is
deleted.

14 years agorule-generator: net - whitelist NICs that violate MAC local scheme
Lubomir Rintel [Sun, 3 May 2009 13:37:30 +0000 (15:37 +0200)]
rule-generator: net - whitelist NICs that violate MAC local scheme

According to list of assigned ethernet codes [1] referred to by
IANA [2] certain global addresses do not follow the assignement
scheme and use numbers reserved for local use. Several such adapters
are quite widely used, generate rules for them.

[1] http://www.cavebear.com/archive/cavebear/Ethernet/vendor.html
[2] http://www.iana.org/assignments/ethernet-numbers

14 years agorules: remove initramfs comment
Kay Sievers [Sun, 3 May 2009 12:44:23 +0000 (14:44 +0200)]
rules: remove initramfs comment

14 years agoudevd: revert initial device node creation
Kay Sievers [Sat, 2 May 2009 03:23:02 +0000 (05:23 +0200)]
udevd: revert initial device node creation

14 years agorules: add "event*" match
Kay Sievers [Fri, 1 May 2009 15:52:21 +0000 (17:52 +0200)]
rules: add "event*" match

14 years agobuild: use AC_MSG_RESULT
Kay Sievers [Fri, 1 May 2009 03:09:51 +0000 (05:09 +0200)]
build: use AC_MSG_RESULT

14 years agoupdate TODO
Kay Sievers [Wed, 29 Apr 2009 13:57:41 +0000 (15:57 +0200)]
update TODO

14 years agoaccept DEVNAME from the kernel as a hint for the node name
Kay Sievers [Tue, 28 Apr 2009 13:59:45 +0000 (15:59 +0200)]
accept DEVNAME from the kernel as a hint for the node name

14 years agorules: add rfcomm* to group dialout
Kay Sievers [Tue, 28 Apr 2009 09:24:25 +0000 (11:24 +0200)]
rules: add rfcomm* to group dialout

https://bugs.launchpad.net/bugs/368109

14 years agorules: input - fix comments
Kay Sievers [Mon, 27 Apr 2009 01:50:48 +0000 (03:50 +0200)]
rules: input - fix comments

14 years agorules: input - add links for USB/platform non-kbd/mouse devices
Kay Sievers [Mon, 27 Apr 2009 01:23:41 +0000 (03:23 +0200)]
rules: input - add links for USB/platform non-kbd/mouse devices

14 years agorule_generator: net - fix usb comment generation
Kay Sievers [Sun, 26 Apr 2009 18:53:30 +0000 (20:53 +0200)]
rule_generator: net - fix usb comment generation

On Sat, Apr 4, 2009 at 22:17, Omair Eshkenazi <stimpson@phys.huji.ac.il> wrote:
> I noticed that in (70-)persistent-net.rules, the comments for USB devices
> are missing the device/vendor id's. Example:
> # USB device 0x:0x (rt73usb)

14 years agodrop "extern" keyword from non-static function
Kay Sievers [Sun, 26 Apr 2009 11:59:39 +0000 (13:59 +0200)]
drop "extern" keyword from non-static function

14 years agoupdate NEWS
Kay Sievers [Fri, 24 Apr 2009 00:27:44 +0000 (02:27 +0200)]
update NEWS

14 years agorules: create /dev/cpu/<n>/cpuid world readable
Andre Przywara [Thu, 23 Apr 2009 22:29:53 +0000 (00:29 +0200)]
rules: create /dev/cpu/<n>/cpuid world readable

I don't see any security implications, to be actually useful,
/dev/cpu/<n>/cpuid should be world readable. The cpuid instruction
can be called from userspace anyway, so there is nothing to hide.
The device does not support any write operation, so 0444 should
suffice.

Signed-off-by: Andre Przywara <andre.przywara@amd.com>
14 years agolibudev: monitor - export filter_update()
Kay Sievers [Thu, 23 Apr 2009 16:05:10 +0000 (18:05 +0200)]
libudev: monitor - export filter_update()

14 years agolibudev: queue - clarify comments
Kay Sievers [Thu, 23 Apr 2009 13:16:26 +0000 (15:16 +0200)]
libudev: queue - clarify comments

14 years agocdrom_id: skip media tests if CDROM_DRIVE_STATUS != CDS_DISC_OK
Kay Sievers [Thu, 23 Apr 2009 13:04:16 +0000 (15:04 +0200)]
cdrom_id: skip media tests if CDROM_DRIVE_STATUS != CDS_DISC_OK

14 years agolibudev: queue - fix get_seqnum_is_finished()
Kay Sievers [Thu, 23 Apr 2009 11:23:45 +0000 (13:23 +0200)]
libudev: queue - fix get_seqnum_is_finished()

On Thu, Apr 23, 2009 at 11:39, Alan Jenkins <alan-jenkins@tuffmail.co.uk> wrote:
> I'm puzzled by this function:
>
>        /* if we have not seen this seqnum, check if it is/was already queued */
>        if (seqnum < udev_queue->last_seen_udev_seqnum) {
>                udev_queue_get_udev_seqnum(udev_queue);
>                if (seqnum < udev_queue->last_seen_udev_seqnum)
>
> Shouldn't the test be (seqnum > udev_queue->last_seen_udev_seqnum) ?

15 years agolibudev: monitor - add udev_monitor_filter_remove
Kay Sievers [Thu, 23 Apr 2009 02:07:51 +0000 (04:07 +0200)]
libudev: monitor - add udev_monitor_filter_remove

15 years agoudevadm: monitor - add <subsytem>:<devtype> support
Kay Sievers [Thu, 23 Apr 2009 02:07:15 +0000 (04:07 +0200)]
udevadm: monitor - add <subsytem>:<devtype> support

15 years agolibudev: monitor - do not filter messages with wrong magic
Kay Sievers [Thu, 23 Apr 2009 01:33:58 +0000 (03:33 +0200)]
libudev: monitor - do not filter messages with wrong magic

15 years agolibudev: monitor - switch to filter_add_match_subsystem_devtype()
Kay Sievers [Thu, 23 Apr 2009 01:24:38 +0000 (03:24 +0200)]
libudev: monitor - switch to filter_add_match_subsystem_devtype()

15 years agolibudev: monitor - use simpler hash
Kay Sievers [Wed, 22 Apr 2009 16:38:16 +0000 (18:38 +0200)]
libudev: monitor - use simpler hash

15 years agoedd_id: add cciss devices
John Wright [Wed, 22 Apr 2009 12:53:35 +0000 (14:53 +0200)]
edd_id: add cciss devices

Since cciss devices can be BIOS boot devices just as well as sd* and
hd*, the edd_id program should be run on them so that the later
/dev/disk/by-id/edd-* rules will work.

15 years agoudevadm monitor - add --subsystem-match=
Kay Sievers [Wed, 22 Apr 2009 03:00:15 +0000 (05:00 +0200)]
udevadm monitor - add --subsystem-match=

15 years agoupdate TODO
Kay Sievers [Wed, 22 Apr 2009 02:32:25 +0000 (04:32 +0200)]
update TODO

15 years agoudevadm: monitor - print error if we can not bind to socket
Kay Sievers [Wed, 22 Apr 2009 02:11:18 +0000 (04:11 +0200)]
udevadm: monitor - print error if we can not bind to socket

15 years agolibudev: monitor - add client socket filter for subsystem value
Kay Sievers [Wed, 22 Apr 2009 01:50:11 +0000 (03:50 +0200)]
libudev: monitor - add client socket filter for subsystem value

Messages send back by the udev daemon to the netlink socket are
multiplexed by the kernel and delivered to multiple clients. The
clients can upload a socket filter to let the kernel drop messages
not belonging to a certain subsystem. This prevent needless wakeups
and message processing for users who are only interested in a
subset of available events.

Recent kernels allow untrusted users to listen to the netlink
messages.

The messages send by the udev daemon are versioned, to prevent any
custom software reading them without libudev. The message wire format
may change with any udev version update.

15 years agocdrom_id: add and use ID_CDROM_MEDIA to decide if we run vol_id
Kay Sievers [Tue, 21 Apr 2009 01:27:14 +0000 (03:27 +0200)]
cdrom_id: add and use ID_CDROM_MEDIA to decide if we run vol_id

Some broken mobile phones offer a faked cdrom drive with a media
without any tracks.

15 years agoudevd: at startup create /dev/null, /dev/console, /dev/kmsg
Kay Sievers [Sun, 19 Apr 2009 01:25:04 +0000 (03:25 +0200)]
udevd: at startup create /dev/null, /dev/console, /dev/kmsg

15 years agoupdate NEWS
Kay Sievers [Sat, 18 Apr 2009 11:24:20 +0000 (13:24 +0200)]
update NEWS

15 years agoTODO: add packet filter
Kay Sievers [Sat, 18 Apr 2009 11:23:55 +0000 (13:23 +0200)]
TODO: add packet filter

15 years agotest-libudev: update monitor source
Kay Sievers [Sat, 18 Apr 2009 11:23:10 +0000 (13:23 +0200)]
test-libudev: update monitor source

15 years agocdrom_id: add Xen cdrom support
Kay Sievers [Thu, 16 Apr 2009 22:29:56 +0000 (00:29 +0200)]
cdrom_id: add Xen cdrom support

15 years agopath_id: support identification of Xen virtual block devices
Ian Campbell [Thu, 16 Apr 2009 20:46:18 +0000 (22:46 +0200)]
path_id: support identification of Xen virtual block devices

15 years agoupdate NEWS
Kay Sievers [Thu, 16 Apr 2009 20:36:26 +0000 (22:36 +0200)]
update NEWS

15 years agorules: remove DVB shell script
Kay Sievers [Thu, 16 Apr 2009 20:35:59 +0000 (22:35 +0200)]
rules: remove DVB shell script

15 years agoudevd: log error for too old kernels or CONFIG_SYSFS_DEPRECATED
Kay Sievers [Thu, 16 Apr 2009 20:34:26 +0000 (22:34 +0200)]
udevd: log error for too old kernels or CONFIG_SYSFS_DEPRECATED

15 years agolibudev: monitor - clarify socket handling documentation
Kay Sievers [Wed, 15 Apr 2009 23:49:16 +0000 (01:49 +0200)]
libudev: monitor - clarify socket handling documentation

15 years agolibudev: path_encode - always return 0 if encoded string does not fit into size
Kay Sievers [Wed, 15 Apr 2009 19:47:04 +0000 (21:47 +0200)]
libudev: path_encode - always return 0 if encoded string does not fit into size

15 years agoversion bump
Kay Sievers [Tue, 14 Apr 2009 19:02:39 +0000 (21:02 +0200)]
version bump

15 years agorelease 141
Kay Sievers [Wed, 8 Apr 2009 23:35:53 +0000 (16:35 -0700)]
release 141

15 years agolibudev: monitor - ignore messages from unusual sources
Scott James Remnant [Wed, 8 Apr 2009 23:16:14 +0000 (16:16 -0700)]
libudev: monitor - ignore messages from unusual sources

For added protection, ignore any unicast message received on the
netlink socket or any multicast message on the kernel group not
received from the kernel.

Signed-off-by: Scott James Remnant <scott@ubuntu.com>
15 years agolibudev: monitor - unify socket message handling
Kay Sievers [Wed, 8 Apr 2009 14:46:54 +0000 (07:46 -0700)]
libudev: monitor - unify socket message handling

15 years agopath_encode: fix max length calculation
Kay Sievers [Wed, 8 Apr 2009 13:06:01 +0000 (06:06 -0700)]
path_encode: fix max length calculation

Sebastian Krahmer wrote:
> it should reserve 4 times not 3 times len :)

15 years agoavoid leaking netlink socket fd to external programs
Alan Jenkins [Mon, 6 Apr 2009 09:18:41 +0000 (10:18 +0100)]
avoid leaking netlink socket fd to external programs

The netlink socket is now used by udev event processes. We should take
care not to pass it to the programs they execute. This is the same way
the inotify fd was handled.

Signed-off-by: Alan Jenkins <alan-jenkins@tuffmail.co.uk>
15 years agoIMPORT: 2048 -> 4096 bytes buffer
Kay Sievers [Mon, 30 Mar 2009 18:09:08 +0000 (20:09 +0200)]
IMPORT: 2048 -> 4096 bytes buffer

15 years ago"UDEV_MONITOR_KERNEL/UDEV" -> "kernel/udev"
Kay Sievers [Sun, 29 Mar 2009 18:08:52 +0000 (20:08 +0200)]
"UDEV_MONITOR_KERNEL/UDEV" -> "kernel/udev"

15 years agosend monitor events back to netlink socket
Kay Sievers [Sun, 29 Mar 2009 02:24:39 +0000 (04:24 +0200)]
send monitor events back to netlink socket

Instead of of our own private monitor socket, we send the
processed event back to our netlink socket, to the multicast
group 2 -- so any number of users can listen to udev events,
just like they can listen to kernel emitted events on group 1.

15 years agousb_id: remove unused variable
Kay Sievers [Sat, 28 Mar 2009 19:57:01 +0000 (20:57 +0100)]
usb_id: remove unused variable

15 years agolibudev: GPL -> LGPL
Kay Sievers [Thu, 26 Mar 2009 18:29:36 +0000 (19:29 +0100)]
libudev: GPL -> LGPL

15 years agousb_id: add ID_VENDOR_ID, ID_MODEL_ID, ID_USB_INTERFACE_NUM, ID_USB_DRIVER
Kay Sievers [Wed, 25 Mar 2009 20:24:21 +0000 (21:24 +0100)]
usb_id: add ID_VENDOR_ID, ID_MODEL_ID, ID_USB_INTERFACE_NUM, ID_USB_DRIVER

$ extras/usb_id/usb_id -x /class/tty/ttyUSB1
ID_VENDOR=HUAWEI_Technology
ID_VENDOR_ENC=HUAWEI\x20Technology
ID_VENDOR_ID=12d1
ID_MODEL=HUAWEI_Mobile
ID_MODEL_ENC=HUAWEI\x20Mobile
ID_MODEL_ID=1003
ID_REVISION=0000
ID_SERIAL=HUAWEI_Technology_HUAWEI_Mobile
ID_TYPE=generic
ID_BUS=usb
ID_USB_INTERFACES=:ffffff:080650:
ID_USB_INTERFACE_NUM=01
ID_USB_DRIVER=option

15 years agorules: replace IDE driver with media match
Kay Sievers [Wed, 25 Mar 2009 12:40:55 +0000 (13:40 +0100)]
rules: replace IDE driver with media match

15 years agorules: serial - support ttyACM devices
Kay Sievers [Tue, 24 Mar 2009 00:55:47 +0000 (01:55 +0100)]
rules: serial - support ttyACM devices

15 years agorules: remove ram* from persisten disk links blacklist
Kay Sievers [Mon, 23 Mar 2009 20:09:02 +0000 (21:09 +0100)]
rules: remove ram* from persisten disk links blacklist

15 years agorules: exclude mtd* from persistent disk links
David Brownell [Mon, 23 Mar 2009 20:03:00 +0000 (21:03 +0100)]
rules: exclude mtd* from persistent disk links

15 years agorules: rename ide-floppy to ide-gd
Borislav Petkov [Sun, 22 Mar 2009 12:22:49 +0000 (13:22 +0100)]
rules: rename ide-floppy to ide-gd

The driver's name changed in the 2.6.28 timeframe.

15 years agoudevadm: monitor - clarify printed header
Kay Sievers [Wed, 18 Mar 2009 17:47:23 +0000 (18:47 +0100)]
udevadm: monitor - clarify printed header

15 years agoudevadm: test - handling trailing '/' in devpath
Kay Sievers [Wed, 18 Mar 2009 17:42:16 +0000 (18:42 +0100)]
udevadm: test - handling trailing '/' in devpath

On Wed, Mar 18, 2009 at 16:00, Matthias Schwarzott <zzam@gentoo.org> wrote:
found out how the error occurs:
It is a difference between
A. udevadm test /sys/class/mem/null/
and
B. udevadm test /sys/class/mem/null

Case A was the case that showed the error behaviour. It seems udevadm is
confused by the trailing slash. This behaviour seems to be there since ages.

15 years agoversion bump
Kay Sievers [Wed, 18 Mar 2009 16:54:00 +0000 (17:54 +0100)]
version bump

15 years agorules: fix extra quote in 50-udev-default.rules
Kay Sievers [Wed, 18 Mar 2009 01:32:12 +0000 (02:32 +0100)]
rules: fix extra quote in 50-udev-default.rules

Patch from Gerardo Exequiel Pozzi.

15 years agoudevadm: trigger - add "--action" to --help
Robby Workman [Tue, 17 Mar 2009 09:31:32 +0000 (10:31 +0100)]
udevadm: trigger - add "--action" to --help

15 years agovol_id: fix language in manpage
Adam Buchbinder [Mon, 16 Mar 2009 20:22:54 +0000 (16:22 -0400)]
vol_id: fix language in manpage

The documentation for the --offset option wasn't in complete
sentences.

Signed-off-by: Adam Buchbinder <adam.buchbinder@gmail.com>
15 years agocreate_floppy_devices: expand manpage
Adam Buchbinder [Mon, 16 Mar 2009 20:22:53 +0000 (16:22 -0400)]
create_floppy_devices: expand manpage

Include a table of what the CMOS types are, and note that nothing
will be created unless the -t option is specified. Also clean up
the formatting and bump the date.

Signed-off-by: Adam Buchbinder <adam.buchbinder@gmail.com>
15 years agocdrom_id: update manpage
Adam Buchbinder [Mon, 16 Mar 2009 20:22:52 +0000 (16:22 -0400)]
cdrom_id: update manpage

Include usage information on the -d/--debug flag. Also bump the date.

Signed-off-by: Adam Buchbinder <adam.buchbinder@gmail.com>
15 years agousb_id: add manpage
Adam Buchbinder [Mon, 16 Mar 2009 20:22:51 +0000 (16:22 -0400)]
usb_id: add manpage

Signed-off-by: Adam Buchbinder <adam.buchbinder@gmail.com>
15 years agorules: md-raid.rules fix
Michal Soltys [Mon, 16 Mar 2009 00:29:19 +0000 (01:29 +0100)]
rules: md-raid.rules fix

md/array_state in case of partition doesn't exist, so all uevents
for partitions didn't execute any SYMLINK rules

Signed-off-by: Michal Soltys <soltys@ziu.info>
15 years agorelease 140
Kay Sievers [Fri, 13 Mar 2009 12:17:31 +0000 (13:17 +0100)]
release 140

15 years agoudevadm: settle - synchronise with the udev daemon
Scott James Remnant [Tue, 10 Mar 2009 13:00:16 +0000 (13:00 +0000)]
udevadm: settle - synchronise with the udev daemon

There's still a slight race condition when using udevadm settle, if the
udev daemon has a pending inotify event but hasn't yet generated the
"change" uevent for it, the kernel and udev sequence numbers will match
and settle will exit.

Now udevadm settle will send a control message to udevd, which will
respond by sending SIGUSR1 back to the waiting udevadm settle once it
has completed the main loop iteration in which it received the control
message.

If there were no pending inotify events, this will simply wake up the
udev daemon and allow settle to continue.  If there are pending inotify
events, they are handled first in the main loop so when settle is
continued they will have been turned into uevents and the kernel
sequence number will have been incremented.

Since the inotify event is pending for udevd when the close() system
call returns (it's queued as part of the kernel handling for that system
call), and since the kernel sequence number is incremented by writing to
the uevent file (as udevd does), this solves the race.

When the settle continues, if there were pending inotify events that
udevd had not read, they are now pending uevents which settle can wait
for.

Signed-off-by: Scott James Remnant <scott@ubuntu.com>
15 years agoudevadm: settle - use timeout signal, instead of loop counter
Kay Sievers [Wed, 11 Mar 2009 14:06:14 +0000 (15:06 +0100)]
udevadm: settle - use timeout signal, instead of loop counter

15 years agolibudev: ctrl - return error after sending ctrl message
Kay Sievers [Wed, 11 Mar 2009 12:32:39 +0000 (13:32 +0100)]
libudev: ctrl - return error after sending ctrl message

15 years agoupdate TODO
Kay Sievers [Sat, 7 Mar 2009 01:35:18 +0000 (02:35 +0100)]
update TODO

15 years agoudevadm: add text for new options to command and man page
Kay Sievers [Sat, 7 Mar 2009 01:32:40 +0000 (02:32 +0100)]
udevadm: add text for new options to command and man page

15 years agolibvolume_id: bump age
Harald Hoyer [Fri, 6 Mar 2009 11:42:00 +0000 (12:42 +0100)]
libvolume_id: bump age

Because you added the symbol volume_id_set_uuid_sub() in commit
14e18278, you have to increase the library minor version.

15 years agoudevd: switch watch symlinks to devpath
Kay Sievers [Wed, 4 Mar 2009 23:35:58 +0000 (00:35 +0100)]
udevd: switch watch symlinks to devpath

Some broken tools get confused following links to /sys, switch
to link targets carrying the devpath instead of the syspath, like
the queue links.

15 years agoudevadm: settle - add --seq-start= --seq-end=
Kay Sievers [Wed, 4 Mar 2009 22:48:53 +0000 (23:48 +0100)]
udevadm: settle - add --seq-start= --seq-end=

It might be useful in some cases not to wait for "all" events.

  $ read START < /sys/kernel/uevent_seqnum
  $ (do something which may create uevents)
  $ udevadm settle --seq-start=$START

15 years agolibudev: queue - use lstat() to check existence of symlink
Kay Sievers [Wed, 4 Mar 2009 22:32:16 +0000 (23:32 +0100)]
libudev: queue - use lstat() to check existence of symlink

15 years agorules: Fedora update
Kay Sievers [Wed, 4 Mar 2009 11:44:08 +0000 (12:44 +0100)]
rules: Fedora update

15 years agoupdate TODO
Kay Sievers [Wed, 4 Mar 2009 11:39:52 +0000 (12:39 +0100)]
update TODO

15 years agovolume_id: ntfs - fix uuid setting
Kay Sievers [Tue, 3 Mar 2009 19:11:09 +0000 (20:11 +0100)]
volume_id: ntfs - fix uuid setting

In my scenario, the ntfs prober did *not* detect the presence of a
ntfs filesystem (i.e. vol_id --probe-all returned *only* ext3).
However, if you examine the source of the ntfs prober, it overwrites
the uuid field of the volume_id object long before it actually
decides there's a valid filesystem there - this resulted in vol_id
returning the rather bizarre combination of type=ext3, but a uuid
populated by the ntfs prober.

https://bugs.edge.launchpad.net/ubuntu/+source/udev/+bug/337015

15 years agoupdate TODO
Kay Sievers [Tue, 3 Mar 2009 17:26:11 +0000 (18:26 +0100)]
update TODO

15 years agofix compile error in debug mode
Michael Prokop [Tue, 3 Mar 2009 15:50:58 +0000 (16:50 +0100)]
fix compile error in debug mode

When building with './configure --enable-debug && make' it fails with:
  udev-rules.c: In function ‘dump_token’:
  udev-rules.c:366: error: ‘struct <anonymous>’ has no member named ‘i’

Signed-off-by: Michael Prokop <mika@grml.org>
15 years agoversion bump
Kay Sievers [Mon, 2 Mar 2009 23:55:42 +0000 (00:55 +0100)]
version bump

15 years agorelease 139
Kay Sievers [Thu, 26 Feb 2009 22:28:20 +0000 (23:28 +0100)]
release 139

15 years agoudevadm: info - export all devices with --export-db
Kay Sievers [Thu, 26 Feb 2009 21:59:40 +0000 (22:59 +0100)]
udevadm: info - export all devices with --export-db

15 years agousb_id: fix comment
Kay Sievers [Thu, 26 Feb 2009 21:10:40 +0000 (22:10 +0100)]
usb_id: fix comment

15 years agousb_id: fix NULL string usage
Kay Sievers [Thu, 26 Feb 2009 19:57:48 +0000 (20:57 +0100)]
usb_id: fix NULL string usage

15 years agousb_id: return values if called directly for an usb_device
Kay Sievers [Thu, 26 Feb 2009 16:58:22 +0000 (17:58 +0100)]
usb_id: return values if called directly for an usb_device

15 years agousb_id: add ID_USB_INTERFACES=:0e0100:0e0200:010100:010200:
Kay Sievers [Thu, 26 Feb 2009 16:05:58 +0000 (17:05 +0100)]
usb_id: add ID_USB_INTERFACES=:0e0100:0e0200:010100:010200:

15 years agouse AC_USE_SYSTEM_EXTENSIONS instead of AC_GNU_SOURCE
Kay Sievers [Thu, 26 Feb 2009 13:17:04 +0000 (14:17 +0100)]
use AC_USE_SYSTEM_EXTENSIONS instead of AC_GNU_SOURCE

15 years agoadd m4/ subdir
Kay Sievers [Thu, 26 Feb 2009 13:11:43 +0000 (14:11 +0100)]
add m4/ subdir

15 years agoadd "nowatch" to disable a default installed watch with a later rule
Kay Sievers [Wed, 25 Feb 2009 10:18:15 +0000 (11:18 +0100)]
add "nowatch" to disable a default installed watch with a later rule

15 years agouse the event udev_device to disable the watch on "remove"
Kay Sievers [Tue, 24 Feb 2009 14:11:17 +0000 (15:11 +0100)]
use the event udev_device to disable the watch on "remove"