Age | Commit message (Expand) | Author |
2013-04-15 | Get rid of various 'typedef struct' definitions and use plain structure | Marcus Glocker |
2013-04-15 | Revert r1.37 now that we stop after the first matching protocol, tested | Martin Pieuchot |
2013-04-15 | Move the IntelliMouse protocol definition after Elantech ones, because some | Martin Pieuchot |
2013-04-15 | Don't probe for all supported protocols this can confuse some touchpads and | Martin Pieuchot |
2013-04-14 | Add escape codes for F21 to F24, continuing the existing sequence. Note that | Miod Vallat |
2013-04-14 | regen | Miod Vallat |
2013-04-14 | Get USB F13 to F24 keys from the PS/2 layout, rather than as extra entries, now. | Miod Vallat |
2013-04-14 | Support for F13-F24 keys found on IBM 122-key keyboards. | Miod Vallat |
2013-04-14 | Unbreak tape boot blocks by not attempting to load kernel symbols, and providing | Miod Vallat |
2013-04-14 | Take a different approach towards framebuffer accelartion. Instead of using | Mark Kettenis |
2013-04-14 | Be sure to turn hsync/vsync back on at crt enable (v2) | Jonathan Gray |
2013-04-14 | add some acer quirks from linux 3.8.7 | Jonathan Gray |
2013-04-13 | Perform a warm reset instead of putting the hardware into full sleep mode | Stefan Sperling |
2013-04-12 | Fix the log messages displayed to the user. | Brian Callahan |
2013-04-12 | usbd_setup_default_xfer() already use the default device's pipe so there's | Martin Pieuchot |
2013-04-12 | Instead of using a wrapper around usbd_transfer() when submitting a | Martin Pieuchot |
2013-04-12 | Now we can handle bitbanging enable the fallback method of getting | Jonathan Gray |
2013-04-12 | Double-register load and store instructions using an odd-numbered register as | Miod Vallat |
2013-04-11 | Remove the extern keyword from function declarations, document | Martin Pieuchot |
2013-04-11 | Merge usbd_ar_pipe in usbd_abort_pipe, no functional change. | Martin Pieuchot |
2013-04-11 | copy out a blank string if no wmesg, so userland can rely on reading | Ted Unangst |
2013-04-10 | Correctly handle data memory protection ID traps: if occuring in user mode, | Miod Vallat |
2013-04-10 | futex: Prevent multiple futex pool initializations. | Paul Irofti |
2013-04-10 | futex: Sprinkle a few debug printfs that helped me in the past. | Paul Irofti |
2013-04-10 | futex: Assert that the refcount is larger than 0 when doing futex_put. | Paul Irofti |
2013-04-10 | Remove various external variable declaration from sources files and | Martin Pieuchot |
2013-04-10 | Merge usbd_get_device_desc() into the only function using them. | Martin Pieuchot |
2013-04-10 | Instead of refetching the descriptor from the device, just use the copy | Martin Pieuchot |
2013-04-10 | Merge usb_devinfo* helper functions into usbd_print(), nothing else use | Martin Pieuchot |
2013-04-10 | Remove unused function usb_find_desc(). | Martin Pieuchot |
2013-04-10 | Fix various glitches in queue macro usage. | Philip Guenther |
2013-04-09 | Add a magic number to the head of the signature block. Check for magic | Mike Larkin |
2013-04-09 | newvers.sh uses 'basename' to determine the directory name to stamp the | Mike Larkin |
2013-04-09 | When submitting a request the device's default pipe is always | Martin Pieuchot |
2013-04-09 | There's no need for usbd_get_config_desc_full() so just call usbd_get_desc() | Martin Pieuchot |
2013-04-09 | Remove read-only ipsec variables and directly use defines instead. | Martin Pieuchot |
2013-04-09 | knf. even old ttys need love. | Ted Unangst |
2013-04-09 | Need #include "isa.h" for NISA | Philip Guenther |
2013-04-09 | Add missing #ifdef CRYPTO around amd64_has_aesni | Philip Guenther |
2013-04-08 | A few changes that reduce the diffs to the Linux code. Mostly style issues, | Mark Kettenis |
2013-04-08 | Recalculate the IP and protocol checksums of packets (re)injected via | Lawrence Teo |
2013-04-08 | Add new ioctl's USB_DEVICE_GET_CDESC and USB_DEVICE_GET_FDESC to usb(4). | Marcus Glocker |
2013-04-08 | allow octeon to find it's root device, based on the flags passed by U-Boot. T... | Jasper Lievisse Adriaanse |
2013-04-08 | Fix typo in ale_stop_mac(). | Brad Smith |
2013-04-08 | Use the fixed pixel clock for eDP in intel_dp_set_m_n() | Jonathan Gray |
2013-04-08 | Don't clobber crtc->fb when queue_flip fails | Jonathan Gray |
2013-04-07 | Make the SO_BINDANY socket option also work for raw IPv6 sockets. | Alexander Bluhm |
2013-04-07 | check BGE_SGDIG_STS when the chip is NOT a 5717 A0, like freebsd. | David Gwynne |
2013-04-07 | david imhoff points out that the error handling in mfi_init_ccb gets the | David Gwynne |
2013-04-06 | make kernel compile | Theo de Raadt |