linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-01 22:13:23 to 2022-10-09 02:58:19 UTC [more...]

[PATCH v3 0/5] treewide cleanup of random integer usage
 2022-10-09  2:57 UTC  (23+ messages)
` [PATCH v3 1/5] treewide: use prandom_u32_max() when possible
` [PATCH v3 2/5] treewide: use get_random_{u8,u16}() "
` [PATCH v3 3/5] treewide: use get_random_u32() "
` [PATCH v3 4/5] treewide: use get_random_bytes "
` [PATCH v3 5/5] prandom: remove unused functions

[PATCH v4 0/6] treewide cleanup of random integer usage
 2022-10-09  0:26 UTC  (21+ messages)
` [PATCH v4 1/6] treewide: use prandom_u32_max() when possible, mechanically
` [PATCH v4 2/6] treewide: use prandom_u32_max() when possible
` [PATCH v4 3/6] treewide: use get_random_{u8,u16}() "
` [PATCH v4 4/6] treewide: use get_random_u32() "
` [PATCH v4 5/6] treewide: use get_random_bytes "
` [PATCH v4 6/6] prandom: remove unused functions

[PATCH v5 0/7] treewide cleanup of random integer usage
 2022-10-08 21:42 UTC  (10+ messages)
` [PATCH v5 1/7] treewide: use prandom_u32_max() when possible, part 1
` [PATCH v5 2/7] treewide: use prandom_u32_max() when possible, part 2
` [PATCH v5 3/7] treewide: use get_random_{u8,u16}() when possible, part 1
` [PATCH v5 4/7] treewide: use get_random_{u8,u16}() when possible, part 2
` [PATCH v5 5/7] treewide: use get_random_u32() when possible
` [PATCH v5 6/7] treewide: use get_random_bytes "
` [PATCH v5 7/7] prandom: remove unused functions

[PATCH v1 1/1] thunderbolt: Use str_enabled_disabled() helper
 2022-10-08 19:45 UTC 

[PATCH v4 2/6] treewide: use prandom_u32_max() when possible
 2022-10-08 18:16 UTC  (3+ messages)

[Bug 216558] New: Astro A20 audio headset require module unload/reload
 2022-10-08 16:06 UTC 

[PATCH] usb: bdc: change state when port disconnected
 2022-10-08 15:44 UTC  (3+ messages)

[PATCH] usb: cdnsp: Fix wrong transmission direction of EP0
 2022-10-08 15:40 UTC  (2+ messages)

[GIT PULL] USB / Thunderbolt driver changes for 6.1-rc1
 2022-10-08  0:28 UTC  (2+ messages)

[PATCH] USB: host: Kconfig: Fix spelling mistake "firwmare" -> "firmware"
 2022-10-07 20:32 UTC 

[PATCH] MAINTAINERS: Update maintainers for broadcom USB
 2022-10-07 19:22 UTC  (9+ messages)

[PATCH v2] MAINTAINERS: Update maintainers for broadcom USB
 2022-10-07 18:32 UTC 

[PATCH v2 0/2] Enable runtime PM more broadly
 2022-10-07 16:42 UTC  (5+ messages)
` [PATCH v2 1/2] xhci-pci: Set runtime PM as default policy on all xHC 1.2 or later devices
` [PATCH v2 2/2] xhci-pci: Lower the requirement for runtime PM version to 1.0

[PATCH v1 0/2] usb: typec: UCSI resume fix
 2022-10-07 14:39 UTC  (4+ messages)
` [PATCH v1 1/2] usb: typec: ucsi: Check the connection on resume
` [PATCH v1 2/2] usb: typec: ucsi: acpi: Implement resume callback

[PATCH 2/3] net: usb: ax88179_178a: Enable AX_RX_CTL_IPE only when NET_IP_ALIGN != 0
 2022-10-07 14:20 UTC  (2+ messages)
` [PATCH 3/3] net: usb: ax88179_178a: Allow live update of devices' mac address

[PATCH 1/3] net: usb: ax88179_178a: Enable FLAG_MULTI_PACKET to improve tx stability
 2022-10-07 14:20 UTC 

[syzbot] WARNING: ODEBUG bug in usb_unbind_interface
 2022-10-07 14:20 UTC 

[syzbot] KASAN: use-after-free Read in dvb_devnode
 2022-10-07 14:20 UTC 

[Bug 216497] New: USB connections through thunderbolt dock broken
 2022-10-07 13:54 UTC  (2+ messages)
` [Bug 216497] "

[PATCH v2 0/2] usb: dwc3: revert OTG changes for Intel Merrifield
 2022-10-07 13:07 UTC  (14+ messages)
` [PATCH v2 2/2] Revert "usb: dwc3: Don't switch OTG -> peripheral if extcon is present"

[RFC PATCH 0/2] usb: typec: ucsi: Check connection on resume
 2022-10-07 10:04 UTC  (5+ messages)

[PATCH 0/2] USB: serial: option: add NetIndex UX302NC and docomo L-03F
 2022-10-07  0:02 UTC  (6+ messages)
` [PATCH 2/2] USB: serial: option: add support for "

[PATCH] usb: ehci-orion: Extend DMA mask to 64 bit for AC5 platform
 2022-10-06 19:26 UTC  (3+ messages)

