summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2013-04-16Don't be too clever when allocating a buffer for a transfer and do notMartin Pieuchot
2013-04-16Merge ohci_hash_rem_td() into ohci_free_std() to reduce differences withMartin Pieuchot
2013-04-15Get rid of various 'typedef struct' definitions and use plain structureMarcus Glocker
2013-04-15Revert r1.37 now that we stop after the first matching protocol, testedMartin Pieuchot
2013-04-15Move the IntelliMouse protocol definition after Elantech ones, because someMartin Pieuchot
2013-04-15Don't probe for all supported protocols this can confuse some touchpads andMartin Pieuchot
2013-04-14Add escape codes for F21 to F24, continuing the existing sequence. Note thatMiod Vallat
2013-04-14regenMiod Vallat
2013-04-14Get USB F13 to F24 keys from the PS/2 layout, rather than as extra entries, now.Miod Vallat
2013-04-14Support for F13-F24 keys found on IBM 122-key keyboards.Miod Vallat
2013-04-14Take a different approach towards framebuffer accelartion. Instead of usingMark Kettenis
2013-04-14Be sure to turn hsync/vsync back on at crt enable (v2)Jonathan Gray
2013-04-14add some acer quirks from linux 3.8.7Jonathan Gray
2013-04-13Perform a warm reset instead of putting the hardware into full sleep modeStefan Sperling
2013-04-12usbd_setup_default_xfer() already use the default device's pipe so there'sMartin Pieuchot
2013-04-12Instead of using a wrapper around usbd_transfer() when submitting aMartin Pieuchot
2013-04-12Now we can handle bitbanging enable the fallback method of gettingJonathan Gray
2013-04-11Merge usbd_ar_pipe in usbd_abort_pipe, no functional change.Martin Pieuchot
2013-04-10Merge usbd_get_device_desc() into the only function using them.Martin Pieuchot
2013-04-10Instead of refetching the descriptor from the device, just use the copyMartin Pieuchot
2013-04-10Merge usb_devinfo* helper functions into usbd_print(), nothing else useMartin Pieuchot
2013-04-10Remove unused function usb_find_desc().Martin Pieuchot
2013-04-10Fix various glitches in queue macro usage.Philip Guenther
2013-04-09When submitting a request the device's default pipe is alwaysMartin Pieuchot
2013-04-09There's no need for usbd_get_config_desc_full() so just call usbd_get_desc()Martin Pieuchot
2013-04-08A few changes that reduce the diffs to the Linux code. Mostly style issues,Mark Kettenis
2013-04-08Add new ioctl's USB_DEVICE_GET_CDESC and USB_DEVICE_GET_FDESC to usb(4).Marcus Glocker
2013-04-08Fix typo in ale_stop_mac().Brad Smith
2013-04-08Use the fixed pixel clock for eDP in intel_dp_set_m_n()Jonathan Gray
2013-04-08Don't clobber crtc->fb when queue_flip failsJonathan Gray
2013-04-07check BGE_SGDIG_STS when the chip is NOT a 5717 A0, like freebsd.David Gwynne
2013-04-07david imhoff points out that the error handling in mfi_init_ccb gets theDavid Gwynne
2013-04-06fix format string % escapeStefan Fritsch
2013-04-05Even though Sandy Bridge and Ivy Bridge have stolen memory, substracting itMark Kettenis
2013-04-05unfinished opti device code is never called or usedTed Unangst
2013-04-05Fix USB athn(4) to be able to build on the RAMDISK. RAMDISK has SMALL_KERNELBrad Smith
2013-04-05move the bounds check for execbuffer relocation count closer to linuxJonathan Gray
2013-04-04regenBrad Smith
2013-04-04Add Broadcom BCM5717C, BCM5725, BCM5727, BCM5762 PCI ids.Brad Smith
2013-04-04The intel_dp_i2c_aux_ch() function has to return Linux-style negative errnoMark Kettenis
2013-04-03Return ENOENT instead of EBADF if looking up a gem object fails.Mark Kettenis
2013-04-03Fix a typo in the bge_ape_lock_init() function.Brad Smith
2013-04-03move i915_gem_find_inactive_object() into i915_gem_evict.cJonathan Gray
2013-04-03fix EDID detailed timing frame rateJonathan Gray
2013-04-03fix EDID detailed timing vsync parsingJonathan Gray
2013-04-03match linux 3.8.5 and backout the 'try to train DP even harder' commitJonathan Gray
2013-04-02- Have the tht(4) ioctl handler for SIOCSIFFLAGS set ENETRESETBrad Smith
2013-04-02Set the IFF_ALLMULTI flag as appropriate.Brad Smith
2013-04-02Remove Evergreen ids people have incorrectly added to radeondrm.Jonathan Gray
2013-04-02recognize and ignore power change event from newer thinkpadsjoshua stein