Package: kmod-ucmb
Version: 2.6.32.27-2
Depends: kernel (=2.6.32.27-1), kmod-spi-gpio, kmod-crc16
Provides: 
Source: feeds/packages/utils/ucmb
Section: kernel
Status: unknown ok not-installed
Essential: no
Priority: optional
Maintainer: Michael Buesch <mb@bu3sch.de>
Architecture: brcm47xx
Installed-Size: 5134
Description:  The Microcontroller Message Bus is a tiny SPI-GPIO based communication
 channel used to talk to microcontrollers over GPIO pins.
 The lowlevel protocol is CRC16 protected, so one can be pretty sure
 that the data transmitted and received through the /dev/ucmb node is not corrupted.
 So no further checks should be needed at upper protocol layers.
 The device node considers every read/write to be one packet. The maximum packet
 size is either PAGE_SIZE (at least 4kb) or the microcontroller specific packet size
 limit, which is likely to be a lot smaller than PAGE_SIZE.
 To register an ucmb device, simply create a struct ucmb_platform_data
 and register it via ucmb_device_register() from another kernel module.
 Example implementations for the microcontroller-side code can be found in
 the utils/ucmb/microcontroller_examples subdirectory of the OpenWRT packages feed.
