DragonFly users List (threaded) for 2008-01
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: USB scanner unrecognized on 1.11-DEVELOPMENT
On Tue, 15 Jan 2008 11:06:21 +0100
Matthias Schmidt <matthias@dragonflybsd.org> wrote:
> I'm currently preparing a mass update of USB quirks
Sorry for the hijack - but could you include this one :)
Index: sys/bus/cam/scsi/scsi_da.c
===================================================================
RCS file: /home/dcvs/src/sys/bus/cam/scsi/scsi_da.c,v
retrieving revision 1.52
diff -u -r1.52 scsi_da.c
--- sys/bus/cam/scsi/scsi_da.c 2 Dec 2007 16:38:11 -0000 1.52
+++ sys/bus/cam/scsi/scsi_da.c 7 Jan 2008 12:16:18 -0000
@@ -554,6 +554,13 @@
{T_DIRECT, SIP_MEDIA_REMOVABLE, "ChipsBnk", "USB*",
"*"}, /*quirks*/ DA_Q_NO_SYNC_CACHE
},
+ {
+ /*
+ * USB 2.0 (HS) Flash Disk MP3 player doesn't like sync cache
+ */
+ {T_DIRECT, SIP_MEDIA_REMOVABLE, "USB 2.0", "(HS) Flash Disk", "*"},
+ /*quirks*/ DA_Q_NO_SYNC_CACHE
+ },
};
static d_open_t daopen;
--
C:>WIN | Directable Mirror Arrays
The computer obeys and wins. | A better way to focus the sun
You lose and Bill collects. | licences available see
| http://www.sohara.org/
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]