~linaro-maintainers/ubuntu/natty/bluez/overlay

« back to all changes in this revision

Viewing changes to debian/patches/snowball.patch

  • Committer: Steve Langasek
  • Date: 2011-04-15 05:25:42 UTC
  • Revision ID: steve.langasek@linaro.org-20110415052542-ozudlrdoglmbe8gn
Tags: 4.91-0ubuntu1linaro1
refresh patch to make dpkg-source happy

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
Bug-Ubuntu: https://bugs.launchpad.net/bugs/758804
5
5
 
6
6
=== modified file 'tools/hciattach.c'
7
 
--- tools/hciattach.c   2011-01-27 18:00:26 +0000
8
 
+++ tools/hciattach.c   2011-04-05 09:15:49 +0000
 
7
Index: lp.758804/tools/hciattach.c
 
8
===================================================================
 
9
--- lp.758804.orig/tools/hciattach.c
 
10
+++ lp.758804/tools/hciattach.c
9
11
@@ -1066,6 +1066,11 @@
10
12
        { "texasalt",   0x0000, 0x0000, HCI_UART_LL,   115200, 115200,
11
13
                                FLOW_CTL, DISABLE_PM, NULL, texasalt, NULL   },
18
20
        /* ST Microelectronics minikits based on STLC2410/STLC2415 */
19
21
        { "st",         0x0000, 0x0000, HCI_UART_H4,    57600, 115200,
20
22
                                FLOW_CTL, DISABLE_PM,  NULL, st       },
21
 
 
22
 
=== modified file 'tools/hciattach.h'
23
 
--- tools/hciattach.h   2011-01-27 18:00:26 +0000
24
 
+++ tools/hciattach.h   2011-04-05 09:15:49 +0000
 
23
Index: lp.758804/tools/hciattach.h
 
24
===================================================================
 
25
--- lp.758804.orig/tools/hciattach.h
 
26
+++ lp.758804/tools/hciattach.h
25
27
@@ -39,6 +39,7 @@
26
28
 #define HCI_UART_H4DS  3
27
29
 #define HCI_UART_LL    4
30
32
 
31
33
 #define HCI_UART_RAW_DEVICE    0
32
34
 
33