summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Use callouts to prevent races.alfred2006-12-132-20/+31
* defer all processing to a full fledged thread.alfred2006-12-114-180/+209
* Stop INVARIANTS panics in if_aue with a stopgap.alfred2006-11-292-7/+32
* Add a quirk for devices recognized as usb keyboards not to be hooked byflz2006-11-284-0/+8
* Write the short vendor name in ALL CAPS, since it will becomedougb2006-11-271-1/+1
* Refine the previous change to only call bus_dmamap_sync() in case ofmarius2006-11-271-12/+19
* Add entry and no-UHID quirk for I-tuner networks USB-LCD 2x20 as foundphk2006-11-262-0/+6
* I mistakenly committed the wrong version of my patch (sorry).dougb2006-11-241-2/+1
* Add a vendor ID for O2Micro, obtained fromdougb2006-11-231-0/+3
* add codes for Atheros USB devices; shuffle one ural code tosam2006-11-232-3/+80
* Fix coherency issue. From submitter:imp2006-11-221-0/+7
* Acknowledge (dearly) departed filesdougb2006-11-211-12/+0
* o Add uark(4), a driver for Arkmicro Technologies ARK3116 based serialmaxim2006-11-152-0/+371
* Fix USB printer Xerox WorkCentre M15 adding a quirk to bypassflz2006-11-112-0/+5
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEmjacob2006-11-021-9/+0
* The first of 3 major steps to move the CAM layer forward to usingmjacob2006-10-311-0/+8
* Add support for Option GT 3G/3G quad datacard in ubsa.kevlo2006-10-312-5/+11
* Fix non-working CAPS LED under X by applying fix from atkbd.c,v 1.27:ru2006-10-251-1/+2
* Use a different task queue for host controller and peripheral driveriedowse2006-10-198-39/+74
* Add a USB umass(4) quirk for Panasonic KXL-840AN CD-R drive.flz2006-10-072-0/+5
* Add a USB quirk for CMOTECH CDMA USB modem.flz2006-10-072-0/+5
* Add a USB quirk for Motorola A41x/V32x USB phones.flz2006-10-072-0/+3
* Add support for Novatech NV902 wireless NIC in ural(4).flz2006-10-072-0/+5
* Add support for Epson Stylus CX4200 in uscanner(4).flz2006-10-072-0/+2
* Add support for Psion Gold Port Ethernet USB NIC.flz2006-10-072-0/+4
* Add support for Netgear FA101 ethernet USB NIC.flz2006-10-072-0/+2
* Add a quirk for the Belkin FC6550-AVR UPS.flz2006-10-072-0/+3
* Add support for Familiar Linux powered iPaq handhelds to cdce(4).flz2006-10-072-0/+2
* Add quirk for Logitech iFeel MouseMan USB mouse.flz2006-10-072-1/+3
* - Add support for Epson USB Scanners (3590 [1] and 4990 [2]).flz2006-10-072-0/+4
* Fix compile in non-debug case.iedowse2006-10-032-4/+2
* When changing the device address and max packet size in usbd_new_device(),iedowse2006-10-033-21/+18
* Don't attempt to insert the transfer in an error case where it hasiedowse2006-10-031-2/+0
* Ignore the UKBD_DFLT_KEYMAP option when compiling as a module.ru2006-10-021-1/+1
* Fix our ioctl(2) implementation when the argument is "int". Newru2006-09-271-0/+33
* Use usbd_clear_endpoint_stall_async() when clearing endpoint stalls incognet2006-09-221-2/+2
* Yank FreeBSD specific code out from under ifdef.trhodes2006-09-101-127/+0
* More removing compatibility macros.imp2006-09-0746-620/+573
* Only include FreeBSD defines. This file is slated to go to the happyimp2006-09-061-294/+0
* s/Static/static/gimp2006-09-0647-1432/+1440
* More antideclarification.imp2006-09-061-31/+27
* Remove the portibility layer goo.imp2006-09-061-158/+71
* add a newbus method for obtaining the bus's bus_dma_tag_t... This isjmg2006-09-031-4/+4
* Don't put a ; after while (0)imp2006-08-171-2/+2
* Add identifier for the Epson CX3650 all-in-one scanner function.bms2006-08-062-0/+2
* remove unneccessary null ptr checksam2006-08-021-2/+1
* support for 802.11 packet injection via bpfsam2006-07-261-0/+118
* Add a few more devices to the supported list. Specifically, the PHAROS andimp2006-07-242-0/+10
* Change the multicast calculation to be the same as the other usb drivers andthompsa2006-07-051-5/+6
* o Remove rev. 1.30 leftover. From Damien: However, this code pathmaxim2006-07-011-1/+1
OpenPOWER on IntegriCloud