~ubuntu-branches/ubuntu/lucid/devicekit-disks/lucid

« back to all changes in this revision

Viewing changes to debian/patches/06-show-MMC-MemStick-cards-by-default.patch

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2009-11-05 23:05:32 UTC
  • mfrom: (1.2.1 upstream) (6.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20091105230532-77115abmhg7m7pfi
Tags: 009-1ubuntu1
* Sync to Debian unstable.
* Disable 08-dont-probe-dm-devices.patch; our lvm2 package and its rules is
  too old for this still.
* debian/rules: Install devkit-disks-dm-export again.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
From 6b4098ecf6bde0e74f3c011a28dd57c86ef235ef Mon Sep 17 00:00:00 2001
2
 
From: Maxim Levitsky <maximlevitsky@gmail.com>
3
 
Date: Fri, 9 Oct 2009 14:57:38 +0200
4
 
Subject: [PATCH 5/5] show MMC/MemStick cards by default
5
 
 
6
 
The previous whitelist in the udev rules ignored them.
7
 
 
8
 
https://bugs.freedesktop.org/show_bug.cgi?id=24053
9
 
---
10
 
 data/95-devkit-disks.rules |    2 +-
11
 
 1 files changed, 1 insertions(+), 1 deletions(-)
12
 
 
13
 
diff --git a/data/95-devkit-disks.rules b/data/95-devkit-disks.rules
14
 
index 2703e10..fbb85a0 100644
15
 
--- a/data/95-devkit-disks.rules
16
 
+++ b/data/95-devkit-disks.rules
17
 
@@ -143,7 +143,7 @@ ENV{ID_FS_TYPE}=="ntfs|vfat", \
18
 
 #
19
 
 
20
 
 ENV{DKD_PRESENTATION_NOPOLICY}="1"
21
 
-KERNEL=="sd*|hd*|sr*", ENV{DKD_PRESENTATION_NOPOLICY}="0"
22
 
+KERNEL=="sd*|hd*|sr*|mmcblk*|mspblk*", ENV{DKD_PRESENTATION_NOPOLICY}="0"
23
 
 
24
 
 ##############################################################################################################
25
 
 
26
 
1.6.3.3
27