~ubuntu-branches/ubuntu/saucy/udisks/saucy-proposed

« back to all changes in this revision

Viewing changes to debian/patches/00git-sd-card-id.patch

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2011-03-11 18:08:40 UTC
  • Revision ID: james.westby@ubuntu.com-20110311180840-u25hs2rxgnfly7pv
Tags: 1.0.2-4
* 02-defer_smart_probing.patch: Try SMART probing again repeatedly while the
  daemon is inhibited. (LP: #580112)
* Add 00git-udf-permissions.patch: Ignore broken directory permissions on
  UDF when they are on readonly CD media. (LP: #635499)
* debian/control: Improve package description. Thanks Justin B Rye!
  (Closes: #614146)
* debian/control: Explain in the package description why udisks
  recommends/suggests file system creation/admin tools. (Closes: #595114)
* Activate support for udisks-tcp-bridge. Note that this is purely
  convenience and does not enable extra privileges (can do the same with ssh
  and dbus-send). This unbreaks the "Connect to server.." functionality in
  gnome-disk-utility. (LP: #568926)
  - debian/rules: Drop --disable-remote-access.
  - debian/udisks.install: Install Avahi service description file.
* Add debian/patches/00git-sd-card-id.patch: Add missing rule for
  identifying SD card readers as such. (LP: #460713)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
From d0cafeb4e9e64fcb660d11a197d8405f28bb5a95 Mon Sep 17 00:00:00 2001
 
2
From: Sitsofe Wheeler <sitsofe@yahoo.com>
 
3
Date: Thu, 10 Mar 2011 23:55:57 +0100
 
4
Subject: [PATCH] =?UTF-8?q?Bug=2032917=20=E2=80=94=20EeePC=20900=20SD=20card=20reader=20icon=20looks=20like=20a=20usb=20stick=20in=20GNOME?=
 
5
MIME-Version: 1.0
 
6
Content-Type: text/plain; charset=UTF-8
 
7
Content-Transfer-Encoding: 8bit
 
8
 
 
9
Add missing rule for identifying SD card readers as such.
 
10
 
 
11
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=32917
 
12
Bug-Ubuntu: https://launchpad.net/bugs/460713
 
13
---
 
14
 data/80-udisks.rules |    1 +
 
15
 1 files changed, 1 insertions(+), 0 deletions(-)
 
16
 
 
17
diff --git a/data/80-udisks.rules b/data/80-udisks.rules
 
18
index ef92e85..a8afe92 100644
 
19
--- a/data/80-udisks.rules
 
20
+++ b/data/80-udisks.rules
 
21
@@ -155,6 +155,7 @@ SUBSYSTEMS=="usb", ATTRS{idVendor}=="05ac", ATTRS{idProduct}=="8403", ENV{ID_DRI
 
22
 # Common theme
 
23
 #
 
24
 SUBSYSTEMS=="usb", ENV{ID_MODEL}=="*SD_Reader*", ENV{ID_DRIVE_FLASH_SD}="1"
 
25
+SUBSYSTEMS=="usb", ENV{ID_MODEL}=="*Reader*SD*", ENV{ID_DRIVE_FLASH_SD}="1"
 
26
 SUBSYSTEMS=="usb", ENV{ID_MODEL}=="*CF_Reader*", ENV{ID_DRIVE_FLASH_CF}="1"
 
27
 SUBSYSTEMS=="usb", ENV{ID_MODEL}=="*SM_Reader*", ENV{ID_DRIVE_FLASH_SM}="1"
 
28
 SUBSYSTEMS=="usb", ENV{ID_MODEL}=="*MS_Reader*", ENV{ID_DRIVE_FLASH_MS}="1"
 
29
-- 
 
30
1.7.4.1
 
31