| Commit message (Expand) | Author | Age |
* | device create: framebuffer: convert device_create to device_create_drvdata | Greg Kroah-Hartman | 2008-07-22 |
* | device create: dvb: convert device_create to device_create_drvdata | Greg Kroah-Hartman | 2008-07-22 |
* | device create: dca: convert device_create to device_create_drvdata | Greg Kroah-Hartman | 2008-07-22 |
* | device create: coda: convert device_create to device_create_drvdata | Greg Kroah-Hartman | 2008-07-22 |
* | device create: char: convert device_create to device_create_drvdata | Greg Kroah-Hartman | 2008-07-22 |
* | device create: block: convert device_create to device_create_drvdata | Greg Kroah-Hartman | 2008-07-22 |
* | Firmware: fix typo in example code | Greg Kroah-Hartman | 2008-07-22 |
* | debugfs: Add a reference to the debugfs API documentation. | Robert P. J. Day | 2008-07-22 |
* | kobject: replace '/' with '!' in name | Kay Sievers | 2008-07-22 |
* | sysfs: add /sys/dev/{char,block} to lookup sysfs path by major:minor | Dan Williams | 2008-07-22 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds | 2008-07-21 |
|\ |
|
| * | usb-storage: revert DMA-alignment change for Wireless USB | Alan Stern | 2008-07-21 |
| * | USB: use reset_resume when normal resume fails | Alan Stern | 2008-07-21 |
| * | usb_gadget: composite cdc gadget fault handling | David Brownell | 2008-07-21 |
| * | usb gadget: minor USBCV fix for composite framework | David Lopo | 2008-07-21 |
| * | USB: Fix bug with byte order in isp116x-hcd.c fio write/read | Julien May | 2008-07-21 |
| * | USB: fix double kfree in ipaq in error case | Oliver Neukum | 2008-07-21 |
| * | USB: fix build error in cdc-acm for CONFIG_PM=n | Oliver Neukum | 2008-07-21 |
| * | USB: remove board-specific UP2OCR configuration from pxa27x-udc | Daniel Ribeiro | 2008-07-21 |
| * | USB: EHCI: Reconciling USB register differences on MPC85xx vs MPC83xx | Srikanth Srinivasan | 2008-07-21 |
| * | USB: Fix pointer/int cast in USB devio code | David Howells | 2008-07-21 |
| * | usb gadget: g_cdc dependso on NET | Randy Dunlap | 2008-07-21 |
| * | USB: Au1xxx-usb: suspend/resume support. | Manuel Lauss | 2008-07-21 |
| * | USB: Au1xxx-usb: clean up ohci/ehci bus glue sources. | Manuel Lauss | 2008-07-21 |
| * | usbfs: don't store bad pointers in registration | Alan Stern | 2008-07-21 |
| * | usbfs: fix race between open and unregister | Alan Stern | 2008-07-21 |
| * | usbfs: simplify the lookup-by-minor routines | Alan Stern | 2008-07-21 |
| * | usbfs: send disconnect signals when device is unregistered | Alan Stern | 2008-07-21 |
| * | USB: Force unbinding of drivers lacking reset_resume or other methods | Alan Stern | 2008-07-21 |
| * | USB: ohci-pnx4008: I2C cleanups and fixes | Jean Delvare | 2008-07-21 |
| * | USB: debug port converter does not accept more than 8 byte packets | Aleksey Gorelov | 2008-07-21 |
| * | USB: fix disconnect bug in cdc-acm | Oliver Neukum | 2008-07-21 |
| * | USB: fix usb serial pm counter decrement for disconnected interfaces | Oliver Neukum | 2008-07-21 |
| * | USB: autosuspend for cdc-wdm | Oliver Neukum | 2008-07-21 |
| * | USB: additional power savings for cdc-acm devices that support remote wakeup | Oliver Neukum | 2008-07-21 |
| * | USB: keyspan: Remove duplicate device entries | Ben Collins | 2008-07-21 |
| * | usb: fix uninitialized variable warning in keyspan_pda | Benny Halevy | 2008-07-21 |
| * | usb: r8a66597-hcd: fix iinterval for Full/Low speed device | Yoshihiro Shimoda | 2008-07-21 |
| * | usb: r8a66597-hcd: fix interrupt trigger | Yoshihiro Shimoda | 2008-07-21 |
| * | USB: fix usb_reset_device and usb_reset_composite_device(take 3) | Ming Lei | 2008-07-21 |
| * | USB: usb-serial: fix a sparse warning about different signedness | Andre Haupt | 2008-07-21 |
| * | USB: isp1760: Support board-specific hardware configurations | Nate Case | 2008-07-21 |
| * | USB: fix comment of usb_set_configuration | Ming Lei | 2008-07-21 |
| * | USB: use standard SG iterator in the scatter-gather library | Alan Stern | 2008-07-21 |
| * | USB: remove interface parameter of usb_reset_composite_device | Ming Lei | 2008-07-21 |
| * | USB: AccessRunner: avoid unnecessary memset | Christophe Jaillet | 2008-07-21 |
| * | USB: drivers/usb/host/isp1760-hcd.c: processor flags have type `unsigned long' | Andrew Morton | 2008-07-21 |
| * | USB: cdc-wdm cleanup | Oliver Neukum | 2008-07-21 |
| * | USB: delete airprime driver | Greg Kroah-Hartman | 2008-07-21 |
| * | USB: usbmon: use simple_read_from_buffer() | Akinobu Mita | 2008-07-21 |