[kernel] r11427 - in dists/trunk/linux-2.6/debian: . templates/image.plain.bug

Maximilian Attems maks at alioth.debian.org
Tue May 20 20:30:08 UTC 2008


Author: maks
Date: Tue May 20 20:30:07 2008
New Revision: 11427

Log:
bug reports add valuable soundcard /proc info

later we might want to add amixer output,
but that is very verbose so kept out for now.

fix changelog for removed atl1 drivers too.


Added:
   dists/trunk/linux-2.6/debian/templates/image.plain.bug/include-sound
Modified:
   dists/trunk/linux-2.6/debian/changelog

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	(original)
+++ dists/trunk/linux-2.6/debian/changelog	Tue May 20 20:30:07 2008
@@ -19,7 +19,7 @@
   * [amd64]: Enable SCSI_DPT_I2O as 64 bit now.
   * Reenable USB_SERIAL_EDGEPORT, USB_SERIAL_EDGEPORT_TI. (closes: #480195)
   * Enable TCP_MD5SIG for BGP sessions. (closes: #443742)
-  * Backport atl1 patches for PHY power save mode, suspend, resume and wol.
+  * Add recognised alsa cards to bug report.
 
   [ Martin Michlmayr ]
   * [arm/orion5x] Update the config to reflect upstream renaming this

Added: dists/trunk/linux-2.6/debian/templates/image.plain.bug/include-sound
==============================================================================
--- (empty file)
+++ dists/trunk/linux-2.6/debian/templates/image.plain.bug/include-sound	Tue May 20 20:30:07 2008
@@ -0,0 +1,11 @@
+add_sound() {
+  [ -f /proc/asound/cards ] && return
+  echo '** Sound cards:' >&3
+  cat /proc/asound/cards >&3
+  # amixer >&3
+  echo >&3
+}
+
+ask_sound() {
+  true
+}



More information about the Kernel-svn-changes mailing list