Package: g15daemon
Version: 1.9.5.3-8.1
Severity: important
Tags: patch

g15daemon is not notified after the system resumes from suspend-to-disk and
therefore doesn't renew the USB device handle. Therefore it spills the kernel
logs with 27 messages per second like this:
  usb 1-1.1: usbfs: process 1611 (g15daemon) did not claim interface 2 before
use

Solution: restart g15daemon

See also http://www.g15tools.com/node/111



-- System Information:
Debian Release: 6.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/8 CPU cores)
Locale: LANG=de_AT.utf8, LC_CTYPE=de_AT.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages g15daemon depends on:
ii  libc6                   2.11.2-10        Embedded GNU C Library: Shared lib
ii  libfreetype6            2.4.2-2.1        FreeType 2 font engine, shared lib
ii  libg15-1                1.2.7-2          Library for interfacing with the L
ii  libg15daemon-client1    1.9.5.3-8.1      Development packages for libg15dae
ii  libg15render1           1.3.0~svn316-2.1 Library for interfacing with the L
ii  zlib1g                  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages g15daemon recommends:
ii  xkb-data                      1.8-2      X Keyboard Extension (XKB) configu

g15daemon suggests no packages.

-- no debconf information
#!/bin/sh
. "${PM_FUNCTIONS}"
case "$1" in
	hibernate|suspend)
             logger 'G15 daemon will be stopped now...'
             /etc/init.d/g15daemon stop
		;;
	thaw|resume)
             logger 'G15 daemon will be resumed now...'
             start-stop-daemon --start --exec /usr/sbin/g15daemon
		;;
	*) exit $NA
		;;
esac

Reply via email to