| Submitter | Bryan Wu |
|---|---|
| Date | July 11, 2012, 5:11 a.m. |
| Message ID | <1341983498-27856-9-git-send-email-bryan.wu@canonical.com> |
| Download | mbox | patch |
| Permalink | /patch/170359/ |
| State | New |
| Headers | show |
Comments
Looks like it would be handy for USB device identification, and won't add to much spew into the kernel log. rtg
Patch
diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu index 0e4e06e..05cf555 100644 --- a/debian.master/config/config.common.ubuntu +++ b/debian.master/config/config.common.ubuntu @@ -5676,7 +5676,7 @@ CONFIG_USB_ADUTUX=m CONFIG_USB_ALI_M5632=y CONFIG_USB_AMD5536UDC=m CONFIG_USB_AN2720=y -# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set +CONFIG_USB_ANNOUNCE_NEW_DEVICES=y CONFIG_USB_APPLEDISPLAY=m CONFIG_USB_ARCH_HAS_HCD=y CONFIG_USB_ARMLINUX=y
Signed-off-by: Bryan Wu <bryan.wu@canonical.com> --- debian.master/config/config.common.ubuntu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)