[PATCH v2 0/5] treewide cleanup of random integer usage
 2022-10-06 16:25 UTC  (11+ messages)
` [PATCH v2 1/5] treewide: use prandom_u32_max() when possible
` [PATCH v2 2/5] treewide: use get_random_{u8,u16}() "
` [PATCH v2 3/5] treewide: use get_random_u32() "
` [PATCH v2 4/5] treewide: use get_random_bytes "
` [PATCH v2 5/5] prandom: remove unused functions

[PATCH] usb: Replace NO_IRQ by 0
 2022-10-06 14:24 UTC  (5+ messages)

[PATCH v1 0/5] treewide cleanup of random integer usage
 2022-10-06 13:20 UTC  (10+ messages)
` [PATCH v1 1/5] treewide: use prandom_u32_max() when possible
` [PATCH v1 2/5] treewide: use get_random_{u8,u16}() "
` [PATCH v1 3/5] treewide: use get_random_u32() "
      ` [f2fs-dev] "
` [PATCH v1 4/5] treewide: use get_random_bytes "
` [PATCH v1 5/5] prandom: remove unused functions

[PATCH 0/4] Enable runtime PM more broadly
 2022-10-06  8:58 UTC  (6+ messages)
` [PATCH 1/4] USB: ACPI: Look for `usb4-host-interface` property
` [PATCH 2/4] xhci-pci: Move PCI IDs for runtime allow into a table
` [PATCH 3/4] xhci-pci: Remove a number of controllers from the runtime PM allowlist
` [PATCH 4/4] xhci-pci: Allow host runtime PM as default for AMD Pink Sardine

[PATCH] usbhid: Interpret 0 length ff effects as infinite (0xffff) length effects
 2022-10-05 21:30 UTC  (3+ messages)

[PATCH] dt-bindings: usb: dwc2: Add some missing Lantiq variants
 2022-10-05 13:33 UTC  (2+ messages)

[PATCH] MAINTAINERS: move USB gadget and phy entries under the main USB entry
 2022-10-05 11:51 UTC  (2+ messages)

[RFC 0/3] Enable runtime PM more broadly
 2022-10-04 12:46 UTC  (7+ messages)
` [RFC 1/3] thunderbolt: Allow XHCI device links to enter runtime pm
` [RFC 2/3] xhci-pci: Remove a number of controllers from the runtime PM allowlist
` [RFC 3/3] xhci-pci: Allow host runtime PM as default for AMD Pink Sardine

[PATCH v3 0/5] device property: Consitify a few APIs and
 2022-10-04 12:11 UTC  (9+ messages)
` [PATCH v3 1/5] device property: Allow const parameter to dev_fwnode()
` [PATCH v3 2/5] device property: Constify fwnode connection match APIs
` [PATCH v3 3/5] device property: Constify parameter in fwnode_graph_is_endpoint()
` [PATCH v3 4/5] device property: Constify device child node APIs
` [PATCH v3 5/5] device property: Constify parameter in device_dma_supported() and device_get_dma_attr()

[PATCH v2 0/5] device property: Consitify a few APIs and correct dev_fwnode()
 2022-10-04  9:21 UTC  (18+ messages)
` [PATCH v2 1/5] device property: Keep dev_fwnode() and dev_fwnode_const() separate

[PATCH] USB: make devnode() callback in usb_class_driver take a const *
 2022-10-04  8:24 UTC  (3+ messages)

[PATCH] uvc: gadget: uvc: Defer uvcg_complete_buffer() until .complete()
 2022-10-03 22:23 UTC  (4+ messages)

USB disk disconnect problems
 2022-10-03 20:21 UTC  (4+ messages)

[PATCH] USB: usbip: missing lock in stub down
 2022-10-03 17:25 UTC  (2+ messages)

[PATCH] usbip: vudc: Convert snprintf() to sysfs_emit()
 2022-10-03 17:19 UTC  (2+ messages)

[PATCH 0/3] Remove unused declarations for arm
 2022-10-03 12:17 UTC  (3+ messages)
` [PATCH 3/3] ARM: ftrace: remove unused ftrace_graph_caller_old() declaration

[PATCH v2 1/1] usb: typec: ucsi_ccg: Add OF support
 2022-10-03  8:55 UTC  (2+ messages)

[PATCH v2 1/1] usb: typec: ucsi_ccg: Disable UCSI ALT support on Tegra
 2022-10-03  8:51 UTC  (2+ messages)

[Bug 210425] Plugging in or unplugging power cord while system is suspended does not trigger updates
 2022-10-03  7:56 UTC 

[syzbot] WARNING in match_held_lock
 2022-10-03  3:53 UTC  (2+ messages)

[PATCH v5 1/9] dt-bindings: usb: Add Type-C switch binding
 2022-10-03  3:42 UTC  (13+ messages)

[PATCH] usb: gadget: uvc: don't put item still in use
 2022-10-02 22:49 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] usb: gadget: uvc: Fix clearing of vdev
 2022-10-02 18:05 UTC  (2+ messages)

[usb:usb-testing] BUILD SUCCESS 00988f70a0763f14c97c4c0df76fb9aa4959e953
 2022-10-02 12:40 UTC 

[PATCH 1/1] HID: usbhid: hid-pidff: Set Replay Length to Infinite when set to 0
 2022-10-02 11:25 UTC  (2+ 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).