linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-22 08:59:53 to 2019-10-24 01:11:03 UTC [more...]

reeze while write on external usb 3.0 hard disk [Bug 204095]
 2019-10-24  1:10 UTC  (6+ messages)
` [PATCH] usb-storage: Revert commit 747668dbc061 ("usb-storage: Set virt_boundary_mask to avoid SG overflows")
    ` [PATCH] UAS: Revert commit 3ae62a42090f ("UAS: fix alignment of scatter/gather segments")

[PATCH v4] string-choice: add yesno(), onoff(), enableddisabled(), plural() helpers
 2019-10-23 23:46 UTC  (5+ messages)

[PATCH] PCI: increase D3 delay for AMD Ryzen5/7 XHCI controllers
 2019-10-23 22:40 UTC  (7+ messages)

[PATCH v2 0/3] kcov: collect coverage from usb and vhost
 2019-10-23 22:22 UTC  (6+ messages)
` [PATCH v2 1/3] kcov: remote coverage support
` [PATCH v2 2/3] usb, kcov: collect coverage from hub_event
` [PATCH v2 3/3] vhost, kcov: collect coverage from vhost_worker

[PATCH] dmaengine: cppi41: Fix cppi41_dma_prep_slave_sg() when idle
 2019-10-23 21:49 UTC  (16+ messages)

[PATCH v2] usb: dwc2: Fix NULL qh in dwc2_queue_transaction
 2019-10-23 21:06 UTC 

[RFC PATCH 00/10] pipe: Notification queue preparation [ver #2]
 2019-10-23 20:18 UTC  (11+ messages)
` [RFC PATCH 01/10] pipe: Reduce #inclusion of pipe_fs_i.h "
` [RFC PATCH 02/10] Remove the nr_exclusive argument from __wake_up_sync_key() "
` [RFC PATCH 03/10] Add wake_up_interruptible_sync_poll_locked() "
` [RFC PATCH 04/10] pipe: Use head and tail pointers for the ring, not cursor and length "
` [RFC PATCH 05/10] pipe: Allow pipes to have kernel-reserved slots "
` [RFC PATCH 06/10] pipe: Advance tail pointer inside of wait spinlock in pipe_read() "
` [RFC PATCH 07/10] pipe: Conditionalise wakeup "
` [RFC PATCH 08/10] pipe: Rearrange sequence in pipe_write() to preallocate slot "
` [RFC PATCH 09/10] pipe: Remove redundant wakeup from pipe_write() "
` [RFC PATCH 10/10] pipe: Check for ring full inside of the spinlock in "

[PATCH 0/3] arm64: g12-common: parkmode_disable_ss_quirk on DWC3 controller
 2019-10-23 20:11 UTC  (3+ messages)
` [PATCH 1/3] doc: dt: bindings: usb: dwc3: Update entries for disabling SS instances in park mode

[PATCH 0/3] kcov: collect coverage from usb and vhost
 2019-10-23 19:10 UTC  (11+ messages)
` [PATCH 1/3] kcov: remote coverage support
` [PATCH 2/3] usb, kcov: collect coverage from hub_event
` [PATCH 3/3] vhost, kcov: collect coverage from vhost_worker

[PATCH] usb: dwc3: gadget: Correct the logic for finding last SG entry
 2019-10-23 16:58 UTC  (5+ messages)

[PATCH 00/25] thunderbolt: Add support for USB4
 2019-10-23 16:18 UTC  (28+ messages)
` [PATCH 01/25] thunderbolt: Introduce tb_switch_is_icm()
` [PATCH 02/25] thunderbolt: Log switch route string on config read/write timeout
` [PATCH 03/25] thunderbolt: Log error if adding switch fails
` [PATCH 04/25] thunderbolt: Convert basic adapter register names to follow the USB4 spec
` [PATCH 05/25] thunderbolt: Convert PCIe "
` [PATCH 06/25] thunderbolt: Convert DP "
` [PATCH 07/25] thunderbolt: Make tb_sw_write() take const parameter
` [PATCH 08/25] thunderbolt: Add helper macro to iterate over switch ports
` [PATCH 09/25] thunderbolt: Refactor add_switch() into two functions
` [PATCH 10/25] thunderbolt: Add support for lane bonding
` [PATCH 11/25] thunderbolt: Add default linking between lane adapters if not provided by DROM
` [PATCH 12/25] thunderbolt: Expand controller name in tb_switch_is_xy()
` [PATCH 13/25] thunderbolt: Add downstream PCIe port mappings for Alpine and Titan Ridge
` [PATCH 14/25] thunderbolt: Add Display Port CM handshake for Titan Ridge devices
` [PATCH 15/25] thunderbolt: Add Display Port adapter pairing and resource management
` [PATCH 16/25] thunderbolt: Add bandwidth management for Display Port tunnels
` [PATCH 17/25] thunderbolt: Do not start firmware unless asked by the user
` [PATCH 18/25] thunderbolt: Make tb_find_port() available to other files
` [PATCH 19/25] thunderbolt: Call tb_eeprom_get_drom_offset() from tb_eeprom_read_n()
` [PATCH 20/25] thunderbolt: Add initial support for USB4
` [PATCH 21/25] thunderbolt: Update Kconfig entry to USB4
` [PATCH 22/25] thunderbolt: Make tb_switch_find_cap() available to other files
` [PATCH 23/25] thunderbolt: Add support for Time Management Unit
` [PATCH 24/25] thunderbolt: Add support for USB 3.x tunnels
` [PATCH 25/25] thunderbolt: Update documentation with the USB4 information

