summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make sure there is a way to reset the endpoint FIFO on transfer errors forthompsa2010-03-111-4/+18
* For USS820 driver we need to manually reset TX FIFO at each SETUP transactionthompsa2010-03-111-0/+8
* isochronous endpoint descriptors should have two more bytes which are zero bythompsa2010-03-111-7/+16
* Add new uvisor(4) device ID.thompsa2010-03-112-0/+6
* It appears that some UVISOR devices do not handle when the clear stall commandthompsa2010-03-111-5/+0
* - make the usb_temp_setup() and usb_temp_unsetup() functions public so thatthompsa2010-03-113-21/+17
* Use wMaxPacketSize for the uftdi input buffer size.thompsa2010-03-111-3/+1
* Reapply r185998 which was overwritten at some point.thompsa2010-03-111-3/+0
OpenPOWER on IntegriCloud