summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Gilles <jgilles@multitech.com>2010-12-30 12:02:49 -0600
committerJesse Gilles <jgilles@multitech.com>2010-12-30 12:02:49 -0600
commite5919c560e115f2d965bc909f581f1900b07fa21 (patch)
treeaa88207a894cf84941978895c3d32b713cb743ef
parentc5c17597c2de3b70f27a1251541c293c341d562a (diff)
linux-2.6.32: add FTDI and usb printer modules
-rw-r--r--recipes/linux/linux-2.6.32/mtcdp/defconfig4
-rw-r--r--recipes/linux/linux_2.6.32.bb2
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes/linux/linux-2.6.32/mtcdp/defconfig b/recipes/linux/linux-2.6.32/mtcdp/defconfig
index 06207e23ea..926d006ec7 100644
--- a/recipes/linux/linux-2.6.32/mtcdp/defconfig
+++ b/recipes/linux/linux-2.6.32/mtcdp/defconfig
@@ -1083,7 +1083,7 @@ CONFIG_USB_OHCI_LITTLE_ENDIAN=y
# USB Device Class drivers
#
CONFIG_USB_ACM=m
-# CONFIG_USB_PRINTER is not set
+CONFIG_USB_PRINTER=m
# CONFIG_USB_WDM is not set
# CONFIG_USB_TMC is not set
@@ -1131,7 +1131,7 @@ CONFIG_USB_SERIAL_GENERIC=y
# CONFIG_USB_SERIAL_CP210X is not set
# CONFIG_USB_SERIAL_CYPRESS_M8 is not set
# CONFIG_USB_SERIAL_EMPEG is not set
-# CONFIG_USB_SERIAL_FTDI_SIO is not set
+CONFIG_USB_SERIAL_FTDI_SIO=m
# CONFIG_USB_SERIAL_FUNSOFT is not set
# CONFIG_USB_SERIAL_VISOR is not set
# CONFIG_USB_SERIAL_IPAQ is not set
diff --git a/recipes/linux/linux_2.6.32.bb b/recipes/linux/linux_2.6.32.bb
index 8b2292cdd4..2971489308 100644
--- a/recipes/linux/linux_2.6.32.bb
+++ b/recipes/linux/linux_2.6.32.bb
@@ -1,6 +1,6 @@
require linux.inc
-PR = "r6"
+PR = "r7"
S = "${WORKDIR}/linux-${PV}"