History log of /dflybsd-src/etc/devd/usb.conf (Results 1 – 22 of 22)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v6.4.0, v6.4.0rc1, v6.5.0, v6.2.2, v6.2.1, v6.3.0, v6.0.1, v6.0.0, v6.0.0rc1, v6.1.0, v5.8.3, v5.8.2
# 47f1bb55 09-Jul-2020 Sascha Wildner <saw@online.de>

Bring in FreeBSD's wsp(4), for Wellspring touchpads on Apple laptops.

This commit also removes ums(4) from the default kernel config file,
because it would otherwise claim this device. It is safe to

Bring in FreeBSD's wsp(4), for Wellspring touchpads on Apple laptops.

This commit also removes ums(4) from the default kernel config file,
because it would otherwise claim this device. It is safe to remove,
and in fact FreeBSD also doesn't have it in their GENERIC, because
devd(8) will properly take care of loading the appropriate modules
for both ums(4) and wsp(4) and starting a moused(8).

Taken-from: FreeBSD
Tested-by: Patrick McDonough <~patrick/dfly@awk.is>

show more ...


Revision tags: v5.8.1, v5.8.0, v5.9.0, v5.8.0rc1, v5.6.3, v5.6.2, v5.6.1, v5.6.0, v5.6.0rc1, v5.7.0, v5.4.3, v5.4.2, v5.4.1, v5.4.0, v5.5.0, v5.4.0rc1, v5.2.2, v5.2.1, v5.2.0, v5.3.0, v5.2.0rc
# db68bb1b 22-Feb-2018 Sascha Wildner <saw@online.de>

kernel/u4b: Some additional work for the recent cdce(4) addition.

* Add a manual page from FreeBSD.

* Add to LINT64.

* Adjust devd(8) configuration so that cdce.ko automatically loads upon
plugg

kernel/u4b: Some additional work for the recent cdce(4) addition.

* Add a manual page from FreeBSD.

* Add to LINT64.

* Adjust devd(8) configuration so that cdce.ko automatically loads upon
plugging.

show more ...


Revision tags: v5.0.2, v5.0.1, v5.0.0, v5.0.0rc2, v5.1.0, v5.0.0rc1, v4.8.1, v4.8.0, v4.6.2, v4.9.0, v4.8.0rc, v4.6.1, v4.6.0, v4.6.0rc2, v4.6.0rc, v4.7.0
# 38f75509 26-May-2016 Sascha Wildner <saw@online.de>

Regenerate devd's usb.conf for accumulated usb driver updates.


# 326e57e8 18-May-2016 Matthew Dillon <dillon@apollo.backplane.com>

wlan - Sync bus/u4b/wlan/if_urtwn* from FreeBSD

* Sync bus/u4b/wlan/if_urtwn* from FreeBSD, fbsd git dd885b9a0a0e, May 11 2016.

* Firmware is already the same as w/FreeBSD (no changes).

* Add miss

wlan - Sync bus/u4b/wlan/if_urtwn* from FreeBSD

* Sync bus/u4b/wlan/if_urtwn* from FreeBSD, fbsd git dd885b9a0a0e, May 11 2016.

* Firmware is already the same as w/FreeBSD (no changes).

* Add missing usbdevs and usbd.conf entries for urtwn*

show more ...


# d52983bd 15-May-2016 Imre Vadász <imre@vdsz.com>

wlan - Sync bus/u4b/wlan/run from FreeBSD

* Sync bus/u4b/wlan/run from FreeBSD, fbsd git dd885b9a0a0e, May 11 2016.

* Add run back to build.


Revision tags: v4.4.3, v4.4.2
# db706de7 07-Jan-2016 Imre Vadász <imre@vdsz.com>

if_run: Sync with FreeBSD up to r270643 (from August 26 2014)

Taken-From: FreeBSD (SVN r263985 r267089 r270192 r270643)


Revision tags: v4.4.1, v4.4.0, v4.5.0, v4.4.0rc, v4.2.4, v4.3.1, v4.2.3, v4.2.1, v4.2.0, v4.0.6, v4.3.0, v4.2.0rc, v4.0.5, v4.0.4, v4.0.3
# a963377a 09-Jan-2015 Sascha Wildner <saw@online.de>

kernel/usb4bsd: Update uaudio driver to FreeBSD r276701


# afc559d1 21-Feb-2015 Markus Pfeiffer <markus.pfeiffer@morphism.de>

Merge branch 'master' of ssh://crater.dragonflybsd.org/repository/git/dragonfly


# ec854818 20-Feb-2015 Sascha Wildner <saw@online.de>

devd(8): Remove automatic loading of uaudio.ko until we've fixed it.

Reported-by: Various people, mneumann, Robin Hahling, ...


Revision tags: v4.0.2
# 99c3594e 06-Dec-2014 Sascha Wildner <saw@online.de>

FWIW, port and hook in the urio(4) storage driver.

Taken-from: FreeBSD


Revision tags: v4.0.1
# 3d2b9530 15-Nov-2014 Sascha Wildner <saw@online.de>

kernel/usb4bsd: Bring in the axge(4) ethernet driver.

