Author: pebender
Date: Sat Jan 10 08:43:46 2009
New Revision: 4210

Modified:
     
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/lib/udev/rules.d/05-minimyth-detect-audio.rules.disabled
     
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/lib/udev/rules.d/05-minimyth-detect-backend.rules.disabled
     
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/lib/udev/rules.d/05-minimyth-detect-event.rules.disabled
     
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/lib/udev/rules.d/05-minimyth-detect-lcdproc.rules.disabled
     
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/lib/udev/rules.d/05-minimyth-detect-lirc.rules.disabled
     
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/lib/udev/rules.d/05-minimyth-detect-video.rules.disabled

Log:
- Removed out-of-date comments.



Modified:  
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/lib/udev/rules.d/05-minimyth-detect-audio.rules.disabled
==============================================================================
---  
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/lib/udev/rules.d/05-minimyth-detect-audio.rules.disabled
     
(original)
+++  
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/lib/udev/rules.d/05-minimyth-detect-audio.rules.disabled
     
Sat Jan 10 08:43:46 2009
@@ -1,10 +1,6 @@
   
#-------------------------------------------------------------------------------
  # Detect audio devices.
  #
-# A audio device is assumed to
-#     have the name card[0-9]*, and
-#     be in the sound subsystem.
-#
  # mm_detect_id has the following formats:
  #      
pci:<class>:<class_prog>:<vendor>:<device>:<subsystem_vendor>:<subsystem_device>
  #     usb:<idVendor>:<idProduct>

Modified:  
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/lib/udev/rules.d/05-minimyth-detect-backend.rules.disabled
==============================================================================
---  
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/lib/udev/rules.d/05-minimyth-detect-backend.rules.disabled
   
(original)
+++  
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/lib/udev/rules.d/05-minimyth-detect-backend.rules.disabled
   
Sat Jan 10 08:43:46 2009
@@ -1,10 +1,6 @@
   
#-------------------------------------------------------------------------------
  # Detect the need for the MythTV backend service.
  #
-# It is assumed that we need the MythTV backend service when we detect
-#     a device in the dvb subsystem, and
-#     a device in the video4linux subsystem that has a name that  
starts 'ivtv'.
-#
  # mm_detect_state_backend has the following format:
  #     yes
  # where

Modified:  
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/lib/udev/rules.d/05-minimyth-detect-event.rules.disabled
==============================================================================
---  
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/lib/udev/rules.d/05-minimyth-detect-event.rules.disabled
     
(original)
+++  
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/lib/udev/rules.d/05-minimyth-detect-event.rules.disabled
     
Sat Jan 10 08:43:46 2009
@@ -1,5 +1,13 @@
   
#-------------------------------------------------------------------------------
  # Detect event devices.
+#
+# mm_detect_state_event has the following format:
+#     <type>
+# where
+#     <type> : The type of event device.
+# The state requires the event device name. However, since it is not yet
+# known, it cannot be added be included in mm_detect_state_event.  
Therefore, the
+# mm_detect script will prepend the event device name to the state.
   
#-------------------------------------------------------------------------------
  ACTION!="add|change|remove", GOTO="end"
  KERNEL=="event[0-9]*", SUBSYSTEM=="input", GOTO="begin"

Modified:  
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/lib/udev/rules.d/05-minimyth-detect-lcdproc.rules.disabled
==============================================================================
---  
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/lib/udev/rules.d/05-minimyth-detect-lcdproc.rules.disabled
   
(original)
+++  
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/lib/udev/rules.d/05-minimyth-detect-lcdproc.rules.disabled
   
Sat Jan 10 08:43:46 2009
@@ -1,11 +1,6 @@
   
#-------------------------------------------------------------------------------
  # Detect LCDproc devices.
  #
-# An LCDproc device is assumed to
-#     have the name lcd[0-9]* or ttyUSB[0-9]*,
-#     be in the lcd, tty or usb subsystem, and
-#     be a USB device.
-#
  # mm_detect_id has the following format:
  #     usb:<idVendor>:<idProduct>
  # mm_detect_state_lcdproc has the following format:

Modified:  
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/lib/udev/rules.d/05-minimyth-detect-lirc.rules.disabled
==============================================================================
---  
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/lib/udev/rules.d/05-minimyth-detect-lirc.rules.disabled
      
(original)
+++  
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/lib/udev/rules.d/05-minimyth-detect-lirc.rules.disabled
      
Sat Jan 10 08:43:46 2009
@@ -1,11 +1,6 @@
   
#-------------------------------------------------------------------------------
  # Detect LIRC devices.
  #
-# An LIRC device is assumed to
-#     have the name lirc[0-9]*, event[0-9]*, hiddev[0-9]* or ttyUSB[0-9]*,
-#     be in the lirc, input, usb or tty subsystem, and
-#     be a USB device.
-#
  # For an LIRC device in the lirc subsystem, the LIRC driver is the default  
LIRC
  # driver. As a result, no further detection is needed.
  #

Modified:  
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/lib/udev/rules.d/05-minimyth-detect-video.rules.disabled
==============================================================================
---  
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/lib/udev/rules.d/05-minimyth-detect-video.rules.disabled
     
(original)
+++  
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/lib/udev/rules.d/05-minimyth-detect-video.rules.disabled
     
Sat Jan 10 08:43:46 2009
@@ -1,10 +1,6 @@
   
#-------------------------------------------------------------------------------
  # Detect video devices.
  #
-# An X device is assumed to
-#     be in the pci subsystem, and
-#     in the 0x0300 PCI class.
-#
  # mm_detect_id has the following format:
  #      
pci:<class>:<class_prog>:<vendor>:<device>:<subsystem_vendor>:<subsystem_device>
  # mm_detect_state_video has the following format:

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to