mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
The completely rewritten USB Mass Storage driver. It supports the following
devices: Tested: Zip 100 USB drive Y-E Data USB floppy drive Untested: (let me know whether or not it works!) TEAC USB floppy drive Zip 250 USB drive
This commit is contained in:
parent
5d6f1468bb
commit
bc51947397
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=58237
2669
sys/dev/usb/umass.c
2669
sys/dev/usb/umass.c
File diff suppressed because it is too large
Load Diff
@ -364,8 +364,8 @@ typedef struct {
|
||||
#define USUBCLASS_SCSI 6
|
||||
#define UPROTO_MASS_CBI_I 0
|
||||
#define UPROTO_MASS_CBI 1
|
||||
#define UPROTO_MASS_BULK 2
|
||||
#define UPROTO_MASS_BULK_P 80 /* 'P' for the Iomega Zip drive */
|
||||
#define UPROTO_MASS_BBB 2
|
||||
#define UPROTO_MASS_BBB_P 80 /* 'P' for the Iomega Zip drive */
|
||||
#define UCLASS_HUB 9
|
||||
#define USUBCLASS_HUB 0
|
||||
#define UCLASS_DATA 10
|
||||
|
Loading…
Reference in New Issue
Block a user