Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-03-22 | Add a bunch of uslcom devices found in the Linux driver. | Jonathan Gray | |
2008-03-22 | regen | Jonathan Gray | |
2008-03-22 | Add a bunch of uslcom devices found in the Linux driver. | Jonathan Gray | |
2008-03-21 | regen | Miod Vallat | |
2008-03-21 | Add option WSKBD_NO_INTL_LAYOUTS to prevent inclusion of international | Miod Vallat | |
keyboard layouts, instead of having SMALL_KERNEL imply this on alpha. No functional change. ok deraadt@ | |||
2008-03-18 | IRZ MC35pu GSM Terminal | Jonathan Gray | |
From/tested by Sergey Prysiazhnyi <apelsin@atmnis.com> | |||
2008-03-18 | regen | Jonathan Gray | |
2008-03-18 | IRZ MC35pu GSM Terminal | Jonathan Gray | |
From Sergey Prysiazhnyi <apelsin@atmnis.com> | |||
2008-03-18 | regen | Jonathan Gray | |
2008-03-18 | Bring in some changes from DragonFly: | Jonathan Gray | |
- New matching logic so we don't need to check against vid/pid to figure out which kind of chip we have - Match list in a struct instead of messy if statement (hurrah!) - More generic dual port handling - Insane amount of device additions, mostly found in Linux driver (aue included as a usb vendor got renamed) Tested by ckuethe@, 'looks super sensible' deraadt@ | |||
2008-03-14 | Make sure the most often changing bits of tv_usec are used for lladdr | Marc Balmer | |
generation. ok brad | |||
2008-03-13 | when attaching a cdce(4) device that does not have a proper mac address, | Marc Balmer | |
use the tv_usec part of a getmicrotime(9) call instead of 'int ticks' to create a mac address. as ticks is 0 during boot, this resulted in both ends of a USB link cable to have the same mac address. problem found/diff tested winiger, feedback/ok deraadt | |||
2008-03-03 | Palm 700WX from and tested by todd@ | Jonathan Gray | |
discussed with deraadt@. | |||
2008-03-03 | regen | Jonathan Gray | |
2008-03-03 | Palm 700WX from todd@. | Jonathan Gray | |
discussed with deraadt@. | |||
2008-03-03 | Two more rum devices from Ralink driver via sephe@dragonfly. | Jonathan Gray | |
discussed with deraadt@ | |||
2008-03-03 | regen | Jonathan Gray | |
2008-03-03 | Two more rum devices from Ralink driver via sephe@dragonfly. | Jonathan Gray | |
2008-02-26 | sync | Theo de Raadt | |
2008-02-26 | support EPSON CX5400 scanner; Christophe Etcheverry <cetcheve at gmail dot com> | Theo de Raadt | |
2008-02-26 | sync | Theo de Raadt | |
2008-02-26 | Add support for Axesstel MV100H, as used on CDMA network operated by O2 CZ; | Theo de Raadt | |
from Pav Lucistnik <pav@FreeBSD.org> | |||
2008-02-24 | Sync sys/netbt with NetBSD | Uwe Stuehler | |
ok deraadt@ | |||
2008-02-23 | sync | Theo de Raadt | |
2008-02-23 | SiSPM devices are like belkin ups; do not attach as uhid, pr#5719 | Theo de Raadt | |
2008-02-22 | Simon Dick in FreeBSD PR 96714 | Jonathan Gray | |
* Fossil Abacus Wrist PDA Thorsten Trampisch in FreeBSD PR 113384 * Expert ISDN Control * RS232 OptoBridge Jonathan Charest in FreeBSD PR 110992 * Several Tactrix OpenPort (ECU) devices. Y.Okabe in FreeBSD PR 119981 * Logitec LAN-GTJ/U2 Ethernet HAGIMORI 'buggy' Masashige in FreeBSD PR 115933 * RATOC REX-USB60F serial | |||
2008-02-22 | regen | Jonathan Gray | |
2008-02-22 | Simon Dick in FreeBSD PR 96714 | Jonathan Gray | |
* Fossil Abacus Wrist PDA Thorsten Trampisch in FreeBSD PR 113384 * Expert ISDN Control * RS232 OptoBridge Jonathan Charest in FreeBSD PR 110992 * Several Tactrix OpenPort (ECU) devices. Y.Okabe in FreeBSD PR 119981 * Logitec LAN-GTJ/U2 Ethernet HAGIMORI 'buggy' Masashige in FreeBSD PR 115933 * RATOC REX-USB60F serial | |||
2008-02-22 | I-O Data USB-RSAQ5 serial from Masao Uebayashi in NetBSD. | Jonathan Gray | |
Corega CG-WLUSB2GL WLAN from KIYOHARA Takashi in NetBSD. | |||
2008-02-22 | regen | Jonathan Gray | |
2008-02-22 | I-O Data USB-RSAQ5 serial from Masao Uebayashi in NetBSD. | Jonathan Gray | |
Corega CG-WLUSB2GL WLAN from KIYOHARA Takashi in NetBSD. | |||
2008-02-19 | Match on AnyDATA ADU-500A. | Jonathan Gray | |
Tested by Sergey Prysiazhnyi <apelsin@atmnis.com> | |||
2008-02-19 | regen | Jonathan Gray | |
2008-02-19 | AnyDATA ADU-500A | Jonathan Gray | |
2008-02-16 | Remove if_ipackets++ since ieee80211_input() already does that. | Marcus Glocker | |
2008-02-03 | Redo umass_bbb_get_max_lun() and uses thereof to | Kenneth R Westerback | |
1) Not bail out of umass_attach() just because the max lun cannot be found. Assume 0 and complete attachment. 2) Not expose sc->maxlun to possible misbehaving devices. Provide a buffer and copy it into sc->maxlun only if the attempt to get the max lun succeeds. 3) Shrink and simplify error handling and debug output. Prompted by the recurrance of the problem reported in PR#5478. Code taken for the most part from FreeBSD. ok miod@ | |||
2008-02-02 | - Add a v1 device which I found here. | Marcus Glocker | |
- Differ between v1 and v2 devices for later v1 support. - Tell the end-user that v1 is not supported yet. | |||
2008-01-27 | Add TODO's to comment. | Marcus Glocker | |
2008-01-25 | Since TX rate control is done by the firmware, we report the maximum | Marcus Glocker | |
rate which is available. | |||
2008-01-24 | Fix some comments. | Marcus Glocker | |
2008-01-24 | We don't report the antenna in the bpf tap. Remove it. | Marcus Glocker | |
2008-01-24 | Report RX rates in radio tap. | Marcus Glocker | |
2008-01-24 | provide an external hook for beeper devices just like pckbd(4) does | Robert Nagy | |
ok miod@ | |||
2008-01-22 | - Fix some ifconfig up / down tweaks. | Marcus Glocker | |
- Make monitor mode work again. - Enable fast channel switching. | |||
2008-01-22 | add Y.C. Cable USB-Serial adapter | Okan Demirmen | |
ok jsg@ | |||
2008-01-22 | regen | Okan Demirmen | |
2008-01-22 | add Y.C. Cable USB vendor | Okan Demirmen | |
ok jsg@ | |||
2008-01-21 | Add shutdown hook which resets the device when called. This solves | Marcus Glocker | |
re-attach issues when rebooting with upgt attached. | |||
2008-01-21 | Add support for SMC SMCWUSBT-G2. | Jonathan Gray | |
Tested by Kaspo Lo <kaxpolox@yahoo.com> | |||
2008-01-21 | regen | Jonathan Gray | |