mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Add a define for the Zip 250
This commit is contained in:
parent
c927ee19a4
commit
6fb8656a29
1 changed files with 2 additions and 1 deletions
|
|
@ -272,7 +272,8 @@ struct umass_softc {
|
|||
unsigned char drive;
|
||||
# define DRIVE_GENERIC 0 /* use defaults for this one */
|
||||
# define ZIP_100 1 /* to be used for quirks */
|
||||
# define SHUTTLE_EUSB 2
|
||||
# define ZIP_250 2 /* to be used for quirks */
|
||||
# define SHUTTLE_EUSB 3
|
||||
|
||||
unsigned char quirks;
|
||||
/* The drive does not support Test Unit Ready. Convert to
|
||||
|
|
|
|||
Loading…
Reference in a new issue