2.4.36-stable kernel tree
Revision | ec30df8ea9ad19e55e593180c5e0bfda8568437f (tree) |
---|---|
Zeit | 2007-02-25 16:02:49 |
Autor | Gilles Espinasse <g.esp@free...> |
Commiter | Willy Tarreau |
[PATCH] usb-storage: HP-FDC-GOLD need US_FL_SINGLE_LUN
I wanted to make my USB floppy work on 2.4.
I added USB FDC GOLD-1.11 that needs US_FL_SINGLE_LUN
@@ -73,6 +73,14 @@ UNUSUAL_DEV( 0x03f0, 0x0307, 0x0001, 0x0001, | ||
73 | 73 | US_SC_8070, US_PR_SCM_ATAPI, init_8200e, 0), |
74 | 74 | #endif |
75 | 75 | |
76 | + | |
77 | +/* Reported by Gilles Espinasse <g.esp@free.fr> */ | |
78 | +UNUSUAL_DEV( 0x03f0, 0x2001, 0x0001, 0x9999, | |
79 | + "HP", | |
80 | + "USB FDC GOLD-1.11", | |
81 | + US_SC_DEVICE, US_PR_DEVICE, NULL, | |
82 | + US_FL_SINGLE_LUN ), | |
83 | + | |
76 | 84 | /* Reported by Sebastian Kapfer <sebastian_kapfer@gmx.net> |
77 | 85 | * and Olaf Hering <olh@suse.de> (different bcd's, same vendor/product) |
78 | 86 | * for USB floppies that need the SINGLE_LUN enforcement. |