Nick Hibma
c1fc766d3f
1) Do not include usbdivar.h and access the interface descriptor through
...
usbd_get_interface_descriptor
2) remove soft reset. It's been dropped from the USB Mass Storage Bulk-Only
Specification
3) move the clear feature halt to the reset routine.
1999-06-20 15:46:13 +00:00
Nick Hibma
85dd1453b1
1) remove the soft reset after a command failed.
...
2) remove printing of errno and errstr
1999-06-13 22:09:14 +00:00
Nick Hibma
bb32aa3960
Add remark about where bInterfaceProtocol number for USB Zip drive comes
...
from. 0x50 == 'P' for protoype.
Obtained from: Pat LaVarre <LAVARRE@iomega.com> on linux-usb@suse.com
1999-06-04 12:41:42 +00:00
Nick Hibma
2eaf666111
Notify CAM of the removed device on detach.
1999-05-30 18:46:04 +00:00
Kenneth D. Merry
169b302922
Take out calls to cam_sim_set_basexfer_speed(), the base transfer speed is
...
now returned in the path inquiry CCB.
Submitted by: Nick Hibma <hibma@skylink.it>
1999-05-06 21:12:58 +00:00
Nick Hibma
4ea5aa83d4
Add new member for XPT_PATH_INQ, follows recent changes in
...
version v1.2 of cam_sim.h.
1999-05-06 20:58:37 +00:00
Nick Hibma
561a70bd94
Replace UE_GET_IN with UE_GET_DIR
...
Remove freeind of description. Is done by subr_bus.c.
1999-05-03 23:19:32 +00:00
Nick Hibma
b7b075a2a2
Add driver for the Iomega Zip 100 drive.
1999-05-02 21:54:05 +00:00