Skip to content

Commit

Permalink
Update btusb.c
Browse files Browse the repository at this point in the history
fix spacing
  • Loading branch information
ahoneybun authored Feb 4, 2025
1 parent 1368ca0 commit e73b61c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/bluetooth/btusb.c
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ static const struct usb_device_id quirks_table[] = {
BTUSB_WIDEBAND_SPEECH },

/* Realtek 8851BE Bluetooth devices */
{ USB_DEVICE(0x0489, 0xe112), .driver_info = BTUSB_REALTEK },
{ USB_DEVICE(0x0489, 0xe112), .driver_info = BTUSB_REALTEK },
{ USB_DEVICE(0x13d3, 0x3600), .driver_info = BTUSB_REALTEK },

/* Realtek 8852AE Bluetooth devices */
Expand Down

0 comments on commit e73b61c

Please sign in to comment.