summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Comment fix.takawata2006-06-291-2/+2
* Willcom WSIM DD support.takawata2006-06-292-1/+4
* Add a forgotten ","matteo2006-06-191-1/+1
* Add Hamlet eXagerate XURS232 USB-Serial adaptermatteo2006-06-191-0/+2
* Add support for the Aceeca Mez1000 RDA.netchild2006-06-182-0/+5
* Add support for:netchild2006-06-181-0/+2
* Add support for:netchild2006-06-181-0/+8
* Add Epson Perfection 1270 scanner. All other scanners in the PR are alreadynetchild2006-06-182-0/+2
* When attaching an Xbox 360 gamepad a computer, the LED on the gamepadnetchild2006-06-181-0/+6
* Fix a number of cases where ugen would panic, especially when theiedowse2006-06-051-32/+85
* Add a sleep lock that protects access to sequences of blockingiedowse2006-06-042-3/+43
* Allow zero-length read/write operations to get through to theiedowse2006-06-031-5/+12
* add missed calls to bpf_peers_presentsam2006-06-021-2/+2
* Fix the following bpf(4) race condition which can result in a panic:csjp2006-06-021-3/+3
* If a zero-length bulk or interrupt transfer is requested then assumeiedowse2006-05-283-18/+17
* Use the limited scatter-gather capabilities of ehci, ohci and uhciiedowse2006-05-2814-379/+812
* NULL out ii->stdstart and ii->stdend when they are invalid. Thisiedowse2006-05-281-1/+10
* Fix a harmless typo where the software pointer in the dummy QH foriedowse2006-05-281-1/+1
* Defer axe_tick processing to a USB task, since axe miibus operationsiedowse2006-05-272-0/+20
* Attempt to follow the procedure described in section 4.10 of theiedowse2006-05-242-94/+224
* When usb_event_thread() first starts, wait significantly longeriedowse2006-05-231-5/+14
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-166-6/+0
* Don't use ", but instead use ' instead. I suppose I could have alsoimp2006-04-271-5/+5
* - Add support for the Acer Acerscan 640BT.flz2006-04-112-0/+2
* - Add support for the Epson RX425 scanner.flz2006-04-102-0/+2
* stop device so we don't panic on card removal when activesam2006-03-241-0/+1
* Correct the calculation of the report size and only look at reportsiedowse2006-03-221-4/+12
* Oops - fix the build in the !USB_DEBUG case.iedowse2006-03-181-0/+2
* Let the EHCI hardware track the toggle state for bulk and interruptiedowse2006-03-181-50/+27
* Sony DSC cameras with revision number 6.0 require the same quirkiedowse2006-03-171-0/+4
* When we get an unknown ATAPI comand, try it even if it is not listed,phk2006-03-051-2/+4
* Don't free ifaces yet, should fix a panicimp2006-03-011-1/+0
* Make ukbd(4) to not delay break scancodes in "raw" mode.emax2006-02-281-3/+1
* Since we set the decription, we don't need to also print it. Noticed by: ru@imp2006-02-271-2/+0
OpenPOWER on IntegriCloud