| Commit message (Expand) | Author | Age | Files | Lines |
* | Use usbd_clear_endpoint_stall_async() when clearing endpoint stalls in | cognet | 2006-09-22 | 1 | -2/+2 |
* | Yank FreeBSD specific code out from under ifdef. | trhodes | 2006-09-10 | 1 | -127/+0 |
* | More removing compatibility macros. | imp | 2006-09-07 | 46 | -620/+573 |
* | Only include FreeBSD defines. This file is slated to go to the happy | imp | 2006-09-06 | 1 | -294/+0 |
* | s/Static/static/g | imp | 2006-09-06 | 47 | -1432/+1440 |
* | More antideclarification. | imp | 2006-09-06 | 1 | -31/+27 |
* | Remove the portibility layer goo. | imp | 2006-09-06 | 1 | -158/+71 |
* | add a newbus method for obtaining the bus's bus_dma_tag_t... This is | jmg | 2006-09-03 | 1 | -4/+4 |
* | Don't put a ; after while (0) | imp | 2006-08-17 | 1 | -2/+2 |
* | Add identifier for the Epson CX3650 all-in-one scanner function. | bms | 2006-08-06 | 2 | -0/+2 |
* | remove unneccessary null ptr check | sam | 2006-08-02 | 1 | -2/+1 |
* | support for 802.11 packet injection via bpf | sam | 2006-07-26 | 1 | -0/+118 |
* | Add a few more devices to the supported list. Specifically, the PHAROS and | imp | 2006-07-24 | 2 | -0/+10 |
* | Change the multicast calculation to be the same as the other usb drivers and | thompsa | 2006-07-05 | 1 | -5/+6 |
* | o Remove rev. 1.30 leftover. From Damien: However, this code path | maxim | 2006-07-01 | 1 | -1/+1 |
* | Comment fix. | takawata | 2006-06-29 | 1 | -2/+2 |
* | Willcom WSIM DD support. | takawata | 2006-06-29 | 2 | -1/+4 |
* | Add a forgotten "," | matteo | 2006-06-19 | 1 | -1/+1 |
* | Add Hamlet eXagerate XURS232 USB-Serial adapter | matteo | 2006-06-19 | 1 | -0/+2 |
* | Add support for the Aceeca Mez1000 RDA. | netchild | 2006-06-18 | 2 | -0/+5 |
* | Add support for: | netchild | 2006-06-18 | 1 | -0/+2 |
* | Add support for: | netchild | 2006-06-18 | 1 | -0/+8 |
* | Add Epson Perfection 1270 scanner. All other scanners in the PR are already | netchild | 2006-06-18 | 2 | -0/+2 |
* | When attaching an Xbox 360 gamepad a computer, the LED on the gamepad | netchild | 2006-06-18 | 1 | -0/+6 |
* | Fix a number of cases where ugen would panic, especially when the | iedowse | 2006-06-05 | 1 | -32/+85 |
* | Add a sleep lock that protects access to sequences of blocking | iedowse | 2006-06-04 | 2 | -3/+43 |
* | Allow zero-length read/write operations to get through to the | iedowse | 2006-06-03 | 1 | -5/+12 |
* | add missed calls to bpf_peers_present | sam | 2006-06-02 | 1 | -2/+2 |
* | Fix the following bpf(4) race condition which can result in a panic: | csjp | 2006-06-02 | 1 | -3/+3 |
* | If a zero-length bulk or interrupt transfer is requested then assume | iedowse | 2006-05-28 | 3 | -18/+17 |
* | Use the limited scatter-gather capabilities of ehci, ohci and uhci | iedowse | 2006-05-28 | 14 | -379/+812 |
* | NULL out ii->stdstart and ii->stdend when they are invalid. This | iedowse | 2006-05-28 | 1 | -1/+10 |
* | Fix a harmless typo where the software pointer in the dummy QH for | iedowse | 2006-05-28 | 1 | -1/+1 |
* | Defer axe_tick processing to a USB task, since axe miibus operations | iedowse | 2006-05-27 | 2 | -0/+20 |
* | Attempt to follow the procedure described in section 4.10 of the | iedowse | 2006-05-24 | 2 | -94/+224 |
* | When usb_event_thread() first starts, wait significantly longer | iedowse | 2006-05-23 | 1 | -5/+14 |
* | Since DELAY() was moved, most <machine/clock.h> #includes have been | phk | 2006-05-16 | 6 | -6/+0 |
* | Don't use ", but instead use ' instead. I suppose I could have also | imp | 2006-04-27 | 1 | -5/+5 |
* | - Add support for the Acer Acerscan 640BT. | flz | 2006-04-11 | 2 | -0/+2 |
* | - Add support for the Epson RX425 scanner. | flz | 2006-04-10 | 2 | -0/+2 |
* | stop device so we don't panic on card removal when active | sam | 2006-03-24 | 1 | -0/+1 |
* | Correct the calculation of the report size and only look at reports | iedowse | 2006-03-22 | 1 | -4/+12 |
* | Oops - fix the build in the !USB_DEBUG case. | iedowse | 2006-03-18 | 1 | -0/+2 |
* | Let the EHCI hardware track the toggle state for bulk and interrupt | iedowse | 2006-03-18 | 1 | -50/+27 |
* | Sony DSC cameras with revision number 6.0 require the same quirk | iedowse | 2006-03-17 | 1 | -0/+4 |
* | When we get an unknown ATAPI comand, try it even if it is not listed, | phk | 2006-03-05 | 1 | -2/+4 |
* | Don't free ifaces yet, should fix a panic | imp | 2006-03-01 | 1 | -1/+0 |
* | Make ukbd(4) to not delay break scancodes in "raw" mode. | emax | 2006-02-28 | 1 | -3/+1 |
* | Since we set the decription, we don't need to also print it. Noticed by: ru@ | imp | 2006-02-27 | 1 | -2/+0 |
* | Don't forget to free the ifaces when we free the ivars | imp | 2006-02-27 | 1 | -1/+3 |