summaryrefslogtreecommitdiff
path: root/sys/dev/usb/ulpt.c
AgeCommit message (Expand)Author
2001-12-31Make a typedef for struct proc to make portingeasier.augustss
2001-11-29Plug a memory leak in an error case.augustss
2001-11-13add RCSIDslukem
2001-10-19Match printers that report their interface as IEEE 1284 in addition tonathanw
2001-04-16Use the bi-directional protocol if the printer supports it.augustss
2001-01-07Try both the old (wrong) and new SOFT_RESET request type.augustss
2000-12-29Update many URLs.augustss
2000-12-05Make sure to increment reference count while the (lengthy) openingaugustss
2000-06-01Bring the coding style into the 80s, i.e., get rid of __P and useaugustss
2000-04-27Change my email address.augustss
2000-04-14Fix a typo in a comment.augustss
2000-03-29Some OpenBSD portability fixes.augustss
2000-03-27Change (almost) all static to Static. The symbol `Static' can then be definedaugustss
2000-03-06Remove irrelevant comment.augustss
2000-02-29Distinguish between device and interface classes.augustss
2000-02-02Generate usb events on attach and detach.augustss
1999-11-18Cosmetic changes and some small improvements. From FreeBSD and Nick Hibma.augustss
1999-11-17A few more purely stylistic changes that I missed in the last round.augustss
1999-11-12A number of stylistic changes to increase readability (many suggestedaugustss
1999-10-13Merge in a large batch of changes from Nick Hibma <hibma@skylink.it> soaugustss
1999-10-12Add an event mechanism so that a userland process can watch devices comeaugustss
1999-09-15Use a bigger buffer when transferring data.augustss
1999-09-12Add a flag in the request to determine if the data copying is done by theaugustss
1999-09-11Pre-allocate the DMA buffer. This makes the driver slightly more efficient.augustss
1999-09-10Comment out the GET_DEVICE_ID code, because for some unknown reason itaugustss
1999-09-09Change the internal API to allow DMA buffers to be pre-allocated byaugustss
1999-09-05Change the way the `struct device' base part of all driver softc areaugustss
1999-09-04Change the way the direction is extracted from the endpoint descriptor.augustss
1999-08-28Change some 'struct device' to 'bdevice'. From FreeBSD.augustss
1999-08-23Make sure to mark the device as dying already in the (de)activate routine.augustss
1999-08-23At attach time, get and print (parts of) the IEEE 1284 device id.augustss
1999-08-22Simplify ulptwrite() by calling usbd_bulk_transfer(). This also makesaugustss
1999-08-14Some changes from FreeBSD (no functional differences).augustss
1999-07-14Avoid crashing if we are forced to close() before teh open() completedaugustss
1999-06-30Totally redo the way device detach is done. It now uses a kernel eventaugustss
1999-01-10Update/add URLs to relevant USB specs.augustss
1999-01-08Various little fixes from the FreeBSD version.augustss
1998-12-30Remove #include that slipped in at FreeBSD merge.augustss
1998-12-26Merge changes to make the USB stack work with FreeBSD. The originalaugustss
1998-12-09Improvement to the ugen driver.augustss
1998-12-08Take care of return code from uiomove().augustss
1998-12-02Even shorter printfs at attach.augustss
1998-12-02Avoid wrapping lines in attach printfs.augustss
1998-11-25Make the copyright header conform to the NetBSD template.augustss
1998-07-25Don't print device class in attach message.augustss
1998-07-12Add USB support. Supported so far:augustss