#
d01755ed |
| 25-Jul-2012 |
Gavin Atkinson <gavin@FreeBSD.org> |
Update the list of devices supported by uplcom. Although this only adds one device (support for Motorola cables), this syncronises us with:
OpenBSD src/sys/dev/usb/uplcom.c 1.56 NetBSD src/sys/dev
Update the list of devices supported by uplcom. Although this only adds one device (support for Motorola cables), this syncronises us with:
OpenBSD src/sys/dev/usb/uplcom.c 1.56 NetBSD src/sys/dev/usb/uplcom.c 1.73 Linux kernel.org HEAD
MFC after: 1 week
show more ...
|
#
411e2f7f |
| 23-Jul-2012 |
Eygene Ryabinkin <rea@FreeBSD.org> |
u3g: add support for Huawei E392 LTE modem
I am using it rebranded and it carries the label "Megafon" (it is Russian mobile operator); works fine with my 3G network.
Approved by: hselasky
|
#
c6b5a9a0 |
| 16-Jul-2012 |
Hans Petter Selasky <hselasky@FreeBSD.org> |
Add new USB device ID.
PR: usb/169789 Submitted by: Ruslan Bukin MFC after: 1 week
|
#
6446f799 |
| 16-Jul-2012 |
Hans Petter Selasky <hselasky@FreeBSD.org> |
Add new USB device ID.
PR: usb/169789 MFC after: 1 week
|
#
48804d9c |
| 15-Jul-2012 |
Hans Petter Selasky <hselasky@FreeBSD.org> |
Add new USB device ID.
PR: usb/169789 MFC after: 1 week
|
#
de720122 |
| 15-Jul-2012 |
Gleb Smirnoff <glebius@FreeBSD.org> |
Merge head r236710 through r238467.
|
#
6cf87ec8 |
| 13-Jul-2012 |
Xin LI <delphij@FreeBSD.org> |
IFC @238412.
|
#
b652778e |
| 11-Jul-2012 |
Peter Grehan <grehan@FreeBSD.org> |
IFC @ r238370
|
#
be503393 |
| 09-Jul-2012 |
Hiroki Sato <hrs@FreeBSD.org> |
- Add support of the following USB devices to run(4):
* Logitec LAN-W150N/U2 * Buffalo WLI-UC-GNM2
- Add device id of Planex GW-USValue-EZ.
|
#
583cd669 |
| 03-Jul-2012 |
Hans Petter Selasky <hselasky@FreeBSD.org> |
Add new USB device ID.
Submitted by: Erich Dollansky MFC after: 1 week
|
#
e84260dc |
| 03-Jul-2012 |
Hans Petter Selasky <hselasky@FreeBSD.org> |
Add more quirks for USB mass storage adapters.
Submitted by: Erich Dollansky MFC after: 1 week
|
#
f0d0cee0 |
| 02-Jul-2012 |
Alexander Motin <mav@FreeBSD.org> |
Add IDs for some USB controllers I have around. Just a cosmetics.
MFC after: 3 days
|
#
a589806b |
| 14-Jun-2012 |
Marius Strobl <marius@FreeBSD.org> |
- Add support for the FT2232 based egnite Turtelizer 2 JTAG/RS232 Adapter. This includes adding support for skipping FTDI interfaces used for JTAG leaving them for userland and just attaching to
- Add support for the FT2232 based egnite Turtelizer 2 JTAG/RS232 Adapter. This includes adding support for skipping FTDI interfaces used for JTAG leaving them for userland and just attaching to the RS232 half, similarly to how the corresponding Linux drivers handles these kind of adapters. While at it, sort uftdi_devs and return BUS_PROBE_SPECIFIC (because uftdi_probe() alters the instance variables for better or worse as do other probe routines of USB drivers) instead of 0. - Remove duplicated entries for BeagleBone. - Use DEVMETHOD_END. - Use NULL instead of 0 for pointers. - Remove some stray lines.
MFC after: 3 days
show more ...
|
#
271e5fb0 |
| 14-Jun-2012 |
Hans Petter Selasky <hselasky@FreeBSD.org> |
Add more quirks for USB MIDI adapters.
Obtained from: Clemens Ladisch MFC after: 1 week
|
#
6a068746 |
| 15-May-2012 |
Alexander Motin <mav@FreeBSD.org> |
MFC
|
#
3d328873 |
| 30-Apr-2012 |
Gleb Smirnoff <glebius@FreeBSD.org> |
Merge head r233826 through r234834.
|
#
38f1b189 |
| 26-Apr-2012 |
Peter Grehan <grehan@FreeBSD.org> |
IFC @ r234692
sys/amd64/include/cpufunc.h sys/amd64/include/fpu.h sys/amd64/amd64/fpu.c sys/amd64/vmm/vmm.c
- Add API to allow vmm FPU state init/save/restore.
FP stuff discussed with: kib
|
#
03167052 |
| 21-Apr-2012 |
Kevin Lo <kevlo@FreeBSD.org> |
Add support for the SIMCom SIM5218, tested by me.
|
Revision tags: release/8.3.0_cvs, release/8.3.0 |
|
#
867099fa |
| 08-Mar-2012 |
Gleb Smirnoff <glebius@FreeBSD.org> |
Merge head up to r232685 to projects/pf/head.
|
#
b733be57 |
| 08-Mar-2012 |
Hans Petter Selasky <hselasky@FreeBSD.org> |
Add new USB device IDs.
PR: usb/165815 MFC after: 1 week
|
#
d4d6dcc5 |
| 28-Feb-2012 |
Kevin Lo <kevlo@FreeBSD.org> |
Add support for the MCS7832
Obtained from: OpenBSD
|
#
9dba179d |
| 17-Feb-2012 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
IFC @231845
Sponsored by: Cisco Systems, Inc.
|
#
a40c00a5 |
| 14-Feb-2012 |
Hans Petter Selasky <hselasky@FreeBSD.org> |
Add new USB device ID.
MFC after: 3 days PR: usb/165154
|
#
8fa0b743 |
| 23-Jan-2012 |
Xin LI <delphij@FreeBSD.org> |
IFC @230489 (pending review).
|
#
6f0e06a1 |
| 19-Jan-2012 |
Hans Petter Selasky <hselasky@FreeBSD.org> |
Add support for new USB device.
PR: usb/164275 MFC after: 3 days
|