1 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-base-4.18.0/root/usr/share/hal/fdi/95userpolicy/usb-rev35-drive.fdi mezzanine_patched_e-smith-base-4.18.0/root/usr/share/hal/fdi/95userpolicy/usb-rev35-drive.fdi |
2 |
--- e-smith-base-4.18.0/root/usr/share/hal/fdi/95userpolicy/usb-rev35-drive.fdi 1969-12-31 17:00:00.000000000 -0700 |
3 |
+++ mezzanine_patched_e-smith-base-4.18.0/root/usr/share/hal/fdi/95userpolicy/usb-rev35-drive.fdi 2008-01-07 21:09:34.000000000 -0700 |
4 |
@@ -0,0 +1,12 @@ |
5 |
+<?xml version="1.0" encoding="ISO-8859-1"?> <!-- -*- SGML -*- --> |
6 |
+<deviceinfo version="0.2"> |
7 |
+ <device> |
8 |
+ <match key="storage.bus" string="usb"> |
9 |
+ <match key="storage.vendor" string="Iomega"> |
10 |
+ <match key="storage.model" string="RRD"> |
11 |
+ <merge key="storage.policy.desired_mount_point" type="string">usbdisk</merge> |
12 |
+ </match> |
13 |
+ </match> |
14 |
+ </match> |
15 |
+ </device> |
16 |
+</deviceinfo> |