summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Collapse)Author
2009-04-02get rid of otus_phy_write().Damien Bergamini
unobfuscate things a bit.
2009-04-02s/GWUSBMICRON/GWUSMICRON/ spotted by Fukaumi NaokiDamien Bergamini
+ sort Corega entry
2009-04-02syncDamien Bergamini
2009-04-02s/GWUSBMICRON/GWUSMICRON/Damien Bergamini
spotted by Fukaumi Naoki
2009-03-29Finally fix kernel crash (page fault) when closing bulk devices.Marcus Glocker
Help from kettenis@
2009-03-28Add a bunch more run devices.Jonathan Gray
2009-03-28regenJonathan Gray
2009-03-28Add a bunch more run devices.Jonathan Gray
2009-03-28Add quirk to support "Chen-Source CM12402 Eagle IR Cam" device, byMarcus Glocker
fixing wrong dwMaxVideoFrameSize value. As a side effect, broken devices which report dwMaxVideoFrameSize=0 today could be fixed as well. No regressions reported so far. Discussed with fgsch@. Diff from Kenji Aoyama
2009-03-27Match on EW-7717Un, EW-7718UnJonathan Gray
2009-03-27Match on Edimax EW-7318Ug, EW-7318USg, EW-7618UgJonathan Gray
2009-03-27regenJonathan Gray
2009-03-27more Edimax devicesJonathan Gray
2009-03-27Match on ASUS USB-N11Jonathan Gray
2009-03-27regenJonathan Gray
2009-03-27add ASUS USB-N11. Looks like someone got the vid/pid mixed up inJonathan Gray
the final product, verified in multiple windows drivers and linux driver provided by ASUS.
2009-03-27Sitecom WL-603 should work according to linux driverJonathan Gray
2009-03-27Linksys WUSB200 should work according to linux driverJonathan Gray
2009-03-27regenJonathan Gray
2009-03-27Sitecom WL-603 and Linksys WUSB200Jonathan Gray
2009-03-27Add a bunch of GW3887/v2 based upgt devices found in linux driver.Jonathan Gray
ok mglocker@
2009-03-27regenJonathan Gray
2009-03-27Add a bunch of GW3887/v2 based upgt devices found in linux driver.Jonathan Gray
ok mglocker@
2009-03-26remove useless code to force an empty transfer in case the lengthDamien Bergamini
is a multiple of wMaxPacketSize, since this is exactly what the USBD_FORCE_SHORT_XFER flag does for us.
2009-03-26fix RTS/CTS and CTS-to-self protection.Damien Bergamini
cleanup prototypes while i'm here.
2009-03-26attach CACE AirPcap Nx.Damien Bergamini
2009-03-26syncDamien Bergamini
2009-03-26Add USB ID for the CACE AirPcap Nx dongle, which is an otus(4).Damien Bergamini
For the richest people only, since the dongle+software cost $698 USD.
2009-03-25regenMarcus Glocker
2009-03-25Add "Chen-Source CM12402 Eagle IR Cam" uvideo(4) device.Marcus Glocker
From Kenji Aoyama. OK deraadt@
2009-03-25add new umsm(4) device, Emobile D21LC (longcheer's OEM product)Yojiro Uo
ok jsg@ fgsch@
2009-03-25regenYojiro Uo
2009-03-25add new umsm(4) device (Emobile D21LC, longcheer's OEM product)Yojiro Uo
2009-03-25Revert 1.119 bulk crash workaround, because it breaks Logitech QuickCamMarcus Glocker
9000 devices. Add a XXX comment that we need to fix the bulk issue properly instead.
2009-03-24report Michael MIC failures to net80211 (can't happen yet since we doDamien Bergamini
crypto in software.) increment if_ierrors in Rx error paths.
2009-03-24fix Rx rate in radiotap.Damien Bergamini
implement SIOCS80211CHANNEL ioctl.
2009-03-24syncTheo de Raadt
2009-03-24another ricoh uvc, this one not needing a firmware for onceTheo de Raadt
2009-03-24regenStuart Henderson
2009-03-24Add Sony 1seg tv tuner, found in some Vaio machines. Req by deraadt.Stuart Henderson
2009-03-23otus(4), a driver for Atheros AR9001U USB IEEE 802.11 devices.Damien Bergamini
more work is required but basic operations work. requires a non-free firmware to operate. partly based on source code released under the ISC by Atheros Communications for Linux, although I had to rewrite almost everything (actually I only used some .h files from the Atheros driver.) there also exists a rewrite of the Atheros driver for Linux (ar9170) but the guy decided to make the code less free by wrapping the GPL around the ISC. committed over a NETGEAR WNDA3100. ok deraadt@
2009-03-14some devices like the Planex GW-US300MiniS seem to have only 4 Tx bulkDamien Bergamini
endpoints instead of 6 (4 EDCAs + HCCA + Prio). since we do not use the last two endpoints anyway, only check that we have at least found 4 Tx bulk endpoints. from FUKAUMI Naoki.
2009-03-14regenDamien Bergamini
2009-03-14add more run(4) USB ids, clarify some.Damien Bergamini
from FUKAUMI Naoki. add a HARDWARE section to the run(4) man page to start listing known run(4) devices while i'm at it.
2009-03-14regenJonathan Gray
2009-03-14Match on D-Link DWA-130.Jonathan Gray
From Todd Carson in pr 6105.
2009-03-14D-Link DWA-130, from Todd Carson in pr 6105.Jonathan Gray
2009-03-12Add id for this ridiculous small run(4) found at akihabara. As usual commitedClaudio Jeker
over this run(4).
2009-03-12syncClaudio Jeker
2009-03-12Add usbdevs of the smallest run(4) ever seen. That thing is smaller thenClaudio Jeker
a thumb including the usb connector.