summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* 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
* The Quanta Q101 modem has a different type of cdrom driver disk,kevlo2010-04-132-0/+2
* Remove previously added if 0's.rpaulo2010-04-091-12/+0
* Remove debugging code that snuck in.rpaulo2010-04-071-1/+0
* net80211 rate control framework (net80211 ratectl).rpaulo2010-04-079-210/+121
* Do not sync cache for the PL2506thompsa2010-03-282-0/+3
* Do not swap Apple keys when detecting Apple-FN keyboards.thompsa2010-03-281-2/+1
* Make sure the bsd_urb_list gets initialised and that new URB's are queued atthompsa2010-03-281-1/+2
* Add PCI IDs for two more nForce controllers.thompsa2010-03-282-0/+4
* Add a couple of usb product IDs.thompsa2010-03-281-0/+3
* - add some usb devices (scanner, printer, usb storage)netchild2010-03-262-0/+9
* Add support for the Samsung S3C2xx0 family of ARM SoCs written byimp2010-03-201-0/+219
* Add device ID for the NATURAL4000 keyboardthompsa2010-03-111-0/+1
* - Integrate latest driver code from OpenBSDthompsa2010-03-114-131/+652
* extend search for Apple Function Key.thompsa2010-03-111-13/+18
* Add new device ID for the SMC 2514HUBthompsa2010-03-111-0/+1
* add new vendor ID for APACERthompsa2010-03-111-0/+1
* Implement USB kernel driver detach from userland.thompsa2010-03-113-6/+21
OpenPOWER on IntegriCloud