aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
...
* Add GPIO programming for more PHY hardware.Andrew Thompson2010-09-022-29/+97
* Add support for extra buttons on the Kensington Slimblade Trackball.Andrew Thompson2010-09-021-0/+12
* Silence debug error by default.Andrew Thompson2010-09-021-1/+1
* We need to grab a node reference count to vap->iv_bss before using it as it isAndrew Thompson2010-09-027-16/+40
* Add missing MODULE_VERSION() definitions, this resolves problems aroundAndrew Thompson2010-09-0137-7/+42
* Introduce IEEE80211_C_RATECTL, drivers which use the ratectl frameworkBernhard Schmidt2010-08-144-1/+5
* Now that the uplcom(4) driver can autodetect the chipset type, sync theGavin Atkinson2010-08-102-7/+98
* Attempt to autodetect the cype of chipset, rather than storing thisGavin Atkinson2010-08-091-103/+88
* Add entries for some devices I have locally.Gavin Atkinson2010-08-091-0/+25
* The PL2302X can support any baud rate <= 6Mbps, allow any rate to be set.Gavin Atkinson2010-08-081-12/+20
* Sync the list of devices supported by uslcom(4) with NetBSD, Linux, OpenBSDGavin Atkinson2010-08-072-4/+113
* Sort this file a little better: the vendors are supposed to be sorted byGavin Atkinson2010-08-071-10/+9
* Disable sync cache for the Transcend Jetflash V90. It is more specificKonstantin Belousov2010-08-061-0/+2
* Add quirk for Apacer HT202 USB 2.0 Flash Drive.Tijl Coosemans2010-07-282-0/+5
* Provide descriptions for three vendors and four devices in usbdevs. UseGavin Atkinson2010-07-281-0/+13
* Add support for the Corega CG-USBRS232R to uplcom(4)Gavin Atkinson2010-07-282-0/+3
* Support the Pyramid KBS USB LCD under uftdi(4)Gavin Atkinson2010-07-282-0/+2
* Fix the entry for the Option ICON452 where an underscore was used instead ofAndrew Thompson2010-07-271-1/+1
* Prevent uhid(4) from attaching to the Liebert PowerSure Personal XT UPS.Gavin Atkinson2010-07-272-0/+5
* Add support for the Longcheer WM66 USB HSDPA Modem to u3g(4)Gavin Atkinson2010-07-272-0/+5
* - Support two devices made by West Mountain Radio in uslcom(4) [1]Gavin Atkinson2010-07-272-5/+38
* Prevent uhid(4) from attaching to the Gembird Silver Shield remote powerGavin Atkinson2010-07-262-0/+2
* Prevent ukbd(4) and uhid(4) from attaching when a WiSPY DBx SpectrumGavin Atkinson2010-07-262-1/+4
* Give a name to the HTC Wizard SmartphoneGavin Atkinson2010-07-252-2/+3
* - Support for Globetrotter iCON 452.Andrew Thompson2010-07-202-22/+115
* Add a 4 and 7 port USB hub from NEC.Remko Lodder2010-07-131-0/+2
* Fix comment.Takanori Watanabe2010-07-131-1/+1
* One more Prolific serial device ID.Takanori Watanabe2010-07-132-0/+3
* Use more compact deviceid table.Andrew Thompson2010-07-111-194/+196
* Update for style(9).Andrew Thompson2010-07-111-140/+140
* Add new device id.Andrew Thompson2010-06-222-0/+2
* Add a mass storage quirk.Andrew Thompson2010-06-222-0/+5
* Add new device id.Andrew Thompson2010-06-221-0/+1
* Add support for LOW speed BULK transfers. This mode is not recommended by theAndrew Thompson2010-06-224-10/+4
* Fix typos that broke duration calculations on protection frames. A similarJung-uk Kim2010-06-143-3/+3
* - Because hostapd calls iv_key_set() before if_init(), make sure key_setAndrew Thompson2010-06-142-18/+39
* Convert Marvell ARM platforms to FDT convention.Rafal Jaworowski2010-06-131-33/+40
* fix a few cases where a string is passed via format argument instead ofAndriy Gapon2010-06-113-3/+3
* Add uep(4), driver for USB onscreen touch panel from eGalax.Gleb Smirnoff2010-05-252-0/+446
* Sync run(4) driver from author's site.Andrew Thompson2010-05-133-445/+789
* Reduce diffs to p4.Andrew Thompson2010-05-121-24/+163
* Fix possibly wrong bit masking.Andrew Thompson2010-05-121-2/+2
* Add new FTDI USB device ID.Andrew Thompson2010-05-122-0/+2
* Increase the max ports to 12, 3G devices exist where the ppp endpoint is #9.Andrew Thompson2010-05-121-1/+1
* Back out r203140 which was causing problems when the first and the lastAndrew Thompson2010-05-121-9/+20
* Add missing ifdefs for usb power saving support.Andrew Thompson2010-05-121-1/+4
* Support getting signed and unsigned HID data.Andrew Thompson2010-05-122-5/+23
* Add the ASUS MyPal A730W device id.Andrew Thompson2010-05-121-0/+1
* Provide more information about the device location in the USB system.Andrew Thompson2010-05-121-2/+4
* Enable support for mouse panning wheels.Andrew Thompson2010-05-122-0/+15