It supports USB Gigabit Ethernet adapters based on the
ASIX Electronics AX88179 USB 3.0 and AX88178A USB 2.0
chipsets.

Taken-from: FreeBSD


Revision tags: v4.0.0, v4.0.0rc3, v4.0.0rc2
# 79be21c5 08-Nov-2014 Sascha Wildner <saw@online.de>

usb4bsd: Port aue(4), cue(4), ipheth(4) and kue(4) USB ethernet drivers.

Also sync them with FreeBSD's current code.

aue(4), cue(4) and kue(4) were available with oldusb. ipheth(4) is a
new driver.

usb4bsd: Port aue(4), cue(4), ipheth(4) and kue(4) USB ethernet drivers.

Also sync them with FreeBSD's current code.

aue(4), cue(4) and kue(4) were available with oldusb. ipheth(4) is a
new driver.

This commit adds support for 105 devices.

Still missing from our net/ category are cdce(4), rue(4), uhso(4) and
usie(4).

Taken-from-and-thanks-to: FreeBSD

show more ...


# 520cf605 06-Nov-2014 Sascha Wildner <saw@online.de>

usb4bsd: Fix if_urndis/umodem probing conflict.

Previously, if_urndis would not detect certain devices (among them
the HTC One) due to a conflict with certain USB modems from Huawei.

Fix this by ma

usb4bsd: Fix if_urndis/umodem probing conflict.

Previously, if_urndis would not detect certain devices (among them
the HTC One) due to a conflict with certain USB modems from Huawei.

Fix this by making umodem check explicitly for Huawei as the vendor.

As far as I can see, devd(8) would now load both umodem.ko and
if_urndis.ko for these modems but only umodem.ko would attach, so
we should be fine.

However, so far only the urndis(4) part was actually tested.

Submitted-by: Yellow Rabbit <yrabbit@sdf.lonestar.org>
Tested-by: Robin Hahling <robin.hahling@gw-computing.net>
Dragonfly-bug: <https://bugs.dragonflybsd.org/issues/2725>

show more ...


# d4eb5271 03-Nov-2014 Sascha Wildner <saw@online.de>

Update devd(8)'s usb.conf for mos(4).


Revision tags: v4.0.0rc, v4.1.0
# 7d10119f 02-Sep-2014 Sascha Wildner <saw@online.de>

Update devd(8)'s usb.conf for uaudio(4).


Revision tags: v3.8.2
# 6ca70832 31-Jul-2014 Sascha Wildner <saw@online.de>

Remove duplicates in usbdevs, urtwn(4) and devd(8)'s usb.conf.


# 3521a462 30-Jul-2014 Sascha Wildner <saw@online.de>

kernel/usb4bsd: Sync urtwn(4) with current FreeBSD.

This adds support for several (RTL8188EU based) adapters, among other
changes.

It should also fix the hangs we were seeing (using usb_pause_ls()

kernel/usb4bsd: Sync urtwn(4) with current FreeBSD.

This adds support for several (RTL8188EU based) adapters, among other
changes.

It should also fix the hangs we were seeing (using usb_pause_ls() now).

Thanks to Max Herrgaard <herrgaard@gmail.com> for testing it on a
RTL8188EU based adapter and to Christian Koch <cfkoch@sdf.lonestar.org>
for testing it with a RTL8188CU based one (Adafruit USB WiFi).

show more ...


# e4ca69a1 07-Jul-2014 Sascha Wildner <saw@online.de>

kernel/usb4bsd: Add the urndis(4) driver for Remote NDIS device support.

Aka USB tethering.

Taken-from: FreeBSD
Tested-by: Yellow Rabbit <yrabbit@sdf.lonestar.org>


Revision tags: v3.8.1, v3.6.3, v3.8.0, v3.8.0rc2, v3.9.0, v3.8.0rc, v3.6.2
# cea9a87b 22-Mar-2014 Sascha Wildner <saw@online.de>

usb4bsd: Sync the run(4) driver with FreeBSD.

This adds support for a number of new chipsets/adapters (see the
manual page for a list).

Thanks to Markus Pfeiffer for testing with a RT5370 based ada

usb4bsd: Sync the run(4) driver with FreeBSD.

This adds support for a number of new chipsets/adapters (see the
manual page for a list).

Thanks to Markus Pfeiffer for testing with a RT5370 based adapter.

Taken-from: FreeBSD

show more ...


# 377891d8 16-Mar-2014 Sascha Wildner <saw@online.de>

devd: Regenerate usb.conf.


# 555a94ce 12-Mar-2014 Sascha Wildner <saw@online.de>

bus_autoconf.sh: Stop putting $FreeBSD$ into the usb.conf database.

It is generated locally and gets never synched with FreeBSD.


# e348c2ad 12-Mar-2014 Sascha Wildner <saw@online.de>

devd(8): Sync with FreeBSD and turn it on by default.

Most important of all, it cares about knowing which USB modules
support which device/vendor IDs and it will load the associated
module upon USB

devd(8): Sync with FreeBSD and turn it on by default.

Most important of all, it cares about knowing which USB modules
support which device/vendor IDs and it will load the associated
module upon USB device plugging if it is not already loaded or
in the kernel config.

Taken-from: FreeBSD

show more ...