summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2005-07-07extend what jcs did a bit further by removing atus storage for the ssid.David Gwynne
2005-07-07ueagle.cCan Erkin Acar
2005-07-07initialize Scan.SSID from the right sourcejoshua stein
2005-07-07Match an additional 10 ural ids, most of which are already listedJonathan Gray
2005-07-07regenJonathan Gray
2005-07-0710 more RT2570 devices, found in Windows drivers.Jonathan Gray
2005-07-07syncTheo de Raadt
2005-07-07shortenTheo de Raadt
2005-07-07Match Gigabyte GN-WBKG, from Jaime Fournier <ober at linbsd.org>.Jonathan Gray
2005-07-07regenJonathan Gray
2005-07-07Gigabyte GN-WBKG from Jaime Fournier <ober at linbsd.org>Jonathan Gray
2005-07-04syncTheo de Raadt
2005-07-04new uplcom; Tomokazu HiraiTheo de Raadt
2005-07-02clear IFF_RUNNING & IFF_OACTIVE in foo_stop() before de-allocating resources.Brad Smith
2005-07-02don't call mii_pollstat() right after mii_tick() in foo_tick_task()Brad Smith
2005-07-01Remove duplicate if_start assignment. ok dlg@Jonathan Gray
2005-06-24MSI Bluetooth adapters need the ubt_broken_devices quirkMartin Reindl
2005-06-20remove freebsd'isms in debug messages. pointed out by timsl (tim atDamien Bergamini
2005-06-17uipaq/ucom support; written by isis@www.cs.umd.eduTheo de Raadt
2005-06-17syncTheo de Raadt
2005-06-17two more ipaq devicesTheo de Raadt
2005-06-16add support for the Belkin F5D7050 54g USB Network AdapterDavid Gwynne
2005-06-16syncDavid Gwynne
2005-06-16Belkin F5D7050 54g USB Network AdapterDavid Gwynne
2005-06-10remove unused code and un-ifdefMartin Reindl
2005-06-08remove netns crud.Henning Brauer
2005-06-02Eradicate USB quirks NOTUR and NODOORLOCK. Should no longer beKenneth R Westerback
2005-06-01regenJonathan Gray
2005-06-01RTL8187.Jonathan Gray
2005-05-26M-Systems DiskOnKey2 works better with zero padded commands so make itKenneth R Westerback
2005-05-25PQUIK_NOMODESENSE no longer does anything, and PQUIRK_NOBIGMODESENSE wasKenneth R Westerback
2005-05-24Set the data length on CBI data transfers.Christopher Pascoe
2005-05-24Support second interface on FTDI 2232C based devices.Christopher Pascoe
2005-05-23ROTD (Regen Of The Day)Miod Vallat
2005-05-23Duplicate keycode 50 as keycode 49, some USB keyboards use the latter.Miod Vallat
2005-05-23suspected airprime pc5220 EVDO supportTheo de Raadt
2005-05-23Initial radiotap support. ok dlg@Jonathan Gray
2005-05-19At this rate I'm regenerating this file faster than I am losing my hair.Miod Vallat
2005-05-19Provide the same unmarked symbold on the fr.apple layout as found on theMiod Vallat
2005-05-19RegenMiod Vallat
2005-05-19Add a layout for the french Apple black usb keyboard (fr.apple).Miod Vallat
2005-05-18don't initialize bbp registers with values in eeprom. some adapters seemDamien Bergamini
2005-05-15Oops. atapiscsi.h is needed because that's where NATAPISCSI isKenneth R Westerback
2005-05-14Try to ensure that UFI/ATAPI USB umass devices always get the zeroKenneth R Westerback
2005-05-13another uftdi varient, from freebsdTheo de Raadt
2005-05-13fix dmesg output for pre-firmware modems.Damien Bergamini
2005-05-13override default bbp register values with values stored in eeprom (exceptDamien Bergamini
2005-05-13before ieee80211.c rev 1.6, it was guaranted that ic_curmode was differentDamien Bergamini
2005-05-13simplify test conditions. ((v & f1) || (v & f2)) <=> (v & (f1 | f2)) inDamien Bergamini
2005-05-13make sure all endpoint descriptors have been found during the attachment.Damien Bergamini