n_hibma
7ce828dea0
Typo.
2008-10-10 20:05:15 +00:00
imp
458cfea006
Finish removal of usb_port.h macros.
2007-06-18 22:27:57 +00:00
imp
3df4a89c17
Expand USB_MATCH_START
2007-06-17 16:24:49 +00:00
imp
6e9a478638
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
imp
d4a700c2dc
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
mjacob
5c399debdb
Initialize devname.
2007-06-10 01:28:26 +00:00
imp
6b57bca6dc
Remove devinfo junk.
...
Remove bogus bzero/memset
Expand USB_ATTACH_SETUP
Minor nits
2007-06-09 06:42:19 +00:00
imp
28b388f478
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
imp
443562c936
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
glebius
d47092b07f
Typo: s/fint/find/
2006-02-12 17:32:59 +00:00
scottl
4a0945bc22
Use a taskqueue rather than an swi to handle deferred notifications.
2004-10-05 04:03:00 +00:00
sanpei
04b83a573c
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
imp
f9dd4765eb
MFp4: First batch of dev/usb/usbdevs.h -> usbdevs.h changes.
2004-06-27 12:41:44 +00:00
phk
9d102d7d5a
Add missing <sys/module.h> includes
2004-05-30 20:08:47 +00:00
akiyama
5dac3c1caa
Apply some fixups in the driver_t's.
...
MFC after: 1 week
2003-11-16 12:13:39 +00:00
obrien
c63dab466c
Use __FBSDID().
...
Also some minor style cleanups.
2003-08-24 17:55:58 +00:00
wpaul
f881e4543a
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
jmg
4ae39a51c0
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
scottl
4c746c7d28
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