summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2011-03-22silently clear the endpoint when the device has failed; ok jakemsrTheo de Raadt
2011-03-20Update URI to data sheet. New location found on www.davicom.com.tw butMichael Knudsen
2011-03-19Add the ONDA MSA110UP USB modemDavid Coppa
2011-03-19syncDavid Coppa
2011-03-19Add the ONDA MSA110UP USB modemDavid Coppa
2011-03-16revert previous as it breaks nfs client as reported by kili@Jasper Lievisse Adriaanse
2011-03-16If we get a packet larger than if_hardmtu skip it.Jonathan Gray
2011-03-09Knock out a bunch more UPS devices from attaching to uhid(4).Stuart Henderson
2011-03-09syncStuart Henderson
2011-03-09- add IDs for various USB HID UPS devices, extracted from NUTStuart Henderson
2011-03-08regenJasper Lievisse Adriaanse
2011-03-08- add Trust and two miceJasper Lievisse Adriaanse
2011-03-04Add TouchScreen support. Makes newer Gunze USB TouchScreen devices work.Mark Kettenis
2011-03-04Apparently keeping some USB devices in reset for too long makes themMark Kettenis
2011-03-03Prevent division-by-zero when scaling down to the screen resolution. MakeMark Kettenis
2011-03-02- change recieved -> received in comments, as well as two unused definesJasper Lievisse Adriaanse
2011-02-21Make mos(4) set IFF_BROADCAST in if_flags.Stefan Sperling
2011-02-17allow interfaces other than slaves of the union interface to be theJacob Meuser
2011-02-10now that usb_wait_task() is back, bring back recently revertedJacob Meuser
2011-02-09bring back changes in usb.c revision 1.73Jacob Meuser
2011-02-09revert usb.c to r1.72, and all subsequent changes that depend on it.Jacob Meuser
2011-02-05* use usb_ref_{incr,decr,wait}() to avoid detaching the driver while aJacob Meuser
2011-02-04* merge 'onqueue' and 'running' members of struct usb_task intoJacob Meuser
2011-02-01Add the Toshiba 3G HSDPA MiniCard, found in my Dell Latitude D630.David Coppa
2011-02-01regenDavid Coppa
2011-02-01Add the Toshiba 3G HSDPA MiniCard, found in my Dell Latitude D630.David Coppa
2011-01-30another runTed Unangst
2011-01-30regenTed Unangst
2011-01-30another run device. ok miodTed Unangst
2011-01-25garbage collect "usb events". without /dev/usb there is no way to accessJacob Meuser
2011-01-17syncKevin Lo
2011-01-17Add the Moschip mcs7832; from BradKevin Lo
2011-01-16* instead of NULLing pointers to interface descriptors in the uaa, markJacob Meuser
2011-01-15* add 'udi_serial' to struct usb_device_info.Jacob Meuser
2011-01-11use ic->ic_ibss_chan instead of ic->ic_bss->ni_chan for Rx radiotapDamien Bergamini
2011-01-10add the Buffalo WLI-UC-GNHP.Damien Bergamini
2011-01-10regenDamien Bergamini
2011-01-10add the Buffalo WLI-UC-GNHP.Damien Bergamini
2011-01-08reserve one xfer for beacons during init.Damien Bergamini
2011-01-08fix LEDs handling.Damien Bergamini
2011-01-06Remove dead links.Damien Bergamini
2011-01-06only athn at uhub (not pci or cardbus) needs firmloadDamien Bergamini
2011-01-06cleanup athn_usb_rx_frame().Damien Bergamini
2011-01-06implement fast channel change.Damien Bergamini
2011-01-06create STA entry for our BSS upon association.Damien Bergamini
2011-01-06"athn* at uhub? port ?"Damien Bergamini
2011-01-01regenDamien Bergamini
2011-01-01the ACCTON is an AR9280+AR7010, not an AR9271, so update id accordingly.Damien Bergamini
2010-12-31grrr... use the same style in the activate functions than in theDamien Bergamini
2010-12-30Regen.Antoine Jacoutot