[ADD] hw_escpos: TM-T20II printer added in supported device list

bzr revid: dle@openerp.com-20140512074150-9wepj7andgwrgj7x
This commit is contained in:
Denis Ledoux 2014-05-12 09:41:50 +02:00
parent 3691ee0ca7
commit d2716e2db9
1 changed files with 1 additions and 0 deletions

View File

@ -6,5 +6,6 @@
device_list = [
{ 'vendor' : 0x04b8, 'product' : 0x0e03, 'name' : 'Epson TM-T20' },
{ 'vendor' : 0x04b8, 'product' : 0x0202, 'name' : 'Epson TM-T70' },
{ 'vendor' : 0x04b8, 'product' : 0x0e15, 'name' : 'Epson TM-T20II' },
]