index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
class
/
cdc-wdm.c
Age
Commit message (
Expand
)
Author
2015-03-26
cdc-wdm: error returns need to be translated
Oliver Neukum
2015-03-26
cdc-wdm: fix endianness bug in debug statements
Oliver Neukum
2015-03-26
cdc-wdm: unify error handling in write
Oliver Neukum
2015-03-26
cdc-wdm: return correct error codes
Oliver Neukum
2014-01-12
usb: cdc-wdm: resp_count can be 0 even if WDM_READ is set
Bjørn Mork
2013-12-24
Merge 3.13-rc5 into usb-next
Greg Kroah-Hartman
2013-12-20
usb: cdc-wdm: avoid hanging on zero length reads
Bjørn Mork
2013-12-09
usb: cdc-wdm: manage_power should always set needs_remote_wakeup
Bjørn Mork
2013-10-29
usb: cdc-wdm: ignore speed change notifications
Bjørn Mork
2013-10-29
USB: cdc-wdm: support back-to-back USB_CDC_NOTIFY_RESPONSE_AVAILABLE notifica...
Greg Suarez
2013-08-12
USB: cdc-wdm: fix race between interrupt handler and tasklet
Oliver Neukum
2013-03-25
USB: cdc-wdm: implement IOCTL_WDM_MAX_COMMAND
Bjørn Mork
2013-03-12
USB: cdc-wdm: fix buffer overflow
Oliver Neukum
2012-09-10
USB: cdc-wdm: fix wdm_find_device* return value
Bjørn Mork
2012-07-16
Merge 3.5-rc7 into usb-next
Greg Kroah-Hartman
2012-07-05
USB: cdc-wdm: fix lockup on error in wdm_read
Bjørn Mork
2012-06-20
USB: cdc-wdm: QMI devices are now handled by qmi_wwan
Bjørn Mork
2012-06-12
USB: cdc-wdm: Add Vodafone/Huawei K5005 support
Bjørn Mork
2012-05-18
USB: Disable hub-initiated LPM for comms devices.
Sarah Sharp
2012-05-11
USB: cdc-wdm: remove from device list on disconnect
Bjørn Mork
2012-05-11
USB: cdc-wdm: cannot use dev_printk when device is gone
Bjørn Mork
2012-05-11
USB: cdc-wdm: poll must return POLLHUP if device is gone
Bjørn Mork
2012-05-07
Merge 3.4-rc6 into usb-next
Greg Kroah-Hartman
2012-04-30
USB: cdc-wdm: cleanup error codes
Oliver Neukum
2012-04-30
USB: cdc-wdm: add debug messages on cleanup
Bjørn Mork
2012-04-29
USB: cdc-wdm: fix memory leak
Oliver Neukum
2012-04-29
USB: cdc-wdm: sanitize error returns
Oliver Neukum
2012-04-26
USB: cdc-wdm: fix race leading leading to memory corruption
Oliver Neukum
2012-03-08
usb: cdc-wdm: adding usb_cdc_wdm_register subdriver support
Bjørn Mork
2012-03-08
usb: cdc-wdm: adding list lookup indirection
Bjørn Mork
2012-03-08
usb: cdc-wdm: split out reusable parts of probe
Bjørn Mork
2012-02-24
cdc-wdm: Don't clear WDM_READ unless entire read buffer is emptied
Ben Hutchings
2012-02-24
cdc-wdm: Fix more races on the read path
Ben Hutchings
2012-02-10
usb: cdc-wdm: make reset work with blocking IO
Bjørn Mork
2012-02-10
Merge tag 'usb-3.3-rc3' into usb-next
Greg Kroah-Hartman
2012-01-26
usb: cdc-wdm: Add device-id for Huawei 3G/LTE modems
Bjørn Mork
2012-01-24
USB: cdc-wdm: avoid printing odd-looking "cdc-wdm-176" names
Bjørn Mork
2012-01-24
USB: cdc-wdm: Avoid hanging on interface with no USB_CDC_DMM_TYPE
Bjørn Mork
2012-01-24
USB: cdc-wdm: Avoid hanging on interface with no USB_CDC_DMM_TYPE
Bjørn Mork
2012-01-24
USB: cdc-wdm: kill the now unnecessary bMaxPacketSize0 field and udev variable
Bjørn Mork
2012-01-24
USB: cdc-wdm: no need to use usb_alloc_coherent
Bjørn Mork
2012-01-24
USB: cdc-wdm: better allocate a buffer that is at least as big as we tell the...
Bjørn Mork
2012-01-24
USB: cdc-wdm: no need to fill the in request URB every time it's submitted
Bjørn Mork
2012-01-24
USB: cdc-wdm: better allocate a buffer that is at least as big as we tell the...
Bjørn Mork
2012-01-24
USB: cdc-wdm: call wake_up_all to allow driver to shutdown on device removal
Bjørn Mork
2012-01-24
USB: cdc-wdm: use two mutexes to allow simultaneous read and write
Bjørn Mork
2012-01-24
USB: cdc-wdm: updating desc->length must be protected by spin_lock
Bjørn Mork
2011-11-18
USB: convert drivers/usb/* to use module_usb_driver()
Greg Kroah-Hartman
2011-10-25
Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2011-08-23
USB: use usb_endpoint_maxp() instead of le16_to_cpu()
Kuninori Morimoto
[next]