summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Collapse)Author
2008-04-12Fix some debug output.Marcus Glocker
2008-04-11ditch c99 style struct initialisers that should have been removed.Jonathan Gray
2008-04-11Correctly initialize the probe sequence buffer.Marcus Glocker
2008-04-10Fix MJPEG Video Frame Descriptor struct.Marcus Glocker
2008-04-09Add OpenBSD cvs id.Marcus Glocker
2008-04-09Initial import for uvideo(4) and video(4):Robert Nagy
uvideo(4) is a driver for USB video device class devices including webcams, camcorders and other cameras. video(4) is a device-independent layer that implements the V4L2 (Video for Linux Two) API. These drivers are *really* work in progress so don't even try to use them just yet, because the driver still has some issues, even if it can be used to capture simple MJPEG videos. ok mglocker@, deraadt@
2008-04-07syncOleg Safiullin
2008-04-07add D-Link KVM-221Oleg Safiullin
ok deraadt
2008-04-02attach the ZTE CMDMA MSM modem from qualcomm.Felix Kronlage
from freebsd, ok jsg@
2008-04-02regenFelix Kronlage
2008-04-02add another vendor id for Qualcomm as well as one of their modems.Felix Kronlage
from freebsd. ok jsg@
2008-04-01Add Corega CG-WLUSB2GPX.Jonathan Gray
From FreeBSD.
2008-04-01regenJonathan Gray
2008-04-01Corega CG-WLUSB2GPXJonathan Gray
2008-03-22Add a bunch of uslcom devices found in the Linux driver.Jonathan Gray
2008-03-22regenJonathan Gray
2008-03-22Add a bunch of uslcom devices found in the Linux driver.Jonathan Gray
2008-03-21regenMiod Vallat
2008-03-21Add option WSKBD_NO_INTL_LAYOUTS to prevent inclusion of internationalMiod Vallat
keyboard layouts, instead of having SMALL_KERNEL imply this on alpha. No functional change. ok deraadt@
2008-03-18IRZ MC35pu GSM TerminalJonathan Gray
From/tested by Sergey Prysiazhnyi <apelsin@atmnis.com>
2008-03-18regenJonathan Gray
2008-03-18IRZ MC35pu GSM TerminalJonathan Gray
From Sergey Prysiazhnyi <apelsin@atmnis.com>
2008-03-18regenJonathan Gray
2008-03-18Bring 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-14Make sure the most often changing bits of tv_usec are used for lladdrMarc Balmer
generation. ok brad
2008-03-13when 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-03Palm 700WX from and tested by todd@Jonathan Gray
discussed with deraadt@.
2008-03-03regenJonathan Gray
2008-03-03Palm 700WX from todd@.Jonathan Gray
discussed with deraadt@.
2008-03-03Two more rum devices from Ralink driver via sephe@dragonfly.Jonathan Gray
discussed with deraadt@
2008-03-03regenJonathan Gray
2008-03-03Two more rum devices from Ralink driver via sephe@dragonfly.Jonathan Gray
2008-02-26syncTheo de Raadt
2008-02-26support EPSON CX5400 scanner; Christophe Etcheverry <cetcheve at gmail dot com>Theo de Raadt
2008-02-26syncTheo de Raadt
2008-02-26Add support for Axesstel MV100H, as used on CDMA network operated by O2 CZ;Theo de Raadt
from Pav Lucistnik <pav@FreeBSD.org>
2008-02-24Sync sys/netbt with NetBSDUwe Stuehler
ok deraadt@
2008-02-23syncTheo de Raadt
2008-02-23SiSPM devices are like belkin ups; do not attach as uhid, pr#5719Theo de Raadt
2008-02-22Simon Dick in FreeBSD PR 96714Jonathan 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-22regenJonathan Gray
2008-02-22Simon Dick in FreeBSD PR 96714Jonathan 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-22I-O Data USB-RSAQ5 serial from Masao Uebayashi in NetBSD.Jonathan Gray
Corega CG-WLUSB2GL WLAN from KIYOHARA Takashi in NetBSD.
2008-02-22regenJonathan Gray
2008-02-22I-O Data USB-RSAQ5 serial from Masao Uebayashi in NetBSD.Jonathan Gray
Corega CG-WLUSB2GL WLAN from KIYOHARA Takashi in NetBSD.
2008-02-19Match on AnyDATA ADU-500A.Jonathan Gray
Tested by Sergey Prysiazhnyi <apelsin@atmnis.com>
2008-02-19regenJonathan Gray
2008-02-19AnyDATA ADU-500AJonathan Gray
2008-02-16Remove if_ipackets++ since ieee80211_input() already does that.Marcus Glocker
2008-02-03Redo umass_bbb_get_max_lun() and uses thereof toKenneth 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@