[PATCH v2 00/18] usb: typec: API improvements
 2019-10-23 16:12 UTC  (20+ messages)
` [PATCH v2 01/18] usb: typec: Copy everything from struct typec_capability during registration
` [PATCH v2 02/18] usb: typec: Introduce typec_get_drvdata()
` [PATCH v2 03/18] usb: typec: Separate the operations vector
` [PATCH v2 04/18] usb: typec: tcpm: Start using struct typec_operations
` [PATCH v2 05/18] usb: typec: tps6598x: "
` [PATCH v2 06/18] usb: typec: ucsi: "
` [PATCH v2 07/18] usb: typec: hd3ss3220: "
` [PATCH v2 08/18] usb: typec: Remove the callback members from struct typec_capability
` [PATCH v2 09/18] usb: typec: Remove unused "
` [PATCH v2 10/18] usb: typec: hd3ss3220: Give the connector fwnode to the port device
` [PATCH v2 11/18] usb: typec: ucsi: Simplified registration and I/O API
` [PATCH v2 12/18] usb: typec: ucsi: acpi: Move to the new API
` [PATCH v2 13/18] usb: typec: ucsi: ccg: "
` [PATCH v2 14/18] usb: typec: ucsi: Remove the old API
` [PATCH v2 15/18] usb: typec: ucsi: Remove struct ucsi_control
` [PATCH v2 16/18] usb: typec: ucsi: Remove all bit-fields
` [PATCH v2 17/18] usb: typec: ucsi: New error codes
` [PATCH v2 18/18] usb: typec: ucsi: Optimise ucsi_unregister()

[PATCH 00/18] usb: typec: API improvements
 2019-10-23 16:09 UTC  (10+ messages)
` [PATCH 14/18] usb: typec: ucsi: Remove the old API

[PATCH V2] usb: typec: Add sysfs node to show connector orientation
 2019-10-23 15:57 UTC  (9+ messages)

[PATCH v2] usbip: Fix free of unallocated memory in vhci tx
 2019-10-23 15:55 UTC  (3+ messages)

[PATCH] dmaengine: cppi41: Fix issue with musb and ftdi uart
 2019-10-23 15:27 UTC  (3+ messages)

Logitech C270 webcam floods the log
 2019-10-23 14:20 UTC  (2+ messages)

[PATCH 00/36] ARM: samsung platform cleanup
 2019-10-23 13:39 UTC  (10+ messages)
  ` [PATCH 03/36] usb: gadget: s3c: use platform resources
  ` [PATCH 04/36] usb: gadget: s3c-hsudc: remove platform header dependency

[PATCH V2 0/7] Add Fintek F81534A series usb-to-serial driver
 2019-10-23 12:25 UTC  (15+ messages)
` [PATCH V2 1/7] USB: serial: f81232: Extract LSR handler
` [PATCH V2 2/7] USB: serial: f81232: Add tx_empty function
` [PATCH V2 4/7] USB: serial: f81232: Add F81534A support
` [PATCH V2 5/7] USB: serial: f81232: Set F81534A serial port with RS232 mode
` [PATCH V2 6/7] USB: serial: f81232: Add generator for F81534A
` [PATCH V2 7/7] USB: serial: f81232: Add gpiolib to GPIO device

[PATCH net-next] r8152: support request_firmware for RTL8153
 2019-10-23 11:52 UTC  (5+ messages)

[PATCH 1/3] usb: usb251xb: Drop some unused defines
 2019-10-23 10:52 UTC  (3+ messages)
` [PATCH 2/3] usb: usb251xb: Document chip variant usb2422
` [PATCH 3/3] usb: usb251xb: Add support for USB2422

[PATCH] usb: xhci: fix Immediate Data Transfer endianness
 2019-10-23 10:05 UTC  (2+ messages)

BUG report: usb: dwc3: Link TRB triggered an intterupt without IOC being setted
 2019-10-23 10:01 UTC  (11+ messages)

How to find devices that have gadget support?
 2019-10-23  9:20 UTC 

[PATCH] usb: cdns3: gadget: Don't manage pullups
 2019-10-23  9:17 UTC  (2+ messages)

[PATCH] [PATCH v8] USB: serial: pl2303: Add new PID to support PL2303HXN (TYPE_HXN)
 2019-10-23  8:56 UTC  (2+ messages)

[PATCH 1/2] usb: gadget: composite: Fix bMaxPower for SuperSpeedPlus
 2019-10-23  8:31 UTC  (5+ messages)
` [PATCH 2/2] usb: gadget: composite: Support more than 500mA MaxPower

