From f200138da43c21ce5c07406126092849e4fc61b5 Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Fri, 25 Jul 2008 18:58:55 +0000 Subject: [PATCH] [arm/orion5x] Enable USB_PRINTER, requested by Mike Arthur. svn path=/dists/trunk/linux-2.6/; revision=11905 --- debian/changelog | 1 + debian/config/arm/config.orion5x | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index 038d43956..359f5e144 100644 --- a/debian/changelog +++ b/debian/changelog @@ -111,6 +111,7 @@ linux-2.6 (2.6.26-1~experimental.1) UNRELEASED; urgency=low * [arm/orion5x] use better key codes for the TS-209/TS-409 buttons * [arm/orion5x] export red SATA lights on TS-409, fix SATA presence/activity * [arm] Enable KEXEC (closes: #492268). + * [arm/orion5x] Enable USB_PRINTER, requested by Mike Arthur. [ Ian Campbell ] * Readme.build updated on how to generate orig tarballs. diff --git a/debian/config/arm/config.orion5x b/debian/config/arm/config.orion5x index a671fb525..1dc1ba3f2 100644 --- a/debian/config/arm/config.orion5x +++ b/debian/config/arm/config.orion5x @@ -411,6 +411,12 @@ CONFIG_SERIAL_8250_RUNTIME_UARTS=2 CONFIG_USB_SUPPORT=y CONFIG_USB=m +## +## file: drivers/usb/class/Kconfig +## +CONFIG_USB_ACM=m +CONFIG_USB_PRINTER=m + ## ## file: drivers/usb/core/Kconfig ##