From: Herton Ronaldo Krzesinski <herton@mandriva.com.br>
To: linux-hotplug@vger.kernel.org
Subject: [PATCH] extras/modem-modeswitch: fix eject of fake CD-ROMs
Date: Tue, 20 Oct 2009 22:00:33 +0000 [thread overview]
Message-ID: <200910202000.33814.herton@mandriva.com.br> (raw)
Fix the udev rule so we make sure it is called when the block device is
really added, so eject is called with proper block device for ZTE
modems.
---
| 11 ++++++++---
1 files changed, 8 insertions(+), 3 deletions(-)
please CC me if replying, I'm not subscribed to linux-hotplug
--git a/extras/modem-modeswitch/61-mobile-action.rules b/extras/modem-modeswitch/61-mobile-action.rules
index 9116b25..9d5ca02 100644
--- a/extras/modem-modeswitch/61-mobile-action.rules
+++ b/extras/modem-modeswitch/61-mobile-action.rules
@@ -1,4 +1,4 @@
-ACTION!="add", GOTO="mobile_action_end"
+ACTION!="add", GOTO="zerocd_eject_end"
SUBSYSTEM="usb", ATTR{bDeviceClass}="00|ff", ATTR{bDeviceSubClass}="00|ff", ENV{DEVTYPE}="usb_device", GOTO="mobile_action_switch"
GOTO="mobile_action_end"
@@ -6,9 +6,14 @@ GOTO="mobile_action_end"
LABEL="mobile_action_switch"
ATTRS{idVendor}="0df7", ATTRS{idProduct}="0800", RUN+="modem-modeswitch -v 0x%s{idVendor} -p 0x%s{idProduct} -t mobile-action-8280p"
+LABEL="mobile_action_end"
+
# modem-modeswitch does not work with these devices, the fake CD-ROM needs to be ejected
-# ZTE MF6xx
+SUBSYSTEM="block", ENV{ID_BUS}="usb", ENV{ID_USB_DRIVER}="usb-storage", ENV{ID_CDROM}="1", GOTO="zerocd_eject"
+GOTO="zerocd_eject_end"
+
+LABEL="zerocd_eject"
ATTRS{idVendor}="19d2", ATTRS{idProduct}="2000", RUN+="/usr/bin/eject %k"
-LABEL="mobile_action_end"
+LABEL="zerocd_eject_end"
--
1.6.4.4
next reply other threads:[~2009-10-20 22:00 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-20 22:00 Herton Ronaldo Krzesinski [this message]
2009-10-20 22:14 ` [PATCH] extras/modem-modeswitch: fix eject of fake CD-ROMs Martin Pitt
2009-10-20 22:30 ` Herton Ronaldo Krzesinski
2009-10-21 2:53 ` Andrey Borzenkov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200910202000.33814.herton@mandriva.com.br \
--to=herton@mandriva.com.br \
--cc=linux-hotplug@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).