History log of /freebsd/sys/dev/usb/usbdevs (Results 401 – 425 of 1532)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# e477abf7 27-Nov-2012 Alexander Motin <mav@FreeBSD.org>

MFC @ r241285


# 7d3d462b 13-Nov-2012 Neel Natu <neel@FreeBSD.org>

IFC @ r242940


# b70f0569 12-Nov-2012 Hans Petter Selasky <hselasky@FreeBSD.org>

Add new USB IDs.

MFC after: 1 week
PR: usb/173503


# a10c6f55 11-Nov-2012 Neel Natu <neel@FreeBSD.org>

IFC @ r242684


# b72d9fd4 08-Nov-2012 Kevin Lo <kevlo@FreeBSD.org>

Add new USB device ID.


# ef3afadd 05-Nov-2012 Marcel Moolenaar <marcel@FreeBSD.org>

Add the UQ_MSC_NO_PREVENT_ALLOW quirk to handle devices that do not support
the 'PREVENT/ALLOW MEDIUM REMOVAL' SCSI command. An example of such a
device is the STmicro ST72682. We send the SCSI comma

Add the UQ_MSC_NO_PREVENT_ALLOW quirk to handle devices that do not support
the 'PREVENT/ALLOW MEDIUM REMOVAL' SCSI command. An example of such a
device is the STmicro ST72682. We send the SCSI command for every open and
close, which can result in a significant amount of spam on the console
during boot.

Reviewed by: hps@

show more ...


# 23090366 04-Nov-2012 Simon J. Gerraty <sjg@FreeBSD.org>

Sync from head


# 3557aa50 26-Oct-2012 Hans Petter Selasky <hselasky@FreeBSD.org>

Add support for Fast Track Ultra 8R from M-audio.

MFC after: 1 week


# 3d6e0608 21-Oct-2012 Eitan Adler <eadler@FreeBSD.org>

Add support for iPhone 5 tethering.

PR: usb/172172
Submitted by: Ali Mashtizadeh <mashtizadeh@gmail.com>
Approved by: cperciva
MFC after: 1 week


# d6025c7b 14-Oct-2012 Eitan Adler <eadler@FreeBSD.org>

Add support for the extrememory Snippy

PR: usb/159611
Submitted by: Fabian Keil <fk@fabiankeil.de>
Approved by: cperciva (implicit)
MFC after: 3 days


# c0f4985d 14-Oct-2012 Eitan Adler <eadler@FreeBSD.org>

Add support for Feiya Elango USB MicroSD

PR: usb/153599
Submitted by: CyberLeo <cyberleo@cyberleo.net>
Approved by: cperciva (implicit)
MFC after: 3 days


# 35ed5bb7 14-Oct-2012 Eitan Adler <eadler@FreeBSD.org>

Add support for the Buffalo RUF2 flash drive.

PR: usb/166848
Submitted by: Andrew Gregory <andrew@scss.com.au>
Reviewed by: hselasky
Approved by: cperciva (implicit)
MFC after: 3 days


# d11d0374 19-Sep-2012 Gavin Atkinson <gavin@FreeBSD.org>

Add entries for two USB devices I have locally.

MFC after: 1 week


# 51638137 05-Sep-2012 Gavin Atkinson <gavin@FreeBSD.org>

Support another uchcom(4) device.

MFC after: 1 week


# 24bf3585 04-Sep-2012 Gleb Smirnoff <glebius@FreeBSD.org>

Merge head r233826 through r240095.


# 6623910e 22-Aug-2012 Hans Petter Selasky <hselasky@FreeBSD.org>

Add new USB device ID.

Submitted by: Dmitry Luhtionov
MFC after: 1 week


# 419ce5a6 17-Aug-2012 Hans Petter Selasky <hselasky@FreeBSD.org>

Add new USB device ID.

PR: usb/170688
MFC after: 1 week


# 84e1a128 15-Aug-2012 Hans Petter Selasky <hselasky@FreeBSD.org>

Add new USB device quirk.

Submitted by: Kra OTN
MFC after: 2 weeks


# b011f8c4 15-Aug-2012 Oleksandr Tymoshenko <gonzo@FreeBSD.org>

Merging of projects/armv6, part 5

- Driver for SMSC LAN95XX and LAN8710A ethernet controllers
- Driver for LAN8710A PHY

Submitted by: Ben Gray, Damjan Marion, Tim Kientzle


# d2679663 10-Aug-2012 Gleb Smirnoff <glebius@FreeBSD.org>

Merge head r233826 through r239173.


# 3426950e 05-Aug-2012 Hans Petter Selasky <hselasky@FreeBSD.org>

Update the list of devices supported by the FTDI driver. It might be
that the wrong UART reference clock will be used for a few of the IDs.
It is currently not possible to figure that out because the

Update the list of devices supported by the FTDI driver. It might be
that the wrong UART reference clock will be used for a few of the IDs.
It is currently not possible to figure that out because the Linux FTDI
driver detects this run-time and not compile time based on the bcdDevice
field of the USB device descriptor. Some of the ID's in usbdevs are not
sorted according to the product ID value. Please feel free to fix this.
I'm out of my xemacs magic today.

This syncronises us with the linux kernel at kernel.org (HEAD).

MFC after: 2 weeks

show more ...


# e11b6fa3 03-Aug-2012 Gleb Smirnoff <glebius@FreeBSD.org>

Merge head r233826 through r239010.


# a713d656 26-Jul-2012 Gavin Atkinson <gavin@FreeBSD.org>

Improve descriptions for several devices supported by uslcom(4).
Correct the spelling of the company Telegesis.
Move MpMan to the correct location alphabetically.

MFC after: 2 weeks


# 78a1f140 26-Jul-2012 Gavin Atkinson <gavin@FreeBSD.org>

Add support for more devices to uslcom(4). This commit syncronises the
list of supported devices with the union of:

NetBSD src/sys/dev/usb/uslsa.c 1.18
OpenBSD src/sys/dev/usb/uslcom.c 1.24
Linux

Add support for more devices to uslcom(4). This commit syncronises the
list of supported devices with the union of:

NetBSD src/sys/dev/usb/uslsa.c 1.18
OpenBSD src/sys/dev/usb/uslcom.c 1.24
Linux source/drivers/usb/serial/cp210x.c HEAD

Remove duplicate JABLOTRON PC60B entry.

Note that some of the devices added here are multi-port devices. The
uslcom(4) driver currently only supports the first port on such devices.

Update the man page to reflect the full list of supported devices.
Remove two caveats from the CAVEATS section, as both listed caveats no
longer apply. Add a caveat about multi-port devices.

MFC after: 2 weeks

show more ...


# 7f14a4d6 25-Jul-2012 Gavin Atkinson <gavin@FreeBSD.org>

Add vendor.product for a mouse I have laying around


1...<<11121314151617181920>>...62