Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 1 | -1/+1 |
| | |||||
* | Add support for the Vodafone Mobile Connect 3G datacard. | le | 2004-10-16 | 1 | -0/+2 |
| | |||||
* | Use a taskqueue rather than an swi to handle deferred notifications. | kan | 2004-10-15 | 1 | -25/+9 |
| | | | | Obtained from: same change for umct(4) driver. | ||||
* | MFp4: First batch of dev/usb/usbdevs.h -> usbdevs.h changes. | imp | 2004-06-27 | 1 | -1/+1 |
| | |||||
* | Add missing <sys/module.h> includes | phk | 2004-05-30 | 1 | -0/+1 |
| | |||||
* | It appears that we don't need sys/vnode.h, which is a layering violation... | imp | 2004-01-02 | 1 | -1/+0 |
| | |||||
* | Apply some fixups in the driver_t's. | akiyama | 2003-11-16 | 1 | -1/+1 |
| | | | | MFC after: 1 week | ||||
* | Remove duplicate | johan | 2003-11-14 | 1 | -3/+0 |
| | | | | | | | #include <sys/cdefs.h> __FBSDID(...); Leave the one matching the other files in this directory. | ||||
* | Make it easier to run this code on RELENG_4. | joe | 2003-10-04 | 1 | -0/+12 |
| | | | | Submitted by: luoqi | ||||
* | Use __FBSDID(). | obrien | 2003-08-24 | 1 | -0/+3 |
| | | | | Also some minor style cleanups. | ||||
* | Use swi to process port status changes. Calling ucom layer directly | kan | 2003-07-14 | 1 | -0/+20 |
| | | | | from interrupt handler panics the machine. | ||||
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -2/+2 |
| | | | | Approved by: trb | ||||
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -2/+2 |
| | | | | Merge M_NOWAIT/M_DONTWAIT into a single flag M_NOWAIT. | ||||
* | Do not print the value of sc pointer before is has been ininialized. | kan | 2003-01-02 | 1 | -1/+2 |
| | |||||
* | Create debug sysctl nodes if USB_DEBUG is defined. | kan | 2003-01-02 | 1 | -1/+1 |
| | | | | UBSA_DEBUG is inconsistent with other drivers. | ||||
* | Whitespace fixes per style(9) | kan | 2002-10-19 | 1 | -11/+10 |
| | | | | Approved by: obrien | ||||
* | Add device driver for Belkin F5U103 and compatible USB-to-serial adapters. | kan | 2002-10-08 | 1 | -0/+739 |
Reviewed by: n_hibma Approved by: obrien |