Nick Hibma
6b386d393c
Typo.
2008-10-10 20:05:15 +00:00
Warner Losh
70f16d924f
Finish removal of usb_port.h macros.
2007-06-18 22:27:57 +00:00
Warner Losh
fc5d431363
Expand USB_MATCH_START
2007-06-17 16:24:49 +00:00
Warner Losh
778e5b6687
Expand USB_DETACH, USB_ATTACH and USB_MATCH inline. No functional
...
change, and MD5's appear to be the same.
2007-06-13 05:37:59 +00:00
Warner Losh
645016c0e4
Expand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and eliminate from
...
usb_port.h. They aren't needed, and are a legacy of this code's past.
2007-06-12 15:37:19 +00:00
Matt Jacob
cffc6c3fe1
Initialize devname.
2007-06-10 01:28:26 +00:00
Warner Losh
a5b1cb0cd0
Remove devinfo junk.
...
Remove bogus bzero/memset
Expand USB_ATTACH_SETUP
Minor nits
2007-06-09 06:42:19 +00:00
Warner Losh
2deae8fa2f
More removing compatibility macros.
...
md5 still the same.
"Dave, stop. I feel my mind slipping away." -- hal
2006-09-07 00:06:42 +00:00
Warner Losh
56635f6bd3
s/Static/static/g
...
s/device_ptr_t/device_t/g
No md5 changes in the .o's
# Note to the md5 tracking club: $FreeBSD$ changes md5 after every commit
# so you need to checkout -kk to get $FreeBSD$ instead of the actual value
# of the keyword.
2006-09-06 23:44:25 +00:00
Gleb Smirnoff
2ce61916c2
Typo: s/fint/find/
2006-02-12 17:32:59 +00:00
Scott Long
8aebfc9c7e
Use a taskqueue rather than an swi to handle deferred notifications.
2004-10-05 04:03:00 +00:00
MIHIRA Sanpei Yoshiro
9caf2e9831
Add support for Belkin F5U409 serial-usb adapter
...
PR: kern/69804
Submitted by: Dan Nelson <dnelson@allantgroup.com>
2004-08-07 23:45:04 +00:00
Warner Losh
d1458cfdf4
MFp4: First batch of dev/usb/usbdevs.h -> usbdevs.h changes.
2004-06-27 12:41:44 +00:00
Poul-Henning Kamp
fe12f24bb0
Add missing <sys/module.h> includes
2004-05-30 20:08:47 +00:00
Shunsuke Akiyama
6702d85006
Apply some fixups in the driver_t's.
...
MFC after: 1 week
2003-11-16 12:13:39 +00:00
David E. O'Brien
aad970f1fe
Use __FBSDID().
...
Also some minor style cleanups.
2003-08-24 17:55:58 +00:00
Bill Paul
39e674767e
Add a workaround for the USB_PRODUCT_MCT_SITECOM_USB232 device: limit
...
the bulk out buffer size to 16 bytes. The bulk out endpoint descriptor
reports 32 bytes, but if you use this value, data will get dropped.
Reviewed/approved by: scottl
2003-07-07 18:01:23 +00:00
John-Mark Gurney
c97325b0c8
WARNING: white space diff
...
This code reduces the number of trailing white space to be more in line
w/ NetBSD. I don't regenerate usbdevs, saving that for when it really
changes.
2003-07-04 01:50:39 +00:00
Scott Long
871f5c8c2d
Add 'umct', a driver for MCT Corp. and Belkin F5U109 USB-Serial adapters.
...
This is based on the ubsa driver by Alexander Kabaev along with documentation
gleaned from the Linux mct_u232 driver. I've had this driver sitting in my
tree for almost 6 months, and several others have found it useful.
2003-06-28 05:45:55 +00:00