aboutsummaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2010-11-24 12:00:31 +0100
committerKay Sievers <kay.sievers@vrfy.org>2010-11-24 12:00:31 +0100
commit01675fbbe867623e639fa94bce42a8b294fab5f8 (patch)
tree365e9475e7c6388f9a40e056a4fb2cf4fd4575e4 /rules
parent1a6ab670304dc8d8cdebc1d273076dc661dbafc5 (diff)
downloadudev-01675fbbe867623e639fa94bce42a8b294fab5f8.tar.gz
rules: 78-sound-card - remove specific hardware matches, they do not belong here
Diffstat (limited to 'rules')
-rw-r--r--rules/rules.d/78-sound-card.rules7
1 files changed, 0 insertions, 7 deletions
diff --git a/rules/rules.d/78-sound-card.rules b/rules/rules.d/78-sound-card.rules
index 0f0cf64d..7b821d47 100644
--- a/rules/rules.d/78-sound-card.rules
+++ b/rules/rules.d/78-sound-card.rules
@@ -63,13 +63,6 @@ ATTR{pcmC%nD0p/pcm_class}=="modem", ENV{SOUND_CLASS}="modem", GOTO="sound_end"
# Identify cards on the internal PCI bus as internal
SUBSYSTEMS=="pci", DEVPATH=="*/0000:00:??.?/sound/*", ENV{SOUND_FORM_FACTOR}="internal", GOTO="sound_end"
-# Recognize good old WinTV cards and those based on saa7134 as TV cards
-SUBSYSTEMS=="pci", DRIVERS=="Bt87x", ENV{SOUND_FORM_FACTOR}="tv", GOTO="sound_end"
-SUBSYSTEMS=="pci", DRIVERS=="saa7134", ENV{SOUND_FORM_FACTOR}="tv", GOTO="sound_end"
-
-# Hmm, do we really want this database here?
-SUBSYSTEMS=="usb", ATTRS{idVendor}=="0471", ATTRS{idProduct}=="0311", ENV{SOUND_FORM_FACTOR}="webcam", GOTO="sound_end"
-
# Devices that also support Image/Video interfaces are most likely webcams
SUBSYSTEMS=="usb", ENV{ID_USB_INTERFACES}=="*:0e????:*", ENV{SOUND_FORM_FACTOR}="webcam", GOTO="sound_end"