update INSTALL, NEWS, configure comment, queue doc

This commit is contained in:
Kay Sievers 2011-05-10 14:58:49 +02:00
parent 16efbde01a
commit 2906cbbae4
4 changed files with 6 additions and 4 deletions

View file

@ -35,6 +35,8 @@ All options:
Disable local user acl permissions support.
--disable-gudev
Disable Gobject libudev support.
--disable-introspection
Disable Gobject introspection support.
--disable-keymap
Disable keymap fixup support.
--enable-floppy

2
NEWS
View file

@ -8,7 +8,7 @@ the accept4() syscall wiring.
The hid2hci tool move to the bluez package and was removed.
Many of the extras can be -enabled/--disabled during configure
Many of the extras can be --enabled/--disabled during configure
now. The --disable-extras option was removed. To check the
current options, the usual './configure --help' prints them.

View file

@ -243,11 +243,11 @@ AC_MSG_RESULT([
cflags: ${CFLAGS}
ldflags: ${LDFLAGS}
gintrospection: ${enable_introspection}
rule_generator: ${enable_rule_generator}
hwdb: ${enable_hwdb}
udev_acl: ${enable_udev_acl}
gudev: ${enable_gudev}
gintrospection: ${enable_introspection}
keymap: ${enable_keymap}
floppy: ${enable_floppy}
edd: ${enable_edd}

View file

@ -343,7 +343,7 @@ out:
* @start: first event sequence number
* @end: last event sequence number
*
* Returns: if any of the sequence numbers in the given range is currently active.
* Returns: a flag indicating if any of the sequence numbers in the given range is currently active.
**/
int udev_queue_get_seqnum_sequence_is_finished(struct udev_queue *udev_queue,
unsigned long long int start, unsigned long long int end)
@ -405,7 +405,7 @@ int udev_queue_get_seqnum_sequence_is_finished(struct udev_queue *udev_queue,
* @udev_queue: udev queue context
* @seqnum: sequence number
*
* Returns: a flag indicating if the given sequence number is handled.
* Returns: a flag indicating if the given sequence number is currently active.
**/
int udev_queue_get_seqnum_is_finished(struct udev_queue *udev_queue, unsigned long long int seqnum)
{