• Matthew Dharm's avatar
    [PATCH] PATCH: fix devices which don't support EVPD · 3cc8f6c9
    Matthew Dharm authored
    Apparently, some new 2.5 scsi code tries to get the vital product data
    pages using the INQUIRY command.  Unfortunately, most USB devices do not
    support this.
    
    The following patch intercepts all EVPD requests and responds with the
    per-spec response of "Illegal Request: Invalid field in CDB".
    3cc8f6c9
scsiglue.c 23.4 KB