[PATCH v1 1/2] usb: chipidea: use of extcon framework to work for non OTG case
 2019-10-23  8:28 UTC  (4+ messages)

KMSAN: kernel-usb-infoleak in pcan_usb_wait_rsp
 2019-10-23  8:27 UTC  (2+ messages)
` [PATCH] can: peak_usb: fix slab info leak

[PATCH] dt-bindings: usb: renesas: usb3-peri: convert bindings to json-schema
 2019-10-23  8:20 UTC 

[PATCH] dt-bindings: usb: renesas_usbhs: convert bindings to json-schema
 2019-10-23  8:20 UTC 

[PATCH v2 0/6] musb: Improve performance for hub-attached webcams
 2019-10-23  8:12 UTC  (5+ messages)

[PATCH] net: usb: lan78xx: Use phy_mac_interrupt() for interrupt handling
 2019-10-23  8:06 UTC  (6+ messages)

[PATCH v2 1/3] dt-bindings: power: Convert Generic Power Domain bindings to json-schema
 2019-10-23  7:42 UTC  (3+ messages)

[PATCH net-next] net: lan78xx: remove set but not used variable 'event'
 2019-10-23  7:36 UTC 

drivers/usb/usbip/stub_rx.c:505 stub_recv_cmd_submit() error: uninitialized symbol 'nents'
 2019-10-23  7:11 UTC 

kexec on rk3399
 2019-10-23  6:31 UTC  (7+ messages)
` [PATCH] usb: dwc3: Add shutdown to platform_driver

[PATCH 0/4] usb: gadget: Link state changes
 2019-10-23  6:21 UTC  (6+ messages)
` [PATCH 1/4] usb: dwc3: gadget: Don't send unintended link state change
` [PATCH 2/4] usb: dwc3: gadget: Set link state to RX_Detect on disconnect
` [PATCH 3/4] usb: dwc3: gadget: Clear DCTL.ULSTCHNGREQ before set
` [PATCH 4/4] usb: dwc3: debug: Remove newline printout

KASAN: slab-out-of-bounds Read in parse_term_proc_unit
 2019-10-23  5:07 UTC  (2+ messages)
` [alsa-devel] "

[PATCH] usb: gadget: udc: bdc: Remove unnecessary NULL checks in bdc_req_complete
 2019-10-23  0:20 UTC 

5.3.6: I/O error on writing SD card via USB3
 2019-10-22 16:53 UTC  (3+ messages)

[PATCH RFC 0/3] kcov: collect coverage from usb and vhost
 2019-10-22 16:44 UTC  (4+ messages)
` [PATCH RFC 1/3] kcov: remote coverage support

[PATCH 00/46] ARM: pxa: towards multiplatform support
 2019-10-22 16:36 UTC  (3+ messages)
` [PATCH 05/46] ARM: pxa: split up mach/hardware.h

[PATCH] dt-bindings: usb: Convert Allwinner A10 mUSB controller to a schema
 2019-10-22 16:19 UTC 

KASAN: slab-out-of-bounds Read in build_audio_procunit
 2019-10-22 15:45 UTC  (2+ messages)

INFO: task hung in ld_usb_write
 2019-10-22 15:31 UTC  (2+ messages)
` [PATCH] USB: ldusb: fix control-message timeout

musb: cppi41: broken high speed FTDI functionality when connected to musb directly
 2019-10-22 14:56 UTC  (11+ messages)

KASAN: slab-out-of-bounds Read in read_descriptors
 2019-10-22 14:54 UTC 

WARNING in usbhid_raw_request/usb_submit_urb (2)
 2019-10-22 14:54 UTC 

[PATCH 0/2] USB: ldusb: fix ring-buffer locking
 2019-10-22 14:32 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] USB: ldusb: use unsigned size format specifiers

[PATCH] usbip: Fix free of unallocated memory in vhci tx
 2019-10-22  9:26 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).