summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Add quirk for Apacer HT202 USB 2.0 Flash Drive.tijl2010-07-282-0/+5
* Provide descriptions for three vendors and four devices in usbdevs. Usegavin2010-07-281-0/+13
* Add support for the Corega CG-USBRS232R to uplcom(4)gavin2010-07-282-0/+3
* Support the Pyramid KBS USB LCD under uftdi(4)gavin2010-07-282-0/+2
* Fix the entry for the Option ICON452 where an underscore was used instead ofthompsa2010-07-271-1/+1
* Prevent uhid(4) from attaching to the Liebert PowerSure Personal XT UPS.gavin2010-07-272-0/+5
* Add support for the Longcheer WM66 USB HSDPA Modem to u3g(4)gavin2010-07-272-0/+5
* - Support two devices made by West Mountain Radio in uslcom(4) [1]gavin2010-07-272-5/+38
* Prevent uhid(4) from attaching to the Gembird Silver Shield remote powergavin2010-07-262-0/+2
* Prevent ukbd(4) and uhid(4) from attaching when a WiSPY DBx Spectrumgavin2010-07-262-1/+4
* Give a name to the HTC Wizard Smartphonegavin2010-07-252-2/+3
* - Support for Globetrotter iCON 452.thompsa2010-07-202-22/+115
* Add a 4 and 7 port USB hub from NEC.remko2010-07-131-0/+2
* Fix comment.takawata2010-07-131-1/+1
* One more Prolific serial device ID.takawata2010-07-132-0/+3
* Use more compact deviceid table.thompsa2010-07-111-194/+196
* Update for style(9).thompsa2010-07-111-140/+140
* Add new device id.thompsa2010-06-222-0/+2
* Add a mass storage quirk.thompsa2010-06-222-0/+5
* Add new device id.thompsa2010-06-221-0/+1
* Add support for LOW speed BULK transfers. This mode is not recommended by thethompsa2010-06-224-10/+4
* Fix typos that broke duration calculations on protection frames. A similarjkim2010-06-143-3/+3
* - Because hostapd calls iv_key_set() before if_init(), make sure key_setthompsa2010-06-142-18/+39
* Convert Marvell ARM platforms to FDT convention.raj2010-06-131-33/+40
* fix a few cases where a string is passed via format argument instead ofavg2010-06-113-3/+3
* Add uep(4), driver for USB onscreen touch panel from eGalax.glebius2010-05-252-0/+446
* Sync run(4) driver from author's site.thompsa2010-05-133-445/+789
* Reduce diffs to p4.thompsa2010-05-121-24/+163
* Fix possibly wrong bit masking.thompsa2010-05-121-2/+2
* Add new FTDI USB device ID.thompsa2010-05-122-0/+2
* Increase the max ports to 12, 3G devices exist where the ppp endpoint is #9.thompsa2010-05-121-1/+1
* Back out r203140 which was causing problems when the first and the lastthompsa2010-05-121-9/+20
* Add missing ifdefs for usb power saving support.thompsa2010-05-121-1/+4
* Support getting signed and unsigned HID data.thompsa2010-05-122-5/+23
* Add the ASUS MyPal A730W device id.thompsa2010-05-121-0/+1
* Provide more information about the device location in the USB system.thompsa2010-05-121-2/+4
* Enable support for mouse panning wheels.thompsa2010-05-122-0/+15
* If a USB device is suspended and a USB set config request is issued when thethompsa2010-05-125-54/+158
* Staticise usb_ref_device and usb_unref_device.thompsa2010-05-121-2/+2
* Add quirks for the Alcor SDCR_6362 Card Reader, Freecom HDD storage device andthompsa2010-05-122-0/+8
* Add dummy function for ic_update_mcast (a la if_urtw) to avoid consoleemaste2010-05-081-0/+9
* Add new tunable 'net.link.ifqmaxlen' to set default send interfacesobomax2010-05-039-16/+16
* Use a more obvious prefix for the USB control (endpoint 0) transfers ratherthompsa2010-04-229-55/+55
* Properly name the sxlocks, mutexes and condvars.thompsa2010-04-225-31/+33
* Use SX_DUPOK rather than making the string unique.thompsa2010-04-221-2/+2
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadthompsa2010-04-2239-95/+92
* Also add the usb mode to the devd string as the usb controller can work in boththompsa2010-04-211-0/+4
* Change usb devd events from fake attach to a notify. The ugen device is not athompsa2010-04-211-4/+94
* Use the UIPROTO_BOOT_KEYBOARD #define from usb.h rather than a localgavin2010-04-141-3/+1
* Eliminate duplicate commentkevlo2010-04-141-1/+0
OpenPOWER on IntegriCloud