attilio
97f5b68b22
Add the support for the Globetrotter Max 3.6 HSDPA Modem.
...
PR: usb/118374
Submitted by: Greg Rivers <gcr at tharned dot org>
2008-06-05 16:56:56 +00:00
kan
31ed4092c5
Add device ID for AnyDATA ADU-500A EV-DO modem.
...
Submitted by: Oleksandr Tatmanyants
PR: 118479
2008-06-03 03:31:53 +00:00
kan
81b9f7a76c
Add vendor/device IDs for Novatel U740 repackaged by Dell.
...
Submitted by: David Gilbert
PR: 122803
2008-06-03 03:13:57 +00:00
flz
dcaee39296
Add support for Verizon v740 to ubsa(4).
...
PR: usb/122610
Submitted by: Randi Harper <randi@freebsdgirl.com>
MFC after: 3 days
2008-04-09 22:20:28 +00:00
rpaulo
4e702aed16
Add Qualcomm ZTE CMDMA MSM modem to the list of supported modems.
...
MFC after: 1 week
2008-03-28 14:20:06 +00:00
pav
5e8a691ad8
- Add support for Axesstel MV100H, as used on CDMA network operated by O2 CZ
2008-02-26 18:12:32 +00:00
imp
cb04c4ce6c
add support for Option GlobeTrotter 3G+
...
(PR says this may be from OpenBSD)
Submitted by: Simun Mikecin
PR: 111710
Approved by: re (kensmith, blanket)
2007-06-22 05:56:05 +00:00
imp
84d4dbb618
s/logprintf/printf/g
...
Approved by: re@
2007-06-20 05:11:37 +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
imp
c346925bbf
Prefer device_printf over printf.
2007-06-11 06:14:42 +00:00
imp
582ec1f8d6
Kill devinfo stuff. It is no longer needed.
...
Kill bogus bzero as necessary.
Minor tidy.
Expand USB_ATTACH_SETUP inline where needed.
2007-06-09 06:39:43 +00:00
brueffer
13b0911919
Remove compat ifdefs for version < 500014 from the rest of the USB files.
...
Approved by: rwatson (mentor)
MFC after: 1 week
2007-06-07 09:29:37 +00:00
maxim
1b8de9281a
o Add AnyData ADU-E100H modem. Sort a list of ubsa(4) supported devices.
...
PR: usb/95803
Submitted by: Jindrich Fucik
Tested by: R.Mahmatkhanov
MFC after: 2 weeks
2007-05-08 18:51:40 +00:00
le
44223c20a4
Add support for Huawei Technologies Mobile card (3G).
...
Submitted by: Thorsten Schroeder <ths_AT_dev.io>
MFC in: 3 days
2007-02-09 15:59:28 +00:00
le
176abfa169
Add support for another 3G card and update man page accordingly.
...
The patch from the PR was a little outdated w/regards to the
Vodafone vendor string.
PR: kern/106033
Submitted by: Volker Werth <volker_AT_vwsoft.com>
MFC in: 3 days
2007-02-04 22:14:18 +00:00
kevlo
c5102b6b12
Add support for Option GT 3G/3G quad datacard in ubsa.
...
Approved by: cognet
2006-10-31 02:27:24 +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
imp
4b319958e7
Start each of the license/copyright comments with /*-, minor shuffle of lines
2005-01-06 01:43:34 +00:00
le
5c9ce88de1
Add support for the Vodafone Mobile Connect 3G datacard.
2004-10-16 21:27:28 +00:00
kan
00b5d02fd0
Use a taskqueue rather than an swi to handle deferred notifications.
...
Obtained from: same change for umct(4) driver.
2004-10-15 03:44:56 +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
imp
785484ac54
It appears that we don't need sys/vnode.h, which is a layering violation...
2004-01-02 05:16:01 +00:00
akiyama
5dac3c1caa
Apply some fixups in the driver_t's.
...
MFC after: 1 week
2003-11-16 12:13:39 +00:00
johan
54cb274195
Remove duplicate
...
#include <sys/cdefs.h>
__FBSDID(...);
Leave the one matching the other files in this directory.
2003-11-14 11:09:45 +00:00
joe
7241c9b300
Make it easier to run this code on RELENG_4.
...
Submitted by: luoqi
2003-10-04 21:41:01 +00:00
obrien
c63dab466c
Use __FBSDID().
...
Also some minor style cleanups.
2003-08-24 17:55:58 +00:00
kan
a97abf3f49
Use swi to process port status changes. Calling ucom layer directly
...
from interrupt handler panics the machine.
2003-07-14 20:26:37 +00:00
imp
cf874b345d
Back out M_* changes, per decision of the TRB.
...
Approved by: trb
2003-02-19 05:47:46 +00:00
alfred
bf8e8a6e8f
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
...
Merge M_NOWAIT/M_DONTWAIT into a single flag M_NOWAIT.
2003-01-21 08:56:16 +00:00
kan
d09fe4b5dc
Do not print the value of sc pointer before is has been ininialized.
2003-01-02 02:46:13 +00:00
kan
87a760eb6f
Create debug sysctl nodes if USB_DEBUG is defined.
...
UBSA_DEBUG is inconsistent with other drivers.
2003-01-02 02:38:57 +00:00
kan
59d5e4480c
Whitespace fixes per style(9)
...
Approved by: obrien
2002-10-19 21:58:11 +00:00
kan
cb71b7bb07
Add device driver for Belkin F5U103 and compatible USB-to-serial adapters.
...
Reviewed by: n_hibma
Approved by: obrien
2002-10-08 03:09:57 +00:00