Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188830
b: refs/heads/master
c: 34446d0
h: refs/heads/master
v: v3
  • Loading branch information
Márton Németh authored and David Vrabel committed Jan 14, 2010
1 parent fa25bdc commit 3d2e81e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 145434bee45bd353f9a93e9b411f7aa7cc677c08
refs/heads/master: 34446d05dd255b34518c76d2b8760161e63fe0c1
2 changes: 1 addition & 1 deletion trunk/drivers/uwb/hwa-rc.c
Original file line number Diff line number Diff line change
Expand Up @@ -891,7 +891,7 @@ static int hwarc_post_reset(struct usb_interface *iface)
}

/** USB device ID's that we handle */
static struct usb_device_id hwarc_id_table[] = {
static const struct usb_device_id hwarc_id_table[] = {
/* D-Link DUB-1210 */
{ USB_DEVICE_AND_INTERFACE_INFO(0x07d1, 0x3d02, 0xe0, 0x01, 0x02),
.driver_info = WUSB_QUIRK_WHCI_CMD_EVT },
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/uwb/i1480/dfu/usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ int i1480_usb_probe(struct usb_interface *iface, const struct usb_device_id *id)


/** USB device ID's that we handle */
static struct usb_device_id i1480_usb_id_table[] = {
static const struct usb_device_id i1480_usb_id_table[] = {
i1480_USB_DEV(0x8086, 0xdf3b),
i1480_USB_DEV(0x15a9, 0x0005),
i1480_USB_DEV(0x07d1, 0x3802),
Expand Down

0 comments on commit 3d2e81e

Please sign in to comment.