Package: sysconfig-hardware
Version: 0.0.9+nmu1
Severity: normal
Tags: patch

While looking at another issue I noticed a probable bug where settings
are not applied when the ctcm module is used.

The script hwup-ccw-group currently has the following code:
if [ "$DRIVER" = ctc ]; then
  write_setting "buffer" "$CTC_BUFFER"
  write_setting "protocol" "$CTC_PROTOCOL"

This should probably be updated to:
if [ "$DRIVER" = ctc ] || [ "$DRIVER" = ctcm ]; then
  write_setting "buffer" "$CTC_BUFFER"
  write_setting "protocol" "$CTC_PROTOCOL"


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: s390

Kernel: Linux 2.6.33-rc5 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages sysconfig-hardware depends on:
ii  udev                          150-2      /dev/ and hotplug management daemo

sysconfig-hardware recommends no packages.

sysconfig-hardware suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to