Hans Petter Selasky
c61ee529ff
Actually change the USB_PORT_ROOT_RESET_DELAY definition as stated in
...
the r241987 commit message, instead of having users locally overriding
the value using tunables in /boot/loader.conf .
Found by: Adam Parco
Discussed with: Nick Hibma
2014-10-22 07:50:19 +00:00
Kevin Lo
b1c5d8f7c3
Fix the kernel panic in hostap mode.
...
rvp->beacon_mbuf was NULL in run_update_beacon().
PR: 189405
Submitted by: Gabor Simon <gabor.simon75 at gmail.com>
MFC after: 3 days
2014-10-22 03:32:27 +00:00
Kevin Lo
7eb884645c
Add the Intel BayTrail USB device which needs port routing for USB 3.0.
...
Tested on the BayTrail E3845 platform.
Reviewed by: hselasky
2014-10-21 07:24:58 +00:00
Hans Petter Selasky
e17bdf9f1b
Add support for new USB 3G device.
...
Submitted by: gabor@zahemszky.hu
MFC after: 1 week
2014-10-18 15:11:13 +00:00
Hans Petter Selasky
d60bfba9d6
Add support for new USB 3G device.
...
Submitted by: gabor@zahemszky.hu
MFC after: 1 week
2014-10-17 13:40:17 +00:00
Joerg Wunsch
374e43f2e3
Add the Dresden Elektronik deRFnode device to uftdi(4).
...
MFC after: 1 week
2014-10-16 19:53:32 +00:00
Hans Petter Selasky
77d68af5df
Add sysctl knob to disable port power on a specific USB HUB. You need
...
to reset the USB HUB using "usbconfig -d X.Y reset" or boot having the
setting in /boot/loader.conf before it activates.
2014-10-09 14:43:43 +00:00
Hans Petter Selasky
f80ccb40c7
Refine support for disabling USB enumeration to allow device detach
...
and suspend and resume of existing devices.
MFC after: 2 weeks
2014-10-09 06:24:06 +00:00
Gavin Atkinson
c5dcd62615
It looks like an entry for the R215 is not required in cdce(4) after all.
2014-10-08 19:49:10 +00:00
Hans Petter Selasky
c38aa2537b
Add support for disabling USB enumeration in general or on selected
...
USB HUBs.
MFC after: 2 weeks
2014-10-08 07:00:50 +00:00
Gavin Atkinson
4c62148d7b
Support the Vodafone R215 LET USB dongle, which is apparently a rebadged
...
E5372 with different product IDs.
Interestingly, the standard E5372 IDs (12d1:1506) are currently listed in
u3g.c and are the same as the E3131. However, the R215/E5372 is an NCM
device and works well with cdce(4) whereas the E3131 isn't. More work
may be needed to better identify the other device IDs.
MFC after: 1 week
2014-10-07 19:07:50 +00:00
Hans Petter Selasky
b06d477b3c
When we fail to get a USB reference we should just return, because
...
there are no more references held.
MFC after: 3 days
2014-10-03 16:09:46 +00:00
Hans Petter Selasky
30c6f4bac5
Fix XHCI driver for devices which have more than 15 physical root HUB
...
ports. The current bitmap array was too small to hold more than 16
bits and would at some point toggle the context size, which then would
trigger an enumeration fault and cause a fallback to the EHCI
companion controller, if any.
MFC after: 3 days
2014-10-03 15:58:04 +00:00
Hans Petter Selasky
8b0569ba8f
Make sure we always set the maximum number of valid contexts.
...
MFC after: 3 days
2014-10-02 16:56:00 +00:00
Hans Petter Selasky
e8fa59aa5e
Add new USB ID.
...
PR: 194091
MFC after: 3 days
2014-10-02 12:27:41 +00:00
Hans Petter Selasky
a4a51f054d
Set default cycle state in case of early interrupts.
...
MFC after: 3 days
2014-10-01 07:34:49 +00:00
Gavin Atkinson
cd8d304e79
Add new (untested) device IDs to smsc(4)
...
MFC after: 1 week
2014-09-26 08:16:26 +00:00
Gavin Atkinson
265f42be76
Move the ARM Samsung s3c2xx0 support files into the samsung directory, to
...
match other platforms.
Discussed with: andrew
2014-09-25 11:38:26 +00:00
Hans Petter Selasky
090817577b
Some XHCI hardware requires dropping the endpoint context before
...
adding it again.
MFC after: 3 days
Submitted by: Kohji Okuno <okuno.kohji@jp.panasonic.com>
2014-09-22 10:21:42 +00:00
Hans Petter Selasky
9dc2190371
Add new USB IDs.
...
PR: 193775
MFC after: 1 week
2014-09-19 16:06:54 +00:00
Gleb Smirnoff
a001989d9b
Mechanically convert to if_inc_counter().
2014-09-19 10:35:56 +00:00
Gleb Smirnoff
ecc70d3f9e
Mechanically convert to if_inc_counter().
2014-09-18 21:09:22 +00:00
Brooks Davis
58ab5b0a13
Fix some extra whitespace noticed when reviewing git diffs.
2014-09-16 17:07:32 +00:00
Hans Petter Selasky
b75ac2ba76
Workaround for receiving Voice Calls using the E1750 dongle from
...
Huawei. It might appear as if the firmware is allocating memory blocks
according to the USB transfer size and if there is initially a lot of
data, like at the answering machine prompt, it simply dies without any
apparent reason. The simple workaround for this is to force a zero
length packet at hardware level after every 512 bytes of data. This
will force the other side to use smaller memory blocks aswell.
MFC after: 1 week
2014-09-12 22:40:12 +00:00
Kevin Lo
141aa3b93a
Drop frames that have larger than MCLBYTES.
2014-09-09 05:21:31 +00:00
Kevin Lo
6bd03b20fd
The USB LED driver for the Dream Cheeky WebMail Notifier.
...
Reviewed by: hselasky
2014-09-05 11:25:58 +00:00
Alexander Motin
4255b98bc1
Add IDs for Intel Patsburg USB 2.0 controller.
2014-09-05 07:42:34 +00:00
Hans Petter Selasky
6301574838
Fix spelling.
...
PR: 193279
MFC after: 1 week
2014-09-03 13:15:16 +00:00
Hans Petter Selasky
7b520cfbc5
Add new quirk.
...
PR: 193279
MFC after: 1 week
2014-09-03 11:46:43 +00:00
Hans Petter Selasky
6084a8c0ec
Fix logical error.
...
MFC after: 3 days
2014-09-03 05:14:50 +00:00
Kevin Lo
15cb19cd6a
Fix typo: s/mac_rev/mac_ver/
...
Submitted by: Stefan Sperling <stsp at openbsd dot org>
2014-08-26 02:20:37 +00:00
Kevin Lo
51a25d3479
If eapol packets are sent at the lowest rate, key negotiation will
...
become more reliable.
Submitted by: Akinori Furukoshi <moonlightakkiy at yahoo dot ca>
2014-08-20 01:32:04 +00:00
Kevin Lo
d4bcd25553
Add the D-Link DWA-125 rev D1.
...
Tested by myself.
2014-08-20 01:26:27 +00:00
Kevin Lo
7e1c22c476
Sort ASUS section and add USB device ID of ASUS USB-AC51.
2014-08-19 09:02:58 +00:00
Hans Petter Selasky
14607326b9
Make sure the USB audio level residue is non-zero.
2014-08-07 12:47:25 +00:00
Glen Barber
a74c18162d
Add device ID for the Chicony USB 2.0 HD UVC Webcam
...
found on the Asus X550LA.
Reviewed by: sbruno
Sponsored by: The FreeBSD Foundation
2014-08-05 19:43:44 +00:00
Hans Petter Selasky
5ec70ad261
- Implement fast interrupt handler to save CPU usage.
...
- Cleanup some register reads and writes to use existing register
access macros.
- Ensure code which only applies to the control endpoint is not run
for other endpoints in the data transfer path.
MFC after: 3 days
2014-08-05 18:48:12 +00:00
Hans Petter Selasky
ae369036ec
Add handler for read-back of USB audio volume levels.
2014-08-05 18:35:34 +00:00
Hans Petter Selasky
88e27ba861
- Ensure code which only applies to the control endpoint is not run
...
for other endpoints in the data transfer path.
- Ensure all bits of the "EPCON" register is written during
initialisation.
MFC after: 3 days
2014-08-05 13:36:26 +00:00
Nick Hibma
c376f4397d
Add support for Huawei E3272 modems which are supported by the CDC
...
ethernet class.
Note: This is untested as I do not have a device like this. That is
reflected in the MFC timeout.
PR: 192345
Submitted by: rozhuk.im gmail.com
MFC after: 4 weeks
2014-08-05 12:08:50 +00:00
Nick Hibma
273e613024
don't OR integer error values together as this does not make sense.
...
Instead bail on the first failed command.
2014-08-05 11:50:16 +00:00
Nick Hibma
dc26b3369f
Return USB_ERR_INVAL if the eject method is not known.
...
PR: 145319
Submitted by: rozhuk.im gmail.com
2014-08-05 09:59:16 +00:00
Nick Hibma
c5377460ea
Add a second Huawei SCSI eject command as USB mode switch config files
...
sometimes use one or the other. Maybe newer Huawei modems switched.
Add a quirk for it as well.
PR: 145319
Submitted by: rozhuk.im gmail.com
2014-08-05 09:35:25 +00:00
Nick Hibma
e28d2b2275
Reset the error value in the softc before starting a BBB transfer.
...
PR: 145319
Submitted by: rozhuk.im gmail.com
MFC after: 3 days
2014-08-05 08:48:24 +00:00
Nick Hibma
89fc30aaa5
Add ID for Novatel MC990D to u3g.
...
PR: 145319
Submitted by: rozhuk.im gmail.com
MFC after: 3 days
2014-08-05 08:29:16 +00:00
Nick Hibma
7ae432c00d
Remove unused defines.
...
Fix some device_printf's that were missing '\n' at the end or had
speling errors.
PR: 145319
Submitted by: rozhuk.im gmail.com
2014-08-05 08:24:41 +00:00
Hans Petter Selasky
f9478f91fb
Add new USB phone descriptor template for USB device side mode.
...
MFC after: 3 days
2014-08-05 07:03:16 +00:00
Hans Petter Selasky
c3ccd2bf8c
Fix for deadlock in USB device side mode.
...
MFC after: 3 days
2014-08-05 06:38:21 +00:00
Hans Petter Selasky
c65494287f
Rename driver name a bit to avoid unit number confusion in dmesg.
...
MFC after: 3 days
2014-08-05 06:37:07 +00:00
Hans Petter Selasky
6d3fae9533
- Implement fast interrupt handler to save CPU usage.
...
- Add support for striding register offsets.
- Cleanup some register reads and writes to use existing register
access macros.
2014-08-05 06:33:59 +00:00