detect USB floppy drives
authorDavid Zeuthen <davidz@redhat.com>
Sun, 22 Feb 2009 22:54:37 +0000 (17:54 -0500)
committerDavid Zeuthen <davidz@redhat.com>
Sun, 22 Feb 2009 22:54:37 +0000 (17:54 -0500)
src/95-devkit-disks.rules

index 4be161b..a1bd827 100644 (file)
@@ -82,6 +82,10 @@ SYSFS{idVendor}=="05e3", SYSFS{idProduct}=="070e", ENV{ID_INSTANCE}=="0:3", ENV{
 #
 SYSFS{idVendor}=="05ac", SYSFS{idProduct}=="1209", ENV{ID_DRIVE_REQUIRES_EJECT}="1"
 
+# USB floppy drives
+#
+SYSFS{bInterfaceClass}=="08", SYSFS{bInterfaceSubClass}=="04", ENV{ID_DRIVE_FLOPPY}="1"
+
 
 ##############################################################################################################